Commit Graph

837 Commits

Author SHA1 Message Date
kamiff
8e90024231 Improve MVC 3, 4 application View DI performance
Ignore MVC view service injection check to improve MVC 3, 4 view object
creation  performance.
2015-01-27 11:46:04 +08:00
Thomas Trageser
a22113f5ee An empty typeToLoad cause the Type Resolver to throw an error 2014-04-05 09:54:10 +01:00
Marko Lahma
1e7e4571b8 upgrade to Quartz.NET 2.2.3 2014-03-30 20:48:47 +03: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
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
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
Marko Lahma
b7e5fa9137 SPRNET-1558 HashtableCachingAdvisorChainFactory is not thread safe 2014-02-25 09:31:48 +02: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
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
Mike Evteev
a337b292a1 Changed build file to properly reference MS assembly 2014-01-17 09:28:53 -05: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
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
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
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
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
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
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
3afac5fc08 Merge pull request #43 from thomast74/SPRNET-1544
SPRNET-1544 Problem with scanned objects and ObjectScope is Request or S...
2013-11-06 22:52:43 -08:00
Marko Lahma
a0bef41b6c Merge pull request #44 from thomast74/ComponentScan-Logging
Enhance ComponentScan logging messages
2013-11-06 22:10:17 -08:00
Marko Lahma
c99b7d313e fix AssemblyObjectDefinitionScanner, was using base.Scan method instead of possible override 2013-10-28 12:46:38 +02:00
Marko Lahma
ddd6e3a76b fix another concurrency issue in InitDestroyAttributeObjectPostProcessor, minor code cleanup, add resharper code style guidance for solution 2013-10-28 07:53:43 +02:00
Marko Lahma
21cbbd0ac9 fix concurrency issue in AutowiredAttributeObjectPostProcessor where metada was left null if value was updated before lock was made 2013-10-25 23:26:36 +03:00
Dmitrii Bardakov
aac001c707 Added Generic support for Merge(object) method 2013-10-20 00:49:10 -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
dcfd6e014a SPRNET-1545 Request or Session scoped objects with IDisposable are failing during the 2nd time of the creation 2013-04-07 19:45:42 +01:00
Thomas Trageser
951b23209a Error because of using a wrong reference in lambda debig message 2013-04-07 00:19:28 +01:00
Thomas Trageser
1e2f601407 Enhance ComponentScan logging messages 2013-03-25 21:00:08 +00:00
Thomas Trageser
8774590593 SPRNET-1544 Porblem with scanned objects and ObjectScope is Request or Session, LazyInit not set to true 2013-03-25 19:09:21 +00: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
Bruno Baia
01b1f57224 Merge pull request #41 from thomast74/XML-Doc-Update
Update typos and wrong references in XSD/XML documentation
2013-03-22 14:25:27 -07:00
Thomas Trageser
255cd75201 Update typos and wrong references in XSD/XML documentation 2013-03-22 20:33:06 +00:00
Thomas Trageser
0ded0d93e4 Register ContextNamespaceParser as well known parser in NamespaceParserRegistry 2013-03-22 19:52:05 +00:00
ohad
2204ce8ea5 Bug fix: CompositionProxyTypeBuilder crashed when class has protected constructor. 2013-02-08 13:04:25 +02:00
Thomas Trageser
e09235a449 NPE when using AbstractDependencyInjecttionSpringContextTests and Autowire within test class 2013-01-27 22:34:56 +00:00