Commit Graph

1660 Commits

Author SHA1 Message Date
Steve Bohlen
c75734dfad ensure that refactored DependencyResolver code properly respects named contexts when performing object resolution 2015-02-02 20:15:42 -05:00
Steve Bohlen
c7f943e0c4 update .build files for MVC 4 and 5 /src/ and /test/ to reflect udates to LINKed source files strategy 2015-02-02 20:14:52 -05:00
Steve Bohlen
ba8fdbf15e add missing references to /lib/ folder 2015-02-02 20:12:24 -05:00
Steve Bohlen
6d45f9da74 rework MVC dependency-resolver to more effectively short-circuit expensive type resolution when no need to continue to interrogate the context further 2015-02-02 18:47:02 -05:00
Steve Bohlen
c936fd88a7 removing errantly-committed XML comment file; must have been committed BEFORE corresponding entry was added to .gitignore 2015-02-02 18:07:08 -05:00
Steve Bohlen
342ae7de04 remove unnecessary source duplication in MVC Source and replace with source file LINKs 2015-02-02 18:04:00 -05:00
Steve Bohlen
bef1d522a8 remove unnecessary source duplication in MVC Tests and replace with source file LINKs 2015-02-02 17:56:38 -05:00
Steve Bohlen
4ed10dae99 update version suffix to reflect RC2 2015-02-01 21:26:18 -05:00
Steve Bohlen
8eda2d42c4 re-order logic flow to fix failing test case where serviceType arg is null 2015-02-01 21:23:59 -05:00
Steve Bohlen
8246883aec re-order logic flow to fix failing test case where serviceType arg is null 2015-02-01 20:54:31 -05:00
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
Steve Bohlen
9caebbddca adding appveyor.yml to control CI server settings 2015-01-17 21:26:26 -05:00
Steve Bohlen
4173268006 troubleshooting db connectivity for integration tests 2015-01-17 19:23:08 -05:00
Steve Bohlen
c2bbeba865 troubleshooting db connectivity for integration tests 2015-01-17 19:07:25 -05:00
Steve Bohlen
5a5965ac73 troubleshooting db connectivity for integration tests 2015-01-17 19:04:17 -05:00
Steve Bohlen
791124366d return to TCP transport for DB conn alias 2015-01-17 15:17:56 -05:00
Steve Bohlen
21d2ac8fab comment back in missing named-piped config value 2015-01-17 15:05:47 -05:00
Steve Bohlen
21a3632359 switching to named-pipes transport for SpringQA sql server alias 2015-01-17 14:55:23 -05:00
Steve Bohlen
ffdbfe1406 add ps1 script to safely restart services and WAIT until complete before proceeding 2015-01-17 10:39:27 -05:00
Steve Bohlen
0d2a4f380a remove inadvertent duplicate attempt to create 'Spring' database 2015-01-16 22:53:58 -05:00
Steve Bohlen
2bfe447075 add missing closing quotation in sqlcmd arguments 2015-01-16 22:19:00 -05:00
Steve Bohlen
fbd4c1f612 add scripts to create required databases and users for integration tests 2015-01-16 22:06:55 -05:00
Steve Bohlen
d1fb769749 update ci-invoked build entry point to run database-dependent integration tests 2015-01-16 22:06:13 -05:00
Steve Bohlen
5894ff39d1 adjust build file to properly invoke NuGet package restore on the several projects that now have a new dependency upon it 2015-01-16 14:58:57 -05:00
Steve Bohlen
685c337d72 tweaking command file 2015-01-16 11:26:47 -05:00
Steve Bohlen
7e017a9055 introduce cmd file for CI server (primarily to NOT pipe output to log file so that it appears on CI dashboard properly) 2015-01-16 11:02:11 -05: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
Marko Lahma
e2263f1e77 Merge pull request #87 from sean-gilliam/update-delegates-to-lambda-syntax
Replaced delegate syntax with easier to read lambda syntax
2014-11-26 20:45:00 +02:00
Sean Gilliam
d4ba72bb21 Replaced delegate syntax with easier to read lambda syntax 2014-11-25 10:07:30 -06:00
Steve Bohlen
e4cf720a74 Merge branch 'master' of https://github.com/spring-projects/spring-net 2014-11-10 10:41:45 -05:00
Steve Bohlen
00417d94dd update docbook build to depend upon JAVA_HOME env var for locating JAVA to execute (vs. expecting JAVA to be on the system PATH) 2014-11-10 10:39:49 -05: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
Marko Lahma
88d2dc494e Merge pull request #84 from chadsowald/master
Add equality members to RuntimeObjectReference to fix key-ref merging.
2014-09-19 14:47:59 +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