18723 Commits (e09c5fd9e567d6e9058205789e7bb3ecf54a87fb)
 

Author SHA1 Message Date
Arjen Poutsma c236f9fac7 Initial import of JDBC module 16 years ago
Arjen Poutsma 8c87d84728 Removed Commons Attributes support for Transactional 16 years ago
Arjen Poutsma 846b848fd3 Initial import of tx bundle 16 years ago
Arjen Poutsma 3b6f092219 Disabled JRuby for now, needs to be made 1.1 compliant 16 years ago
Arjen Poutsma 1b26e8f9c6 Removed commons atts support for JMX, made ModelMap generic 16 years ago
Arjen Poutsma edf0d8ebbe Initial version of context module 16 years ago
Arjen Poutsma d151c40333 Initial version of context module 16 years ago
Arjen Poutsma 20bc4f0817 Added agent module 16 years ago
Arjen Poutsma c26b9cbb75 Removed deprecated classes 16 years ago
Arjen Poutsma c48f8215e6 Moved over initial version of aop bundle 16 years ago
Arjen Poutsma 5cd2b80da7 Fixed manifest templates and pomx 16 years ago
Arjen Poutsma 4973f9387a Removed deprecated code 16 years ago
Arjen Poutsma f11d3436ed Moved over initial version of beans bundle 16 years ago
Arjen Poutsma 684a4f28c2 Added tiger classes of core bundle 16 years ago
Arjen Poutsma 4bc407fef8 - Removed deprecated code 16 years ago
Arjen Poutsma 678e5b7cdf Moved over initial version of core bundle 16 years ago
Ben Hale 378e3a70fb Upgraded spring-build 16 years ago
Arjen Poutsma 99a441fe31 Added more modules 16 years ago
Andy Clement 470e086183 map access tests added 16 years ago
Andy Clement 769e706be7 removing: initializers/processors/in operator 16 years ago
Andy Clement afdf54eff8 renamed operator IS to INSTANCEOF, may yet delete.. 16 years ago
Andy Clement 39c966f419 bean references removed, no more @(context:beanname) 16 years ago
Andy Clement 95892dc993 removed lambda functions, local function and local variable references 16 years ago
Andy Clement efee3b3434 date literal removed 16 years ago
Andy Clement 8740b702f9 Changed so that existing getters/setters are used before direct field access is attempted 16 years ago
Andy Clement 17c88107d3 Removing functionality. Removed expression list support, cannot say (foo();bar()) any more 16 years ago
Andy Clement 4d43768889 Removing functionality. Removed soundslike/distanceto/like operators 16 years ago
Andy Clement 59a4427525 Final commit before the great 'stripdown'. Used clover to determine coverage and added tests as necessary. 16 years ago
Andy Clement 23db8b58da added test and behaviour for calling a java method with incorrect number of arguments 16 years ago
Andy Clement f79e2643a3 fixed up FunctionReference a bit - so it can call varargs methods 16 years ago
Andy Clement 2f05d70067 new function invocation tests for normal and error behaviour 16 years ago
Andy Clement 2fbb7ad327 changed vis of arg conversion code so function calls can use it 16 years ago
Andy Clement ec9cb8565b fixed damage caused by code formatter 16 years ago
Andy Clement 48055c6e20 added support for Integer > Float conversion. 16 years ago
Andy Clement 776553cfbb more tests relating to reals 16 years ago
Andy Clement daf922456e more discussion points 16 years ago
Andy Clement 6e2682c78e code formatter chewed on it 16 years ago
Andy Clement 844b5236de corrected TODO 16 years ago
Andy Clement e443c836fe corrected use of AccessException (no longer used in ReflectionUtils) 16 years ago
Andy Clement 7fa4d9e928 moved TODOs to readme 16 years ago
Andy Clement 7d677b23d3 moved test into ParserErrorMessageTests 16 years ago
Andy Clement bea94c2371 modified Date tests 16 years ago
Andy Clement 90309a57d9 Made GMT the default Locale... 16 years ago
Andy Clement b9aa8552e0 added new TODO that the impl isn't as complete as it could be 16 years ago
Andy Clement bb2ef1fefa started fixing the formatting 16 years ago
Andy Clement 077fc1613d starting to sort out like/matches. Matches is the java regex related one. Like is the SQL related one. But the spring .net 'like' doesn't seem to be the same as the SQL doc I found for like... 16 years ago
Andy Clement c24df36689 moved some TODOs into readme 16 years ago
Andy Clement c6db7c41a4 improved javadoc, error handling and testing of matches 16 years ago
Andy Clement bb2ade5fdd javadoc 16 years ago
Andy Clement 29fe8da1ad fixing error handling in 'is' operator 16 years ago