Commit Graph

556 Commits

Author SHA1 Message Date
Marko Lahma
50198bf8b8 Cleaning Quartz.NET integration, removing #ifs as now only Quartz.NET 2.0 supported 2012-05-13 11:13:45 +03:00
Steve Bohlen
36f032c58e fixing broken build 2012-05-11 13:32:05 -04:00
Steve Bohlen
9ace1a42e2 tweaking broken build scripts 2012-05-11 13:05:23 -04:00
Steve Bohlen
864c42be90 fixing build scripts for Quartz20-related projects 2012-05-11 09:45:37 -04:00
Steve Bohlen
416d934714 removing refs to linking of files from Quartz1x projects 2012-05-11 09:05:37 -04:00
Steve Bohlen
bf082bc3aa fixing changes related to upgrades to Common.Logging 2.0 2012-05-10 18:16:27 -04:00
Marko Lahma
9d8ac9ce04 Add Quartz 2.0 integration projects to main solution file, fix Spring.Scheduling.Quartz20.2010.csproj to link to right file 2012-05-10 22:34:20 +03:00
Steve Bohlen
d3c122ea70 fixing up missing refs to {nowarn.numbers} and/or {nowarn.numbers.test} across the all build files 2012-05-08 15:07:11 -04:00
Steve Bohlen
0213f6ce7a excluding extraneous references to competing Spring.Web.Mvc assemblies in test build files 2012-05-05 11:55:53 -04:00
Steve Bohlen
c6eeb11911 referencing mvc4-specific assys from the install folder vs the gac 2012-05-04 18:33:50 -04:00
Steve Bohlen
3077322436 adding missing refs to the mvc .build files 2012-05-04 18:18:31 -04:00
Steve Bohlen
6fa349bb5b fixing accidental naming of the mvc4 output assemblies using mvc3 naming in the build script 2012-05-04 17:54:11 -04:00
Steve Bohlen
c4244c172b SPRNET-1497 added explicit support for aspnetmvc4 2012-05-03 09:49:51 -04:00
Steve Bohlen
83a4fb39d5 Merge branch 'master' of https://github.com/SpringSource/spring-net 2012-05-02 15:44:08 -04:00
Steve Bohlen
8058d6d331 bring TibcoEMS support up to .net 4.0 targets 2012-05-02 15:43:35 -04:00
Marijn van der Zee
55bdec00e5 SPRNET-1433 - IsAopProxy and IsAopProxyType now check for inheritance based proxies too 2012-04-24 13:29:56 +02:00
Marijn van der Zee
3fc968f8ee SPRNET-1433 - Add IsInheritanceAopProxy and IsInheritanceAopProxyType methods
Includes tests.
2012-04-24 13:10:41 +02:00
Marko Lahma
29be537043 SPRNET-1504 Support NHibernate 3.3.0 GA 2012-04-22 18:45:40 +03:00
Steve Bohlen
e8bed331c9 SPRNET-1478 change default behavior to use NH internal ProxyFactoryFactory instead of the SPRNET implmentation 2012-04-18 15:44:43 -04:00
Steve Bohlen
1793d6c818 SPRNET-1383 removing NET_3_5 exclusion pragma around prior-failing test (ommitted this change as part of the prior commit) 2012-04-17 17:51:04 -04:00
Steve Bohlen
523d55a9a2 SPRNET-1383 change test build script to copy proper .config file during build; removed outdated net-1.1 config file that was colliding with correct one during build 2012-04-17 17:42:26 -04:00
Steve Bohlen
9ccfaeb3e2 SPRNET-1490 extended support for IsZero to Byte and SByte, improved tests around IsZero, and fixed several poss. casting errors 2012-04-17 15:40:16 -04:00
Marko Lahma
a16d06db3a Remove NHibernate integration projects except for 3.2 2012-03-01 23:29:52 +02:00
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