Commit Graph

35 Commits

Author SHA1 Message Date
Marko Lahma
9b939a3065 convert to new csproj 2018-09-17 08:14:58 +03:00
Marko Lahma
54bcda7f77 SPRNET-1560 remove VS2008 solutions and projects
* update build files to use explicit library references to ensure proper 4.0 build on 4.5 enabled machines
* remove Spring.Web.MVC projects from main solution file
2013-11-17 14:10:46 +02:00
Marko Lahma
ebfe101ad0 SPRNET-1539 Quartz.NET 2.1 support 2013-01-12 15:19:46 +02:00
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
Marko Lahma
29be537043 SPRNET-1504 Support NHibernate 3.3.0 GA 2012-04-22 18:45:40 +03:00
Marko Lahma
a16d06db3a Remove NHibernate integration projects except for 3.2 2012-03-01 23:29:52 +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
fa894204d3 Initial version of Quartz 2.0 integration 2012-02-11 17:57:49 +02:00
Marko Lahma
ffdeea9d8d SPRNET-1459: Remove VS2003, VS2005 projects and solutions 2011-08-15 19:48:36 +03:00
lahma
3dd72e8562 SPRNET-1421: NHibernate 3.1 support 2011-03-21 08:25:14 +00:00
markpollack
139d947140 SPRNET-1278 - Add integration with JNDI for TIBCO EMS
SPRNET-1279 - Create integration test project for NMS
SPRNET-1280 - Create integration test project for TIBCO EMS
2009-11-21 19:31:13 +00:00
markpollack
f7a97bfe31 SPRNET-1268 - Spring Exceptions should pass tests to ensure compliance with .NET framework guidelines.
SPRNET-1267 - Add optimize compiler flag for release build
2009-11-10 03:04:07 +00:00
eeichinger
9fb46fd5fb fixed NH21 integration ProxyFactoryFactory Bug 2009-08-05 15:56:23 +00:00
eeichinger
112d7f4dfd cleanup 2009-07-31 20:55:49 +00:00
eeichinger
96a447f7c3 renamed BreakingChanges-1.2.txt to BreakingChanges-1.3.txt 2009-07-26 16:06:01 +00:00
lahma
573a0903f6 Added support for NH 3.0 (built from trunk), added net-3.5 target to build file, added NH 3.0 targets to build, set NH 2.1 to be part of standard build 2009-07-25 09:34:50 +00:00
lahma
29f1437ea2 SPRNET-1104: Updating to NHibernate 2.1 GA, porting Java features to LocalSessionFactoryObject, changing integration tests to use (local) SQL Server instance instead of fixed host name and named instance, changing to LinFu provider for now 2009-07-24 14:59:24 +00:00
markpollack
c8ec84d9a9 SPRNET-1196 - Added build support but disabled until CI machine can support running mstest. 2009-07-24 03:18:35 +00:00
eeichinger
47762e3f0f upgraded to nunit 2.5.1 for running unit tests
integrated ncover for code coverage analysis
switched COM integration tests to explicit
2009-07-14 22:37:59 +00:00
markpollack
aca4e4f246 Messaging solutions that include only the minimal dependencies 2009-06-16 04:58:56 +00:00
markpollack
f418aaa4d9 NVelocity configuration integration classes - thanks Erez Mazor and welcome to the project! 2009-06-04 01:34:53 +00:00
eeichinger
fb0cb23a7f polishing infrastructure 2009-04-17 13:29:35 +00:00
eeichinger
f28941261e fixed SPRNET-1192
fixed SPRNET-1072
2009-04-16 15:17:36 +00:00
eeichinger
9608cd67da reanimated NHibernate.Integration.Tests 2008-12-23 23:02:54 +00:00
eeichinger
044e8af105 SPRNET-444
SPRNET-1140
2008-12-20 01:21:02 +00:00
lahma
42b30d4429 SPRNET-1104: NHibernate 2.1 Support 2008-11-11 13:46:13 +00:00
lahma
ebe585de68 Brought more tests from Java side and synchronized with Java code base:
use object name as default scheduler name (when "SchedulerName" property not explicitly specified); do not accept a pre-registered Scheduler instance in the Quartz SchedulerRepository anymore; do not expose the Spring-created/managed Scheduler to the Quartz SchedulerRepository anymore; added "ExposeSchedulerInRepository" flag for explicit exposure to the SchedulerRepository; introduced SchedulerAccessorObject for registering jobs/triggers/listeners on an existing Quartz Scheduler instance
2008-11-06 18:08:46 +00:00
eeichinger
3c2ee6eb42 fixed SPRNET-1059 2008-10-19 09:52:48 +00:00
eeichinger
a09d0c4c16 added test for sprnet-1029 2008-10-18 17:39:48 +00:00
lahma
f510027f45 NHibernate 2.0 GA 2008-08-23 20:52:06 +00:00
markpollack
7d53f56124 add EMS solution 2008-08-14 21:16:50 +00:00
lahma
651ab8ef8c Changing startup delay properties to be time spans instead of plain integers 2008-08-04 18:43:39 +00:00
lahma
9fc7a53f03 Delegate connection handling to Spring, still problems.. 2008-07-31 20:37:10 +00:00
lahma
0c1ab68f93 Starting to craft LocalDataSourceJobStore for Spring managed transactions 2008-07-31 13:54:19 +00:00
lahma
5d5f27dce4 Added own projects for NHibernate 2.0 testing, updated build files accordingly 2008-06-28 13:33:05 +00:00