Marko Lahma
f70d2ab14b
Adding missing references to System.Core for VS2008 projects
2012-02-18 22:44:33 +02:00
Marko Lahma
47d900b6ce
Remove specific framework version testing from NHDAOTests
2012-02-18 15:54:04 +02:00
Marko Lahma
41a0f3ce0a
Remove DotNetMock
2012-02-18 14:27:56 +02:00
Marko Lahma
1aef71785d
Changing all NET_2_0 to NET_4_0 in build files, fixing web site model DLL references, removed obsolete Spring.Web.Extensions.Example.2005
2012-02-18 10:47:04 +02:00
Marko Lahma
32c8fade4d
Fixing lib issue in compilation and removing old remnants of net-3.0 build checks
2012-02-17 17:02:15 +02:00
Marko Lahma
88e05db3de
Removing .NET 2.0 and 3.0 support, updating build and project files, removing obsolete defines
2012-02-16 22:32:16 +02:00
Marko Lahma
a85e15753f
Set Spring.Scheduling.Quartz.Tests.2008.csproj target framework to .NET 3.5
2012-02-13 19:51:39 +02:00
Marko Lahma
d1da796959
Fix Quartz integration test issues
2012-02-13 11:18:30 +02:00
Marko Lahma
a213bc4216
Fix issues in Spring.Data.Tests caused by new version of Rhino.Mocks, also set build to happen in .NET 3.5 for Spring.Data tests (allows lambdas)
2012-02-13 10:36:46 +02:00
Marko Lahma
d57395e883
Use .NET 3.5 temporarily when compiling Quartz and AOP test projects to allow lambdas etc
2012-02-12 23:09:34 +02:00
Marko Lahma
d808bb1a95
Fix AbstractAopProxyTests issue introduced by new version of Rhino.Mocks
2012-02-11 18:18:05 +02:00
Marko Lahma
fa894204d3
Initial version of Quartz 2.0 integration
2012-02-11 17:57:49 +02:00
Steve Bohlen
139243e8a4
Merge pull request #11 from chriseldredge/mvc-bugfix
...
Fixes SPRNET-1482
2011-12-19 08:59:43 -08:00
Chris Eldredge
c54db808f7
Delegate to DefaultControllerFactory when no object definitions match requested controller type.
2011-12-19 11:16:52 -05:00
Steve Bohlen
80bb9ce7c7
introducing generics API for ObjectFactory and Contexts
2011-12-14 18:55:15 -05:00
Steve Bohlen
43516e6dbe
merge mods to pull 6 for SPRNET-1470, SPRNET-1471
2011-11-15 11:11:25 -05:00
Steve Bohlen
770223bfc9
SPRNET-1468 call proper overload for evaluating bindings
2011-10-07 18:42:51 -04:00
Steve Bohlen
3f3dd9b836
SPRNET-1473 fixed returned type from GetServices(...) call
2011-10-07 18:04:11 -04:00
Bruno Baia
7b014c4cf5
WCF Service Exporter does not support contract interfaces that inherit from other interfaces [SPRNET-1464]
2011-09-06 00:23:41 +02:00
Marko Lahma
de5b921407
SPRNET-1460: Drop Framework 1.x Support
2011-08-15 19:49:17 +03:00
Marko Lahma
ffdeea9d8d
SPRNET-1459: Remove VS2003, VS2005 projects and solutions
2011-08-15 19:48:36 +03:00
bbaia
4aedd8520d
Polishing 1.3.2 release
2011-07-27 13:05:56 +00:00
markpollack
54ab38569b
SPRNET-1408 - Add data providers in System.Data.dll to be accessed via Spring's IDbProvider interface.
2011-07-09 17:11:12 +00:00
sbohlen
79f397b4a3
SPRNET-1454
...
-add support for NH 3.2
2011-07-07 17:20:13 +00:00
sbohlen
c46d1be0e2
SPRNET-1450
...
-adjust base class for MvcApplicationContext to WebApplicationContext to acquire proper session scope support
2011-07-05 20:56:07 +00:00
sbohlen
3cbfdb2ae5
fixing broken build; change of default TransactionSyncronization value to NEVER in SPRNET-1438 broke this integration test (reverted to ALWAYS for the sake of the behavior of this test)
2011-07-05 14:33:56 +00:00
sbohlen
b046285b70
SPRNET-1410 , SPRNET-1438
...
- properly handle zombied Transaction (Tx without a valid IDbConnection) on Rollback
- mod to underlying AbstractPlatformTransactionManager to set default Transaction Sync to TransactionSynchronization.Never
2011-07-05 12:18:21 +00:00
sbohlen
f71ab26b98
fixing broken build (Mvc3 xml test files collide w/ Mvc2 xml test files)
2011-05-30 12:24:59 +00:00
sbohlen
5982407b93
fixing broken build; reworked build script so that VS2008 (.NET 2.0) MSTest and VS2010 SP1 (.NET 4.0) MSTest tests can co-exist
2011-05-30 02:59:29 +00:00
sbohlen
3bd1c5b33b
SPRNET-1443
...
-fixing build script to properly support MVC3 and MVC3 tests
2011-05-23 03:14:07 +00:00
sbohlen
20b839cf03
SPRNET-1443
...
-add initial support for MVC3 (this will probably break the build until I can uncorrupt my local SVN folder tree and commit the missing pieces -- WORK IN PROGRESS)
2011-05-23 01:35:10 +00:00
sbohlen
f605067636
SPRNET-1242 added support for collection property merging of Set<T> and List<T>
2011-05-13 00:15:26 +00:00
bbaia
02d4788a33
InheritanceAopProxyTypeBuilder does not support generic parameters (SPRNET-1429)
2011-04-05 08:51:33 +00:00
sbohlen
6fd34b7664
SPRNET-1334
...
clone dictionary before iterating through it to avoid iterator reentrancy
2011-04-04 14:30:01 +00:00
bbaia
768f26559b
Create ConfigurableVariableSource to allow inline variables definitions with VariablePlaceholderConfigurer (SPRNET-1426)
2011-04-04 10:59:56 +00:00
sbohlen
3fe86e6d2e
SPRNET-1339
...
introduced checks for IsNullableType() into the method matching logic
2011-03-31 17:40:55 +00:00
bbaia
d180df8a12
Fixed Spring.ServiceModel.ServiceExporter (SPRNET-1416)
2011-03-30 08:40:04 +00:00
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