Steve Bohlen
1f132cda61
Merge branch 'adotemplate-mods'
2015-02-01 17:30:45 -05:00
Steve Bohlen
778a405f8e
Merge pull request #91 from kamiff/master
...
Improve MVC 3, 4 application View DI performance
2015-02-01 17:17:06 -05:00
Steve Bohlen
409ff746c1
SPRNET-1415 - pull additional members up into IAdoOperations interfaces
2015-01-29 22:58:37 -05:00
Steve Bohlen
ac28a7a970
SPRNET-1494 - switch to DEBUG level logging for cache misses
2015-01-29 22:38:18 -05:00
Steve Bohlen
7c120e35cf
Revert "SPRNET-1557 - retrieve object type from object definition rather than expensive additional instantiation" as part of troubleshooting broken build.
...
This reverts commit 579e5ae02d .
2015-01-29 21:32:38 -05:00
Steve Bohlen
22c31ba80b
SPRNET-1513 - alter protection level to assist in subclassing HIbernateTransactionManager
2015-01-29 21:13:51 -05:00
Steve Bohlen
9b54b7af2e
SPRNET-1526 - fix error in ctor args
2015-01-29 20:56:57 -05:00
Steve Bohlen
4667eeb37b
SPRNET-1548 - add missing PermissionDeniedCodes for DB2 error translation list
2015-01-29 20:41:20 -05:00
Steve Bohlen
579e5ae02d
SPRNET-1557 - retrieve object type from object definition rather than expensive additional instantiation
2015-01-29 20:28:54 -05:00
Steve Bohlen
0646d02ec5
Merge branch 'master' of https://github.com/spring-projects/spring-net
2015-01-29 19:56:50 -05:00
Steve Bohlen
713875080d
introduce method to block interaction with internal ObjectFactory instance when ApplicationContext isn't in a valid state to respond (e.g., while starting up, shutting down, or being disposed)
2015-01-29 19:56:12 -05:00
Marko Lahma
1b84a7296e
always overwrite existing Quartz properties in SchedulerFactoryObject
2015-01-29 08:31:04 +02:00
Steve Bohlen
5f70fd57e7
Merge pull request #89 from sean-gilliam/remove-redundant-delegation-creation
...
Removed redundant delegate creation
2015-01-28 18:53:26 -05:00
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
Marko Lahma
c6b176aa27
upgrade to Common.Logging 3.0.0.0, Quartz 2.3.1 and NHibernate 4.0.2
2015-01-16 00:22:21 +02:00
Sean Gilliam
86c89fbdb1
Removed redundant delegate creation
2014-12-03 11:33:39 -06:00
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
chadsowald
1acf52e5b9
Add comments to equality members.
2014-09-18 12:58:49 -07:00
chadsowald
12ee34ca8f
Add equality members to fix key-ref merging.
2014-09-18 12:51:30 -07:00
Marko Lahma
1b01e4b245
Merge pull request #80 from aaronmell/master
...
Refactored DelegatingLocationSessionFactoryObject to support named connection strings
2014-08-10 10:27:13 +03:00
Marko Lahma
bc855ddf77
fix documentation issue
2014-08-10 10:25:45 +03:00
Marko Lahma
64f84fe2bd
Merge pull request #74 from thomast74/AdoTemplateInjection
...
Exclude AdoTemplate from dependency check by default
2014-08-10 10:23:06 +03:00
Aaron Mell
66bf53684c
Fixed an issue with the refactoring
2014-07-24 18:08:34 -05:00
Aaron Mell
7da726e854
Refactored DelegatingLocationSessionFactoryObject to support named connections
...
This will fail if you attempt to use a named connection instead of a connection string. I modified the PostProcessConfiguration to set the connection string if one could be looked up via NHibernates connection_string_name
2014-07-24 17:33:27 -05:00
twisterino
c2867ca21d
Prevent TearDown to swallow exceptions
2014-07-10 11:41:00 +01:00
Thomas Trageser
1a82357027
Exclude AdoTemplate from dependency check by default
2014-04-05 12:02:52 +01: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