Commit Graph

1591 Commits

Author SHA1 Message Date
sbohlen
bd417d744b add mistakenly overlooked nuget config / repo settings for WebQuickStart /example/ solution 2014-03-03 06:58:31 -05:00
sbohlen
167a104fe2 introduce build param (skipmstestrun) to support building but not -running- the MSTEST sequence (necessary for bypass of the currently-crashing QTAgent32.exe process until this issue is properly sorted out) 2014-03-03 06:57:19 -05:00
sbohlen
df35992839 remove .testsettings file from sln (deprecated under VS2013) 2014-03-02 20:16:23 -05:00
sbohlen
5441880c51 Remove .vsmdi files (test groups defined in vsmdi files no longer supported under VS2013) 2014-03-02 20:15:23 -05:00
sbohlen
e1e275ec14 update main solution to globally rely upon NuGet for all Common.Logging references 2014-03-02 09:31:49 -05:00
sbohlen
6d79e7f2af set build-packaging files for 2.0.0-RC1 release 2014-03-01 18:19:08 -05:00
Steve Bohlen
933b4f1395 Merge pull request #67 from yhrn/SPRNET-1567
SPRNET-1567 Assigning correct timeout
2014-03-01 17:28:02 -05:00
Steve Bohlen
bf6eeab496 Merge pull request #66 from yhrn/SPRNET-1566
SPRNET-1566 Return exception instead of throw
2014-03-01 16:29:09 -05:00
Mattias Öhrn
09291a8216 SPRNET-1567 Assigning correct timeout
SPRNET-1567 HibernateTransactionManager assign incorrect connection
timeout
Now assigning the correct timeout to the correct property
2014-02-27 08:57:38 +01:00
Mattias Öhrn
36d58efe09 SPRNET-1566 Return exception instead of throw
SPRNET-1566 Spring.Data.Support.FallbackExceptionTranslator.Translate()
should return an exception, not throw one
2014-02-27 08:24:27 +01:00
sbohlen
a74653215f add missing SQLite .dlls excluded due to over-zealous gitignore rules 2014-02-25 06:06:36 -05:00
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