Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 177 25

latest revision download trunk

177 annotated / raw | Diffs: previous, other | Lines: 146 ( +1, -1 )

Created: 2008-05-28 12:03:59 -0500 (7 months ago) | Author: jkuhnert | Changeset: 177

Updated pom for new 3.0 work.

175 annotated / raw | Diffs: previous, other | Lines: 146 ( +1, -1 )

Created: 2008-05-28 11:55:40 -0500 (7 months ago) | Author: jkuhnert | Changeset: 175

Updating pom for 2.7.3 release.

Tags: 2.7.3

174 annotated / raw | Diffs: previous, other | Lines: 146 ( +1, -1 )

Created: 2008-04-08 15:49:52 -0500 (9 months ago) | Author: jkuhnert | Changeset: 174

Fixes for OGNL-119.  ASTChain had bug in indexed setter evaluation loop which caused it improperly not detect valid indexed set operations. Thanks to Max Bowsher for pointing that out.

171 annotated / raw | Diffs: previous, other | Lines: 146 ( +1, -1 )

Created: 2008-02-11 15:24:00 -0600 (10 months ago) | Author: jkuhnert | Changeset: 171

Fixes for OGNL-115.  ASTConst needed to cause unsupported compilation exceptions to be thrown when the first stack member is a constant during setter generations as constants aren't obviously CONSTANT and not changeable.

170 annotated / raw | Diffs: previous, other | Lines: 146 ( +1, -1 )

Created: 2008-01-31 07:56:16 -0600 (11 months ago) | Author: jkuhnert | Changeset: 170

Updated pom version to 2.7.3-SNAPSHOT.

168 annotated / raw | Diffs: previous, other | Lines: 146 ( +1, -1 )

Created: 2008-01-31 07:50:31 -0600 (11 months ago) | Author: jkuhnert | Changeset: 168

Updated pom version to just 2.7.2.

Tags: 2.7.2

163 annotated / raw | Diffs: previous, other | Lines: 146 ( +0, -1 )

Created: 2008-01-21 11:32:51 -0600 (11 months ago) | Author: jkuhnert | Changeset: 163

Fixes OGNL-142.

154 annotated / raw | Diffs: previous, other | Lines: 147 ( +1, -1 )

Created: 2007-11-15 10:03:20 -0600 (13 months ago) | Author: jkuhnert | Changeset: 154

Upgraded to javassist 3.6.ga.

141 annotated / raw | Diffs: previous, other | Lines: 147 ( +1, -1 )

Created: 2007-09-12 08:14:21 -0500 (15 months ago) | Author: jkuhnert | Changeset: 141

Updated to new snapshot version of 2.7.2.

134 annotated / raw | Diffs: previous, other | Lines: 147 ( +0, -7 )

Created: 2007-07-17 15:30:38 -0500 (17 months ago) | Author: jkuhnert | Changeset: 134

Removed MVEL dependency...grr

128 annotated / raw | Diffs: previous, other | Lines: 154 ( +7, -0 )

Created: 2007-07-09 19:38:56 -0500 (18 months ago) | Author: jkuhnert | Changeset: 128

Added support for enum constant expressions to help fix OGNL-106 but can't be sure if it's fixed or not because of insufficient data.

126 annotated / raw | Diffs: previous, other | Lines: 147 ( +1, -0 )

Created: 2007-06-30 15:58:46 -0500 (18 months ago) | Author: jkuhnert | Changeset: 126

Made javassist a "provided" scope.

122 annotated / raw | Diffs: previous, other | Lines: 146 ( +3, -2 )

Created: 2007-06-20 15:22:42 -0500 (18 months ago) | Author: jkuhnert | Changeset: 122

Removed opencomponentry as the release distribution repo and replaced with opensymphony + deployed 2.7 to opensymphony.

119 annotated / raw | Diffs: previous, other | Lines: 145 ( +5, -1 )

Created: 2007-06-16 12:04:10 -0500 (18 months ago) | Author: jkuhnert | Changeset: 119

Added snapshot/core distro URLS so that ibiblio bundle could be deployed separately from snapshot releases.

118 annotated / raw | Diffs: previous, other | Lines: 141 ( +1, -1 )

Created: 2007-06-16 11:47:58 -0500 (18 months ago) | Author: jkuhnert | Changeset: 118

Updated to new 2.7.1-SNAPSHOT version.

115 annotated / raw | Diffs: previous, other | Lines: 141 ( +1, -1 )

Created: 2007-06-16 11:45:26 -0500 (18 months ago) | Author: jkuhnert | Changeset: 115

Updated version to 2.7 (minus -SNAPSHOT) before tagging for release.

Tags: 2.7

105 annotated / raw | Diffs: previous, other | Lines: 141 ( +2, -18 )

Created: 2007-06-10 14:40:21 -0500 (19 months ago) | Author: jkuhnert | Changeset: 105

Cleaning up source / javadocs / etc in preparation for release.  Tried unsuccessfully to get docbook running happily.

104 annotated / raw | Diffs: previous, other | Lines: 157 ( +9, -2 )

Created: 2007-06-09 10:28:19 -0500 (19 months ago) | Author: jkuhnert | Changeset: 104

Fixes OGNL-86.  NumericExpression superclass was incorrectly using _currentChain context values stored during chained subexpressions for non ASTMethod children.

102 annotated / raw | Diffs: previous, other | Lines: 150 ( +1, -0 )

Created: 2007-06-01 16:40:04 -0500 (19 months ago) | Author: jkuhnert | Changeset: 102

Fixes OGNL-84, OGNL-83.  Precasting statements were being stolen by ASTMethod for inner children incorrectly.  ASTProperty also wasn't setting the correct current type on previously indexed methods.

Also reverted surefire version since someone there seems to have broken the current version.

97 annotated / raw | Diffs: previous, other | Lines: 149 ( +12, -10 )

Created: 2007-05-13 17:30:01 -0500 (19 months ago) | Author: jkuhnert | Changeset: 97

Fixes OGNL-74. Used a 1.5 only jre feature of Integer.valueOf(int)

84 annotated / raw | Diffs: previous, other | Lines: 147 ( +4, -5 )

Created: 2007-05-02 23:50:08 -0500 (20 months ago) | Author: jkuhnert | Changeset: 84

Fixes OGNL-60 . OgnlOps wasn't converting simple object values to object arrays && ASTMethod wasn't checking for void return types to parameter values.

63 annotated / raw | Diffs: previous, other | Lines: 148 ( +6, -9 )

Created: 2007-04-07 17:13:45 -0500 (21 months ago) | Author: jkuhnert | Changeset: 63

Fixes OGNL-35. Boolean "&&" expressions were being evaluated during source generation regardless of whether either condition was true. Added  check that throws UnsupportedCompilationException from ASTAnd until all conditions are true.

41 annotated / raw | Diffs: previous, other | Lines: 151 ( +1, -1 )

Created: 2007-03-11 16:12:57 -0500 (22 months ago) | Author: jkuhnert | Changeset: 41

Fixes OGNL-9. ASTMethod wasn't handling the case where the incoming value being passed as a param was a primitive. Simplified logic by using the javassist widening conversion variable cast.

37 annotated / raw | Diffs: previous, other | Lines: 151 ( +40, -4 )

Created: 2007-03-02 20:00:51 -0600 (22 months ago) | Author: jkuhnert | Changeset: 37

-) Did a lot more work around setting up the context current/accessor type classes when dealing with property / method expressions.

-) Added ability for compiling expressions against string values.

-) Changed property accessor implementation to set class on current context.

-) Added a lot more unit tests.

35 annotated / raw | Diffs: previous, other | Lines: 115 ( +10, -1 )

Created: 2007-02-24 14:42:36 -0600 (22 months ago) | Author: jkuhnert | Changeset: 35

Added more unit tests , fixed a few more bugs for various compilation issues found in application using it.

34 annotated / raw | Diffs: previous, other | Lines: 106 ( +18, -0 )

Created: 2007-02-19 23:31:50 -0600 (22 months ago) | Author: jkuhnert | Changeset: 34

Updated pom with a temporary distribution site until something else is found.

33 annotated / raw | Diffs: previous, other | Lines: 88 ( +19, -9 )

Created: 2007-02-19 23:20:14 -0600 (22 months ago) | Author: jkuhnert | Changeset: 33

-) Set new version of 2.7
-) Updated pom to generate javadoc jar.
-) Fixed a couple unit tests.

30 annotated / raw | Diffs: previous, other | Lines: 78 ( +1, -1 )

Created: 2007-02-17 12:35:40 -0600 (22 months ago) | Author: jkuhnert | Changeset: 30

Applied Race condition bugfix patch from Tim to fix OGNL-8 .

Updated project files to reflect new target version of 2.6.11.

Tags: ognl_2-6-11

27 annotated / raw | Diffs: previous, other | Lines: 78 ( +1, -1 )

Created: 2007-02-15 10:52:04 -0600 (22 months ago) | Author: rainerh | Changeset: 27

changing groupId to opensymphony

Tags: ognl_2-6-10

25 new annotated / raw | Lines: 78 ( +78, -0 )

Created: 2007-02-06 20:51:02 -0600 (23 months ago) | Author: jkuhnert | Changeset: 25

Added maven2 pom.

Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2009-01-09 17:21 -0600