Commit Graph

1517 Commits

Author SHA1 Message Date
Marko Lahma
63d043985b Upgrade to Quartz.NET 2.0 final 2012-04-18 08:59:07 +03:00
Steve Bohlen
008d3f4145 SPRNET-1485 added check for null param in CachedSession.CreateProducer(IDestination) call 2012-04-17 21:13:57 -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
Steve Bohlen
153a1bb909 SPRNET-1501 support for sqlite 1.0.80 added 2012-04-17 15:00:42 -04:00
Steve Bohlen
bcf5c97ec7 Merge pull request #10 from serra/ivariablesourcedocs
SPRNET-1477 (well, not really, since that isn't an actual issue but this pull req. is certainly related to it <g>)

Adds documentation on IVariableSource implementations provided by Spring.NET
2012-04-16 19:27:07 -07:00
Marko Lahma
7778994f05 Changing from arrays to IList, generify AOP API, change GetObjectsOfType<T> to GetObjects<T> and GetObjectNamesForType<T> to GetObjectNames<T> 2012-03-26 08:47:01 +03:00
Marko Lahma
68b67e3f45 Fix remaining issues that were spotted by build and test system 2012-03-24 13:29:11 +02:00
Marko Lahma
f498ba2264 Fix compilation issues under VS2008 2012-03-24 12:33:08 +02:00
Marko Lahma
05de414adc Introducing generics 2012-03-24 12:12:16 +02:00
Steve Bohlen
6f789061aa Merge pull request #14 from serra/master
Minor fix in Resharper template
2012-03-12 08:38:00 -07:00
Marijn van der Zee
475991076e Fix Resharper file template
Xml name space should be `http://www.springframework.net/database` in
Resharper file template.
2012-03-12 15:35:06 +01:00
Marko Lahma
0bc9f6581c Converted Spring.Data.NHibernate.Northwind example to use web application project model instead of problematic web site model 2012-03-04 21:36:08 +02:00
Marko Lahma
a16d06db3a Remove NHibernate integration projects except for 3.2 2012-03-01 23:29:52 +02:00
Steve Bohlen
42b5ecdb01 adding sysinternals pskill.exe to build support tools 2012-02-20 10:53:41 -05:00
Steve Bohlen
f2b659bab5 updating NuGet.exe to 1.6.21205.9031 2012-02-20 10:52:51 -05: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
6365b8654f Cleaning build file and fixing output paths for Spring.Template.Velocity.2010.csproj and Spring.Testing.Microsoft.2010.csproj 2012-02-18 12:47:34 +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
3687d33f0a More reference and whatnot fixes 2012-02-17 18:44:26 +02:00
Marko Lahma
98978b297c Fixed Spring.Northwind.Dao.NHibernate.2010.csproj's System.Core reference 2012-02-17 17:14:57 +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
18df6ad530 This time fixing Quartz example projects to point to new Quartz 1.0 lib folder 2012-02-13 22:27:19 +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
eb0582e151 Fixing project Spring.Scheduling.Quartz.2008.csproj by hand to be target 3.5 2012-02-13 11:38: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
b92e13adc1 Upgraded Rhino.Mocks.dll to version 3.6 2012-02-11 17:57:56 +02:00
Marko Lahma
fa894204d3 Initial version of Quartz 2.0 integration 2012-02-11 17:57:49 +02:00
Steve Bohlen
387ba32476 Merge pull request #13 from serra/master
Documentation updates to `Spring.Web.Mvc3` docs
2012-02-03 05:04:15 -08:00
Marijn van der Zee
e315dfc4fa References the Mvc3 QuickStart by the exact name used in the distribution 2012-02-03 10:05:26 +01:00
Marijn van der Zee
a0a38da287 Reference Spring.Web.Mvc3 instead of Spring.Web.Mvc 2012-02-03 09:56:53 +01:00
Steve Bohlen
79790a96aa Merge pull request #12 from serra/master
Fix typos and formatting in chapter 13.6 Proxying mechanisms
2012-01-20 06:12:00 -08:00
Marijn van der Zee
b13971034d Fixed several typos, some formatting
No changes to content.
2012-01-20 09:59:33 +01:00
Marijn van der Zee
35a1478e2c Add note on non-existing registry keys 2011-12-29 15:47:10 +01:00
Marijn van der Zee
7635db2a6f Add note on precedence rules for PropertyFileVariableSource 2011-12-29 15:46:43 +01: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
Marijn van der Zee
7039d76bd8 Merge branch 'master' of git://github.com/SpringSource/spring-net.git into ivariablesourcedocs 2011-12-19 16:18:54 +01:00
Marijn van der Zee
c35a7ba6e1 Spell-check 2011-12-19 16:16:50 +01:00
Marijn van der Zee
2a2fd264d2 Add note on user changes to user settings during container lifetime 2011-12-19 16:08:40 +01:00
Marijn van der Zee
b17b27a0a9 Move VariableSourceConfiguration up 2011-12-19 14:38:28 +01:00
Marijn van der Zee
b8bde2779a Move note on PropertyFileVariableSource to detail section
Also some formatting and typos/
2011-12-19 14:36:47 +01:00
Marijn van der Zee
db44d5ab28 Fix typos 2011-12-19 14:14:17 +01:00