Mark Pollack
|
c6cd1a528e
|
SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate
SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j
|
15 years ago |
Mark Pollack
|
4f94f45ec4
|
pom maintenance
|
15 years ago |
Keith Donald
|
fe525f5100
|
polish
|
15 years ago |
Keith Donald
|
d3b43ebccb
|
refined generic converter concept
|
15 years ago |
Juergen Hoeller
|
7123e4f81e
|
expression parser uses context's ConversionService by default
|
15 years ago |
Andy Clement
|
855eac549e
|
SpelExpressionParser made threadsafe
|
15 years ago |
Juergen Hoeller
|
8754f0bc85
|
updated dependencies
|
15 years ago |
Juergen Hoeller
|
2d7c2d6fff
|
revised wrapper type handling
|
15 years ago |
Juergen Hoeller
|
dd67900109
|
revised core conversion package for BeanWrapper/BeanFactory integration
|
15 years ago |
Mark Pollack
|
97e3b5ca8c
|
SPR-5976 - Upgrade POMS to JUnit 4.6
|
15 years ago |
Arjen Poutsma
|
3d29023ef3
|
Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom.
|
16 years ago |
Andy Clement
|
7c6ea9b80d
|
per Ramnivas' suggestion, removing this bit to try and fix snapshot builds
|
16 years ago |
Chris Beams
|
9163d8043b
|
updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed.
|
16 years ago |
Keith Donald
|
6206e5f11f
|
ignore failing test for now
|
16 years ago |
Andy Clement
|
84bdd1ab8e
|
better method name
|
16 years ago |
Andy Clement
|
3788a84b8e
|
for Keith and his binder: fault in support for maps (if attempt made to reference into null map) and for general objects, e.g. foo.bar if foo was null, attempt to dynamically build foo.
|
16 years ago |
Andy Clement
|
e3e34b04d4
|
for Keith and his binder: fault in support for maps (if attempt made to reference into null map) and for general objects, e.g. foo.bar if foo was null, attempt to dynamically build foo.
|
16 years ago |
Mark Pollack
|
0c16554e23
|
SPR-5803 and additional POM maintenance/development
|
16 years ago |
Andy Clement
|
a2bce8c2a8
|
SPR-5905: support for inner type references in type references 'T(com.foo.A$B)' or in ctor calls 'new com.foo.A$B()'
|
16 years ago |
Andy Clement
|
dbdac9fa31
|
SPR-5847: require quotes for dotted map key names, eg. map['a.b.c']
|
16 years ago |
Andy Clement
|
a4b7ce168c
|
SPR-5804: problems with map access if it is the root object; SPR-5847: alternative map referencing strategies: a.b == a[b] == a['b']
|
16 years ago |
Andy Clement
|
eb69e7574b
|
SPR-5899: Invoking methods or constructors passing null (including varargs support)
|
16 years ago |
Andy Clement
|
ea2580af68
|
SPR-5518: textual alternatives for operators (eq, lt, le, gt, ge, ne, div, mod, not) - removes messy escaping for expressions declared in XML.
|
16 years ago |
Sam Brannen
|
8bfb56c75b
|
[SPR-5887] Upgraded to JUnit 4.6.0.
|
16 years ago |
Andy Clement
|
7e05c928dd
|
support for concatenation with String via operator '+' - for Ramnivas.
|
16 years ago |
Keith Donald
|
d0079c6058
|
el-based message resolution; expected failure right now
|
16 years ago |
Andy Clement
|
69e48828cc
|
change from SpelMessages to SpelMessage. Changed exception getter to getMessageCode() from getMessageUnformatted
|
16 years ago |
Andy Clement
|
12923f196a
|
new feature for binder - automatically create lists and entries in lists upon referencing nulls
|
16 years ago |
Andy Clement
|
1fc8abade7
|
updates for Binding code - able to retrieve the type descriptor for a property and ask detailed questions (eg getAnnotations())
|
16 years ago |
Andy Clement
|
88e32a3cfe
|
test coverage. now > 95%
|
16 years ago |
Andy Clement
|
233c84e0b9
|
test coverage
|
16 years ago |
Andy Clement
|
1746cc76d1
|
findbugs issue addressed
|
16 years ago |
Andy Clement
|
e5fea54aea
|
fix for ternary or elvis using a full expression for their result components. parser polishing
|
16 years ago |
Andy Clement
|
0a2f936b80
|
remove antlr dependency
|
16 years ago |
Andy Clement
|
886739f1d8
|
Hand written SpEL parser. Removed antlr dependency. tests upgraded to JUnit4 - 93% coverage.
|
16 years ago |
Keith Donald
|
b093094c50
|
renamed back to TypeDescriptor after ConversionContext proved not good enough name for any change
|
16 years ago |
Keith Donald
|
8cbab5acb6
|
costin code review comments
|
16 years ago |
Keith Donald
|
18be2ffadc
|
fixed autoboxing bug
|
16 years ago |
Keith Donald
|
4394dad372
|
commented out failing el test for now - todo
|
16 years ago |
Keith Donald
|
46c9a003eb
|
BindingPoint to ConversionPoint, javadoc
|
16 years ago |
Keith Donald
|
cf2453e8eb
|
renamed TypeDescriptor to BindingPoint
|
16 years ago |
Juergen Hoeller
|
dffec3cdcd
|
quick attempt to fix core.convert breakage
|
16 years ago |
Juergen Hoeller
|
bbd69da37f
|
updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges
|
16 years ago |
Keith Donald
|
796a457d9f
|
added two way converter
|
16 years ago |
Keith Donald
|
50985d5aa9
|
renamed executeConversion to simply convert for readibility
|
16 years ago |
Keith Donald
|
d7c90cff14
|
made ConversionExecutor internal; removed other unused operations from public SPI
|
16 years ago |
Andy Clement
|
d34a2c5d02
|
SPR-5663: test and fix: inconsistency between canRead() and read() on ReflectivePropertyResolver
|
16 years ago |
Andy Clement
|
4c42597cbc
|
SPR-5673: fix for problems with expressions that use the same symbols as are used in the template prefix/suffix
|
16 years ago |
Andy Clement
|
9d6ae6c532
|
minor fix
|
16 years ago |
Andy Clement
|
d119411098
|
removed unnecessary class. improvements to map projection/selection
|
16 years ago |