Commit Graph

670 Commits

Author SHA1 Message Date
Sean Gilliam
d4ba72bb21 Replaced delegate syntax with easier to read lambda syntax 2014-11-25 10:07:30 -06:00
Marko Lahma
61ee75fda8 update to Common.Logging 2.3.1 and Quartz.NET 2.3 2014-11-08 12:15:10 +02:00
Marko Lahma
d0c97dab87 NHibernate 4 support
* replace NHibernate33 and NHibernate32 packages with NHibernate3 package
2014-10-19 18:37:14 +03:00
twisterino
be24957bb5 Typo 2014-07-10 11:50:51 +01:00
twisterino
c2867ca21d Prevent TearDown to swallow exceptions 2014-07-10 11:41:00 +01:00
Marko Lahma
1e7e4571b8 upgrade to Quartz.NET 2.2.3 2014-03-30 20:48:47 +03:00
sbohlen
991a8b1bd1 add discriminator to respect CLR version (in addition to OS version) as a factor in choosing which FORMATTER-related expectations to test against 2014-03-15 09:12:02 -04:00
Marko Lahma
e9ade58ee7 SPRNET-1571 SPRNET-1572 set OracleCommand's BindByName to true
* add native ODP.NET 12 provider
* add managed ODP.NET 12 provider
2014-03-14 17:10:29 +02:00
sbohlen
0311d3694d SPRNET-1570 make localization test assertions respond appropriately to differences in runtime OS 2014-03-11 06:27:27 -04: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
a74653215f add missing SQLite .dlls excluded due to over-zealous gitignore rules 2014-02-25 06:06:36 -05: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
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
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
Marko Lahma
68e760b52f upgrade Quartz.NET dependency to version 2.2.2 2014-02-09 10:30:05 +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
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
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
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
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
adamlepkowski
b32f730fdd SPRNET-1507 Add support for dynamic type ExpandoObject in spring.net expressions 2013-11-10 18:10:38 +02:00
Marko Lahma
705b085a16 Merge pull request #48 from ohadho/master
Allow CompositionProxyTypeBuilder to proxy objects with protected constructors
2013-11-10 07:30:45 -08:00
Marko Lahma
d9ee1843de Merge pull request #49 from ericklombardo/master
Resolved issue SPRNET-1547
2013-11-10 02:45:58 -08:00
Marko Lahma
c99b7d313e fix AssemblyObjectDefinitionScanner, was using base.Scan method instead of possible override 2013-10-28 12:46:38 +02:00
Dmitrii Bardakov
3ab0ff9428 Added test method for merged generic dictionary 2013-10-20 01:25:59 -07:00
unknown
88170e7974 SPRNET-1547 - ScannedGenericObjectDefinition doesn't apply default autowire mode 2013-05-29 10:28:37 -06:00
ohad
11d0d0d976 Merge remote-tracking branch 'upstream/master' 2013-05-18 09:06:40 +03:00
Thomas Trageser
4005e9eff6 SPRNET-1543 Changed the default behaviour for GetObjectDefinionNames back to not include ancestors, added additional method that allows via bool parmeter to include parent factories. Other areas get the default inlucde where unit tests needed this options. Consumer of GetObjectDefinitionsNames are checked for potential NPE 2013-03-23 18:58:08 +00:00
Thomas Trageser
0ded0d93e4 Register ContextNamespaceParser as well known parser in NamespaceParserRegistry 2013-03-22 19:52:05 +00:00
ohad
07eb2ed5bc Added test for bug fix (CompositionProxyTypeBuilder crashed when type had protected constructor) 2013-02-08 13:10:28 +02:00
ohad
2204ce8ea5 Bug fix: CompositionProxyTypeBuilder crashed when class has protected constructor. 2013-02-08 13:04:25 +02:00
Steve Bohlen
e0bcdf1706 Merge branch 'master' of https://github.com/SpringSource/spring-net 2013-01-13 19:45:39 -05:00
Steve Bohlen
59b37f6f74 SPRNETCODECONFIG-4 introduce support for explicit restriction on assembly load scanning scope 2013-01-13 19:39:07 -05:00
Steve Bohlen
5a0e1c483f SPRNETCODECONFIG-3 change Spring-Assembly exclusion approach to prefix vs absolute match to ease in long-term maintenance issues 2013-01-13 19:31:46 -05:00
Steve Bohlen
de4f7d6e1f SPRNET-1536 replace Predicate<T> with Func<T, bool> and replace custsom LINQ extensions with actual LINQ now that we're on .NET 3.5 or later 2013-01-13 18:53:41 -05:00
Marko Lahma
ebfe101ad0 SPRNET-1539 Quartz.NET 2.1 support 2013-01-12 15:19:46 +02:00