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 1849 1063

latest revision download trunk

1849 annotated / raw | Diffs: previous, other | Lines: 796 ( +36, -31 )

Created: 2008-06-28 02:06:48 -0500 (5 months 4 days ago) | Author: mrdon | Changeset: 1849

Minor tweaks to better handle different states of ActionContext

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1833 annotated / raw | Diffs: previous, other | Lines: 791 ( +107, -123 )

Created: 2008-06-21 04:29:39 -0500 (5 months 11 days ago) | Author: rainerh | Changeset: 1833

XW-615 Fix generics in all codebase
XWork Java5 enhancements
o added generics where possible
o use parameterizes Collection classes where possible
o converted for to for-each loops
o optimized imports
o updated tests
o aligned parameter types with Struts2
o fixed some minor bugs

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1806 annotated / raw | Diffs: previous, other | Lines: 807 ( +2, -2 )

Created: 2008-06-12 06:11:05 -0500 (5 months 20 days ago) | Author: rainerh | Changeset: 1806

XW-548 Make buildConverterMapping(Class) method in XWorkConverter protected instead of private
o ported fix from xwork 1.2 branch

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1770 annotated / raw | Diffs: previous, other | Lines: 807 ( +8, -4 )

Created: 2008-03-28 13:48:23 -0500 (8 months ago) | Author: rainerh | Changeset: 1770

XWorkConverter only loads the first classpath entry, it should load all entries

Issue Number: XW-616
Submitted by: Brian Pontarelli

Tags: xwork_2_1_1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1754 annotated / raw | Diffs: previous, other | Lines: 803 ( +10, -10 )

Created: 2008-02-19 04:05:21 -0600 (9 months ago) | Author: mrdon | Changeset: 1754

Fixing NPE when using custom converters
WW-2471

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1641 annotated / raw | Diffs: previous, other | Lines: 803 ( +4, -1 )

Created: 2007-10-15 10:51:54 -0500 (13 months ago) | Author: rainerh | Changeset: 1641

Copied to: trunk/CopyOftrunk/src/java/com/opensymphony/xwork2/conversion/impl/XWorkConverter.java 1652

XWorkConverter: unknownMappings is out of sync with defaultMappings

Issue Number: XW-550
Submitted by: Lukasz Racon

Branch point for: tag:xwork_2-1-0

Tags: xwork_2-1-0

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1630 annotated / raw | Diffs: previous, other | Lines: 800 ( +12, -15 )

Created: 2007-10-05 10:10:08 -0500 (13 months ago) | Author: mrdon | Changeset: 1630

Adding new logging facade that tries to delegate first to commons logging, then jdk logging
XW-577

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1608 annotated / raw | Diffs: previous, other | Lines: 803 ( +21, -50 )

Created: 2007-09-20 07:46:19 -0500 (14 months ago) | Author: mrdon | Changeset: 1608

Merging the no-statics branch into 2.1 trunk.  Consists of
* OGNL API separation so that the EL could be replaced
* Rid of almost all static state, preferring dep injection
* Rid of static factories, again in favor of dep injection
* Better use of dep injection library (bootstrap phase)

XW-566 XW-461 XW-561

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1599 annotated / raw | Diffs: previous, other | Lines: 832 ( +0, -29 )

Created: 2007-09-08 00:14:02 -0500 (14 months ago) | Author: mrdon | Changeset: 1599

Added support for enums in the type conversion, fixed setting of flag for
allowing access to static methods
XW-564

Branch point for: no-statics

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1592 new/moved annotated / raw | Diffs: previous, other | Lines: 861 ( +861, -0 )

Created: 2007-09-06 23:40:39 -0500 (14 months ago) | Author: mrdon | Changeset: 1592

Moved from: trunk/src/java/com/opensymphony/xwork2/util/XWorkConverter.java 1549

Extracting type conversion classes into new XWork type conversion system, separate but
interoperable with the OGNL type conversion API
XW-561

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1549 annotated / raw | Diffs: previous, other | Lines: 843 ( +154, -12 )

Created: 2007-07-16 10:43:59 -0500 (16 months ago) | Author: rainerh | Changeset: 1549

Moved to: trunk/src/java/com/opensymphony/xwork2/conversion/impl/XWorkConverter.java 1592

Fixing multiple issues:
o CreateIfNull doesn't works
o Deprecate AnnotationXWorkConverter and refactor methods to XWorkConverter
o Deprecate GenericsObjectTypeDeterminer and refactor methods to DefaultObjectTypeDeterminer

Issue Number: XW-527, XW-540, XW-539

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1514 annotated / raw | Diffs: previous, other | Lines: 701 ( +6, -2 )

Created: 2007-05-20 00:03:49 -0500 (18 months ago) | Author: mrdon | Changeset: 1514

Porting fix for XW-508

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2007-04-19 09:52:02 -0500 (19 months ago) | Author: rainerh | Changeset: 1492

Custom ObjectTypeDeterminer defined in struts.properties is not correctly set in XWorkConverter
o reported to Struts2 Jira: https://issues.apache.org/struts/browse/WW-1810

Issue Number: XW-508

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1385 annotated / raw | Diffs: previous, other | Lines: 696 ( +6, -6 )

Created: 2007-03-13 04:07:48 -0500 (20 months ago) | Author: phil | Changeset: 1385

WW-1797 (at apache): Fixed bunch of typos.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1214 annotated / raw | Diffs: previous, other | Lines: 696 ( +9, -0 )

Created: 2006-11-17 06:38:31 -0600 (2 years ago) | Author: rainerh | Changeset: 1214

Various ports of XWork 1.2.x fixes to XWork 2.0

Issue Number: XW-437

Branch point for: 2.0

Tags: xwork_2-0-beta-2 xwork_2-0-beta-3 xwork_2-0-RC1 xwork_2-0-0

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1199 annotated / raw | Diffs: previous, other | Lines: 687 ( +18, -5 )

Created: 2006-11-16 14:13:29 -0600 (2 years ago) | Author: rainerh | Changeset: 1199

Merge XWork tiger subproject into XWork core
o move unit tests over
o some fixes for GenericsObjectTypeDeterminer (ported from 1.2.1)
o NPE checkin DefaultConfiguration (ported from 1.2.1)

Issue Number: XW-435

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1195 annotated / raw | Diffs: previous, other | Lines: 674 ( +5, -14 )

Created: 2006-11-15 00:25:40 -0600 (2 years ago) | Author: mrdon | Changeset: 1195

Make it possible to inject impl of xworkconverter, better handle injection of
static objectfactory

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1175 annotated / raw | Diffs: previous, other | Lines: 683 ( +94, -41 )

Created: 2006-10-20 04:21:39 -0500 (2 years 1 month ago) | Author: tm_jee | Changeset: 1175

XW-429
- XWorkConverter should have more log at debug level details how converters are loaded
- use Tiger's generic when appropriate.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1174 annotated / raw | Diffs: previous, other | Lines: 630 ( +8, -4 )

Created: 2006-10-19 05:05:31 -0500 (2 years 1 month ago) | Author: tm_jee | Changeset: 1174

- corrected logging (in debug level) for field-level and global-level. They should be in the if block.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1166 annotated / raw | Diffs: previous, other | Lines: 626 ( +9, -0 )

Created: 2006-10-13 01:53:31 -0500 (2 years 1 month ago) | Author: tm_jee | Changeset: 1166

- added log statement at debug level that prints which type converter get to be used for the particular type of property (eg. field-leval (Action-alias-conversion.properties), global-level (xwork-conversion.properties), default converter (XWorkBasicConverter) or Ognl's default.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1145 annotated / raw | Diffs: previous, other | Lines: 617 ( +4, -4 )

Created: 2006-10-01 10:23:54 -0500 (2 years 2 months ago) | Author: tm_jee | Changeset: 1145

WW-1453
 - added comment to code

Tags: xwork_2-0-beta-1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1142 annotated / raw | Diffs: previous, other | Lines: 617 ( +1, -1 )

Created: 2006-09-30 00:34:02 -0500 (2 years 2 months ago) | Author: mrdon | Changeset: 1142

Pulling out ValueStack interface for OgnlValueStack and giving it factory creation
XW-418

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1123 annotated / raw | Diffs: previous, other | Lines: 617 ( +1, -1 )

Created: 2006-09-09 21:40:12 -0500 (2 years 2 months ago) | Author: mrdon | Changeset: 1123

Fixing a little bug in the text node parsing patch, removing oscore from
the dependency list by adding the few classes used by it into the project.
XW-413
XW-412

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1105 annotated / raw | Diffs: previous, other | Lines: 617 ( +1, -1 )

Created: 2006-08-29 16:50:08 -0500 (2 years 3 months ago) | Author: rainerh | Changeset: 1105

Identity equals (==) in XWorkConverter makes conversion error reporting fail
Issue number:  XW-406
Obtained from:
Submitted by:  Dag Liodden
Reviewed by:   Rainer Hermanns

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1063 annotated / raw | Lines: 617 ( +617, -0 )

Created: 2006-07-09 19:30:29 -0500 (2 years 4 months ago) | Author: mrdon | Changeset: 1063

Renaming package from com.opensymphony.xwork to com.opensymphony.xwork2
XW-399

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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 2008-12-02 09:46 -0600