Steve Bohlen
40db4808e9
Merge pull request #115 from gitchomik/master
...
fix issue #114
2015-11-22 13:19:26 -05:00
Steve Bohlen
86827ccc0d
Merge pull request #119 from kvr000/features/SPRNET-1582
...
SPRNET-1582: SimplePool releases dead objects but does not create new ones
2015-11-22 13:18:40 -05:00
Steve Bohlen
9fc7c921f4
Merge pull request #118 from kvr000/features/SPRNET-1581
...
SPRNET-1581: LinkedHashDictionary implementation
2015-11-22 13:17:39 -05:00
Steve Bohlen
2e384d7e2a
Merge pull request #116 from radupcforever/master
...
HibernateTransactionManager.GetIDbTransaction() does not work with subclasses of AdoTransaction
2015-11-22 13:16:26 -05:00
Steve Bohlen
2794e1c668
Merge pull request #120 from thorstenbaek/master
...
Multiple PropertyPlaceholderConfigurers fail in AbstractObjectFactory
2015-11-22 13:14:24 -05:00
Steve Bohlen
669ea2851b
Merge pull request #122 from hailtondecastro/master
...
The connection was not being effectively closed due to needing to disconnect first
2015-11-22 13:12:20 -05:00
Steve Bohlen
3f63f85cfd
change to reference to explicit type in CREF XML comments
2015-11-22 13:08:46 -05:00
Steve Bohlen
0a5d4c58e3
tweak IGNORE to reflect renamed assy for Spring.Web.Conversation.NHibernate33
2015-11-22 13:08:13 -05:00
Steve Bohlen
0c52b4e17c
introduce TIBCO_EMS #define to allow opt-out of CLS-complaince for TIBCO-dependent assy's (since TIBCO assy types aren't CLS-compliant, TIBCO-related SPRNET assy's can't be either)
2015-11-22 13:07:10 -05:00
Hailton de Castro
4e39f3b220
The connection was not being effectively closed due to
...
'NHibernate.ISession.Disconnect ()' contract:
//
// Summary:
// Disconnect the ISession from the current ADO.NET
connection.
//
// Returns:
// The connection provided by the application or null
//
// Remarks:
// If the connection was obtained by Hibernate, close it or
return it to the
// connection pool. Otherwise return it to the application.
This is used by
// applications which require long transactions.
2015-09-29 19:46:34 -03:00
thorstenbaek
9fcf18fe5b
Changed OrderComparator to ObjectOrderComparator
2015-07-23 11:28:54 +02:00
thorstenbaek
8eb9a86a20
Added OrderComparer to embeddedValueResolvers SortedSet
2015-07-22 14:45:03 +02:00
kvr
7b027df89e
SPRNET-1582: SimplePool releases dead objects but does not create new ones
2015-07-17 20:45:04 +02:00
kvr
5b6324eb0f
SPRNET-1581: LinkedHashDictionary implementation
2015-07-17 20:25:37 +02:00
unknown
9a85374602
If HibernateTransactionManager.GetIDbTransaction() receives as parameter a subclass of AdoTransaction, it fails to retrieve the field trans that contains the IDbTransaction. The reason is that through reflection there's no acces to private fields of superclasses.
...
This patch fixes that.
2015-06-15 09:24:01 +03:00
gitchomik
bb2e263f94
fix issue 114
...
https://github.com/spring-projects/spring-net/issues/114
2015-05-26 07:31:13 +02:00
Steve Bohlen
cdfcc1d9a6
fix typo (missing close-quote) in build file
2015-04-19 13:45:58 -04:00
Steve Bohlen
cc30cbecb6
bifurcate tests to reflect both apache nvelocity and castle nvelocity libs; re-enable apache nvelocity tests
2015-04-19 10:32:07 -04:00
Steve Bohlen
b2e9b58b05
provide for overwrite on copying support files prior to test-run
2015-04-18 15:56:00 -04:00
Steve Bohlen
c900e6353e
-rework build scripts to pull all dependencies from current.bin.dir after being copied from lib source folders
...
-add build scripts for Spring.Template.Velocity.Castle projects
2015-04-18 10:24:55 -04:00
Steve Bohlen
f966b45763
Merge pull request #105 from djechelon/master
...
Spring.Net.Velocity.Castle
2015-04-14 15:22:27 -04:00
Steve Bohlen
00e9a7fcb3
explicit full path for MVC5 deps
2015-04-14 13:01:54 -04:00
Steve Bohlen
c7efc96d49
revert to bulk copy of MVC5 deps from nuget folder
2015-04-14 12:15:16 -04:00
Steve Bohlen
09e30e52d3
revise dependency search pathing
2015-04-14 10:56:04 -04:00
Steve Bohlen
42dbcea973
match dependencies with Spring.Web.Mvc5 build script
2015-04-14 10:17:20 -04:00
Steve Bohlen
890731b439
explict path for MVC5 dependencies vs. lib search paths
2015-04-14 09:27:04 -04:00
Steve Bohlen
637fe96de9
add missing ref to System.Web.Http and System.Web.Http.WebHost
2015-04-14 08:40:02 -04:00
Steve Bohlen
c089a82dfe
add missing ref to System.Runtime.dll
2015-04-13 21:04:51 -04:00
Steve Bohlen
3bf72403dd
add missing ref to Http.Formatting assembly
2015-04-13 17:32:16 -04:00
Steve Bohlen
8b5971047c
update search path for WebApiClient assebly to fetch from PCL folder vs net45 folder in nuget packages
2015-04-13 16:22:34 -04:00
Steve Bohlen
ef463a97ee
re-enable bulk-copy of all MVC5 packages in to bin dir as sanity-check to return to known-good build state
2015-04-13 15:03:19 -04:00
Steve Bohlen
d0fab91098
troubleshooting broken deps on Mvc5 test build
2015-04-13 14:08:58 -04:00
Steve Bohlen
7aaa5708fc
add missing ref + paths to Microsoft.Web.Infrastructure assembly
2015-04-13 13:25:12 -04:00
Steve Bohlen
e102d73382
switch build scripts to avoid include=*.dll approach and switch to explicit identification of references (necessary to avoid invalid image format errors when building for CLR 2.0 and encountering CLR 4.0 assemblies in the directory when using include=*.dll approach)
2015-04-13 10:53:14 -04:00
Steve Bohlen
ec7fcf5d03
update metadata and build scripts to reflect 2.0.1-GA
2015-04-11 15:47:06 -04:00
Steve Bohlen
a24cb2de8e
GH-107 - fixing errant build script oversight resulting in linking to improper version of NHibernate.dll in misc cases
2015-04-11 15:46:19 -04:00
antonio.anzivino
a07c73edf3
Merge branch 'spring-projects-master'
2015-04-09 18:06:49 +02:00
antonio.anzivino
064112ab42
Merge branch 'master' of https://github.com/spring-projects/spring-net into spring-projects-master
...
Conflicts:
Spring.Net.2010.sln
2015-04-09 18:04:00 +02:00
Steve Bohlen
c70a70037c
update metadata to reflect 2.0.0.GA
2015-03-27 21:45:19 -04:00
Steve Bohlen
45e67d88dd
renaming project to identify specifically as NHibernate4
2015-03-27 17:45:36 -04:00
Steve Bohlen
0da57da488
integrate new test project into build script
2015-03-27 17:34:13 -04:00
Steve Bohlen
2280762d1e
update desc of AssemblyInfo inadvertently left as Hib 3 when copied initially
2015-03-27 12:28:03 -04:00
Steve Bohlen
794103dc1f
Merge branch 'ynauls-master'
2015-03-27 12:08:18 -04:00
Steve Bohlen
8ee1d51245
minor renaming to improve clarity
2015-03-27 12:07:58 -04:00
Steve Bohlen
92cfa7129c
rename test project to improve clarity of intent
2015-03-27 12:04:55 -04:00
Steve Bohlen
fac1a98dc8
remove extraneous HibernateTemplate from test fixture injection
2015-03-27 11:56:01 -04:00
Steve Bohlen
6697e8a124
rename test project to reflect tx promotion integration tests
2015-03-27 11:52:31 -04:00
Steve Bohlen
9c5a7ec3ba
removing tests, etc. related to CustomSpring132HibernateTxScopeTransactionManager as no longer necessary now that changes are in HibernateTxScopeTransactionManager directly
2015-03-27 11:21:30 -04:00
Steve Bohlen
682a5b0b56
moving test DB + table from sep. DB into Spring DB
2015-03-27 11:16:43 -04:00
Steve Bohlen
7b4cfc772e
update test conn string to coordinate with creds used elsewhere in test suite
2015-03-27 11:05:22 -04:00