Commit Graph

1780 Commits

Author SHA1 Message Date
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
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
Marko Lahma
2f75149e8c Merge pull request #77 from twisterino/NUnitTearDownFix
Prevent TearDown to swallow exceptions
2014-07-19 11:24:00 +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
Thomas Trageser
1a82357027 Exclude AdoTemplate from dependency check by default 2014-04-05 12:02:52 +01:00
Marko Lahma
a32fee13be Merge pull request #73 from thomast74/UnusedErrorLogging
An empty typeToLoad cause the Type Resolver to throw an error
2014-04-05 13:13:52 +03: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
sbohlen
83615e299a add missing xml comment file 2014-03-15 09:36:55 -04:00
sbohlen
a9fc698cef Merge branch 'master' into common-logging-220-upgrade 2014-03-15 09:12:55 -04: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
sbohlen
fab6c6d7ee fix overlooked failure to commit NUGET package metadata for WebQuickStart example 2014-03-15 09:10:31 -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
ca3e45c944 Merge branch 'master' into common-logging-220-upgrade 2014-03-11 07:35:40 -04: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
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