Commit Graph

746 Commits

Author SHA1 Message Date
bbaia
46831373b5 Interfaces attributes should not be 'proxied' when targeting a transparent proxy (SPRNET-1424) 2011-03-29 10:59:08 +00:00
sbohlen
1f3fdfecb9 SPRNET-1425
-changed version info to reflect 1.3.2
2011-03-28 20:59:54 +00:00
lahma
3dd72e8562 SPRNET-1421: NHibernate 3.1 support 2011-03-21 08:25:14 +00:00
bbaia
5532f67a9d Removed Spring.Http project (moved to GitHub project spring-net-rest) (SPRNET-1345) 2011-02-04 19:10:36 +00:00
bbaia
9d10424128 REST client API: Added tests (SPRNET-1345) 2011-01-21 17:23:24 +00:00
bbaia
0791565b30 REST client API: Added tests for the Spring.Http.Client namespace (SPRNET-1345) 2011-01-14 18:09:51 +00:00
eeichinger
e3cbb13899 cleanup ContextRegistry after each ContextHandler test 2011-01-07 20:40:56 +00:00
eeichinger
d0135e2a73 fix for SPRNET-1331 2011-01-07 19:40:38 +00:00
bbaia
df43bd8640 REST client API: Polishing (SPRNET-1345) 2011-01-07 17:07:02 +00:00
bbaia
2d9b773f29 REST client API: Code comments (SPRNET-1345) 2011-01-06 18:13:50 +00:00
sbohlen
ff72c62226 SPRNET-1409
Applied 'patch' (modified iteration algorithm) and added unit test to confirm proper behavior remains intact moving forward.
2011-01-04 20:57:05 +00:00
bbaia
d73f223a74 REST client API: Use 'object' instead of 'string' for UriTemplate variables (SPRNET-1345) 2011-01-04 11:44:39 +00:00
bbaia
57a25d344b REST client API: Silverlight and Windows Phone support (SPRNET-1345) 2010-12-30 23:07:54 +00:00
sbohlen
e9de2313a5 SPRNET-1406
Copyright notices updated globally to reflect consistent date-range references.
2010-12-15 17:21:00 +00:00
sbohlen
0e3f547153 SPRNET-1406
Copyright notices updated globally to reflect consistent date-range references.
2010-12-11 17:28:45 +00:00
markpollack
cb76da7826 SPRNET-1304 - Lack of error code information in translated exceptions 2010-12-10 23:25:39 +00:00
sbohlen
a8d559a426 SPRNET-1404
Added ActionInvoker
2010-12-10 19:05:03 +00:00
sbohlen
7788770be0 SPRNET-1399
Add missing license header(s)
2010-12-10 16:37:30 +00:00
sbohlen
6159e65a4e mods to reflect need to support both /program files/ and /program files (x86)/ paths for certain .NET framework references (MVC-related) 2010-12-09 18:10:44 +00:00
sbohlen
91549d3d36 misc build script changes and add MVC example app 2010-12-09 17:10:50 +00:00
lahma
ac19a0d1a9 SPRNET-1388: Fixed NHibernate 3 compilation for target framework 3.5 2010-12-09 13:37:24 +00:00
sbohlen
67966c1566 misc changes to build infrastructure to support adding .net 3.5 and 4.0 2010-12-09 00:24:11 +00:00
sbohlen
7981bba417 SPRNET-1327 2010-12-07 20:37:42 +00:00
sbohlen
8a23270b5d SPRNET-1396 2010-12-07 20:30:04 +00:00
bbaia
ce1b9e7309 REST client API (SPRNET-1345) :
- Added VS2005 solution/projecs
- Support for .NET 4.0
2010-11-28 20:35:18 +00:00
bbaia
169d210b48 REST client API (SPRNET-1345) :
- Added UrlEncodedFormHttpMessageConverter
- Fixed Xml based message converters
- Minor fixes & polishing
2010-11-28 19:03:58 +00:00
markpollack
388234c2c0 SPRNET-1268 - Exceptions in Spring should pass tests to ensure compliance with .NET framework guidelines. 2010-11-16 16:56:47 +00:00
sbohlen
62b0591321 SPRNET-1354
Introduced WebServiceHostFactory and added .NET 3.5 build
2010-11-01 19:48:37 +00:00
eeichinger
9e6b5a0f70 fixed broken ConfigurationReaderTests 2010-10-31 02:40:02 +00:00
sbohlen
5d07ee043e Fixing broken build, see SPRNET-1383 2010-10-29 17:41:27 +00:00
lahma
360071b783 Fix Spring.Web.Mvc.Tests.2010.csproj NUnit reference to point to lib folder instead of GAC 2010-10-28 04:11:00 +00:00
sbohlen
db5ea6d085 fixing broken build by ignoring integration tests not intended to be run on the CI server 2010-10-27 14:47:22 +00:00
sbohlen
124c18b59c SPRNET-1343
Added initial support for ASP.NET MVC (v2)
2010-10-26 21:38:18 +00:00
bbaia
f49ab125f7 short-circuit evaluation of logic operators in SpEL [SPRNET-1381] 2010-10-18 08:40:11 +00:00
bbaia
5c4ad017a9 short-circuit evaluation of 'AND' logic operator in SpEl [SPRNET-1381] 2010-10-15 12:34:03 +00:00
sbohlen
8911336d19 SPRNET-1380
Cleaned up tests around HibernateTxScopeTransactionManager tests and added a few null-checks around the sessionHolder member to address situations where there's not (yet) a session but ambient (outer) transactions are underway
2010-10-11 21:18:17 +00:00
sbohlen
b3cc1b1034 SPRNET-1380
Introduced HibernateTxScopeTransactionManager class to coordinate rollback behavior between System.Transactions and NHibernate ITransaction instances based on changed made to NH in 2.1.2
2010-10-07 20:04:41 +00:00
sbohlen
78845eb327 SPRNET-1301
Added support for runtime resolution of multiple concurrent NHibernate Session Factories
2010-10-04 21:09:38 +00:00
sbohlen
448753d110 SPRNET-1325
Introduced support for generics-friendly-get-type-as-string method and adjusted sdkRegularExpressionPointcut to rely upon this for pattern-matching
2010-10-01 16:17:43 +00:00
bbaia
227022824e Attribute 'expression' for 'regex' element in the validation schema is not parsed correctly [SPRNET-1377] 2010-09-29 17:21:38 +00:00
bbaia
a4ff2a29c9 RegularExpressionValidator fails if full string is not matched [SPRNET-1122] 2010-09-29 08:46:15 +00:00
sbohlen
6ee2ae5ee2 SPRNET-1372
Initial support for native .NET 4 compilation introduced
2010-09-24 21:27:51 +00:00
sbohlen
70d2b5413f SPRNET-1226
Update docs to reflect the requirement for a non-null, non-empty string cache key.  Added guard clauses in the BaseCacheAttribute constructor to prevent passing null or empty string as the cache key argument.  Tests added to ensure guard clauses behave as expected.
2010-09-22 17:48:41 +00:00
bbaia
55d0c40aa8 CachedAopProxyFactory doesn't take into account the ProxyTargetAttributes property for cache key generation [SPRNET-1371] 2010-09-22 10:21:20 +00:00
bbaia
bc3e560ad3 Add 'when' condition to the Reference Validator (SPRNET-1370) 2010-09-22 09:26:05 +00:00
markpollack
423ec64916 SPRNET-1365 - Update to ActiveMQ NMS 1.4
SPRNET-1369 - NmsTemplate was not attempting to start the connection when calling RecieveAndConvert
2010-09-22 04:00:24 +00:00
sbohlen
247092ebb3 fixing broken build due to new NUnit update and stale assembly binding redirects (this time with binding redirect syntax that should be understood by .NET 1.1!) 2010-09-21 19:54:58 +00:00
sbohlen
bd46aeb575 fixing broken build due to new NUnit update and stale assembly binding redirects 2010-09-21 19:42:15 +00:00
sbohlen
2b7f0f5f94 SPRNET-1368
Patch Applied.  Elegant (if straightforward!) fix.  Nice find re: the exposed error condition.
2010-09-21 19:34:54 +00:00
sbohlen
20196ec91f test state reset moved to SetUp() method to ensure all tests can be run together 2010-09-21 19:18:30 +00:00