Commit Graph

1780 Commits

Author SHA1 Message Date
Marko Lahma
b7e5fa9137 SPRNET-1558 HashtableCachingAdvisorChainFactory is not thread safe 2014-02-25 09:31:48 +02:00
sbohlen
5e594b90eb update Spring.Web.Conversation.NHibernate tests to use SQLite 1.0.91.0 dynamic interop assembly resolution to handle running properly on both x86 and x64 processor architectures 2014-02-24 21:09:26 -05:00
sbohlen
15d7dc07f4 adding missing nuget.exe erroneously excluded due to gitignore rules but necessary for NuGet Package Restore support in /examples/ projects 2014-02-23 15:14:28 -05:00
sbohlen
555a72553e switch to nunit-console-x86.exe to force tests run in a 32-bit process 2014-02-23 13:03:58 -05:00
Marko Lahma
d0ad596396 fix project file nowarn flags in release mode, fix build cmd platform detection 2014-02-23 17:56:28 +02:00
sbohlen
81cd77e3dc Merge branch 'master' of http://github.com/spring-projects/spring-net 2014-02-23 09:04:06 -05:00
sbohlen
4681962bba updates to reflect correct path to Visual Studio, NuGet package restore for /examples/ projects, and building of Spring.Web.Extensions for .NET 4.5 target 2014-02-23 09:03:05 -05:00
sbohlen
1c616b3c8c add Mvc5 and tests into sln 2014-02-23 09:01:36 -05:00
sbohlen
d8b8acd7ae update locale formatter test expectations to reflect subtle changes in the tested locales introduced by .NET 4.0 2014-02-23 09:00:25 -05:00
sbohlen
3769af7fb5 wire up Mvc5 Tests to participate in NuGet package restore process 2014-02-23 08:59:40 -05:00
sbohlen
6316eda41a update SQLite-dependent tests to use version of SQLite that is both x86- and x64-aware 2014-02-23 08:57:55 -05:00
sbohlen
eedb6e9553 remove unnecessary duplicate references to core .NET framework libs 2014-02-23 08:56:18 -05:00
sbohlen
79747686d8 update examples to reflect NuGet package-restore necessary since /lib/ refereences are otherwise missing 2014-02-23 08:52:50 -05:00
sbohlen
e7ed6e5d87 update NUNIT command line args to reflect same args used both with and without coverage 2014-02-23 08:51:27 -05:00
sbohlen
e41d0dee48 update NANT config settings to support builds on both x86 and x64 processor architectures 2014-02-23 08:50:22 -05:00
Marko Lahma
68e760b52f upgrade Quartz.NET dependency to version 2.2.2 2014-02-09 10:30:05 +02:00
Marko Lahma
9a2907a8a1 fix AbstractObjectFactory's singleton dispose order
* using stable collection and reversing it before traversal
* also remove .gitattributes
2014-01-26 09:42:18 +02:00
Marko Lahma
bcaf73332f Merge pull request #61 from CNemo7539/FixNAntConfig
Added NAnt configuration to run on .Net 4.5
2014-01-19 10:39:22 -08:00
Mike Evteev
a337b292a1 Changed build file to properly reference MS assembly 2014-01-17 09:28:53 -05:00
Mike Evteev
19df92672f Added NAnt configuration to run on .Net 4.5 2014-01-16 10:37:43 -05:00
Marko Lahma
3c1bbe0e2f add AssemblyInfo.cs to Spring.Calculator.Web.2010.csproj to avoid MsBuild bug with no CS files in project 2014-01-06 20:44:36 +02:00
Marko Lahma
9222cef09b add .gitattributes with GitHub recommended configuration 2014-01-06 18:00:48 +02:00
Marko Lahma
b749afe038 SPRNET-1444 update documentation to reflect new default transaction isolation level Unspecified 2014-01-06 17:52:16 +02:00
Marko Lahma
ed29a994b4 SPRNET-1509 upgrade to NUnit 2.6, use NuGet packages 2013-12-25 00:50:00 +02:00
Marko Lahma
373ce41e76 SPRNET-1564 Remove code marked as obsolete 2013-12-24 11:16:10 +02:00
Marko Lahma
4f8bb0ce7f SPRNET-1541 fix documentation 2013-12-24 10:50:27 +02:00
Marko Lahma
c869de5cac SPRNET-1541 fix documentation to show correct prototype configuration via XML 2013-12-24 10:48:06 +02:00
Marko Lahma
25029d3398 fix Spring.Calculator example project 2013-12-24 10:05:07 +02:00
Marko Lahma
0dfc0bc57b SPRNET-1539 upgrade Quartz dependency to 2.2.1, use Spring.Scheduling.Quartz2 as package name
* replace lib dir NHibernate and Quartz dlls with NuGet references
* update examples to prefer NuGet packages
2013-12-23 23:44:50 +02:00
Marko Lahma
62e61ae9e0 clean up example solutions, use package restore, use single location for common logging and log4net assemblies 2013-12-06 14:15:36 +02:00
Marko Lahma
1105bb351b clean up usage of obsolete library members, set warnings as error to all projects, fix accordingly 2013-12-06 13:05:53 +02:00
Marko Lahma
1b73368826 SPRNET-1563 Make code as ClsCompliant as possible 2013-12-06 11:56:59 +02:00
Marko Lahma
72fd5be280 Merge pull request #57 from AndreasKl/master
SPRNET-1387: ASP.NET PageHandlerFactory cannot inject dependencies in the presence of the WebForms 4.0 routing infrastructure
2013-12-03 23:55:57 -08:00
Andreas Kluth
638002646c SPRNET-1387: ASP.NET PageHandlerFactory cannot inject dependencies in the presence of the WebForms 4.0 routing infrastructure
- Changed how the WebSupportModule detects when it should inject into a Page

Signed-off-by: Andreas Kluth <mail@andreaskluth.net>
2013-12-04 00:41:43 +01:00
Marko Lahma
fc5fa113bb SPRNET-1561 ASP.NET MVC 5 and WEB API 2 support
* also add .NET 4.5 targets
* fix issues with libs and build targets
2013-12-03 17:46:24 +02:00
Marko Lahma
1466cc9b43 Merge pull request #42 from thomast74/SPRNET-1543
SPRNET-1543 Reviewed GetObjectDefinionNames inconsistencies
2013-11-23 05:29:09 -08:00
Marko Lahma
e7487c074a Merge pull request #52 from norvegec/master
Added ManagedDictionary.Merge(object) support for generic dictionary
2013-11-23 05:27:00 -08:00
Marko Lahma
6b14901ab0 Merge pull request #33 from thomast74/DocUpdate
Code configuration documentation update
2013-11-23 05:25:10 -08:00
Marko Lahma
8917f95a08 Merge pull request #54 from AndreasKl/master
Update to use Apache NMS 1.6
2013-11-23 05:21:11 -08:00
Andreas Kluth
b804127d1e Housekeeping. Renamed test suite to match naming convention. 2013-11-23 02:16:01 +01:00
Andreas Kluth
5487d97d4c Issue #51: ActiveMQ 1.6 interfaces have changed
- Updated NMS.ActiveMQ to v1.6.1 and Apache.NMS API to v1.6.0
- Amended wrapper implementation to match new API
2013-11-23 01:57:15 +01:00
Andreas Kluth
db4bd0d0ad Housekeeping. Fixed formatting. 2013-11-23 01:08:59 +01:00
Andreas Kluth
8682271ef8 Housekeeping. Added factory method to reduce duplication. 2013-11-23 00:46:39 +01:00
Andreas Kluth
226c08d9a7 Housekeeping. Fixed integration test to match template used in SimpleMessageListenerContainerTests.xml. 2013-11-23 00:32:14 +01: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
Dmitrii Bardakov
40e007ad6b Added check if parent IDictionary implementation is ManagedDictionary 2013-11-11 11:49:32 -08:00
Thomas Trageser
2605f192d2 Formatting changes and changes to support .Net 3.5 as it can't handle default method values 2013-11-10 17:40:25 +00:00
Thomas Trageser
1231e82334 Spell checking 2013-11-10 17:10:05 +00:00
Marko Lahma
e82f0547d6 Merge pull request #47 from thomast74/SPRNET-1545
SPRNET-1545 Request or Session scoped objects with IDisposable are failing during the 2nd time of the creation
2013-11-10 08:13:46 -08:00
Thomas Trageser
62aef6c05c Merge branch 'master' into DocUpdate
Conflicts:
	doc/reference/src/index.xml
2013-11-10 16:10:49 +00:00