Commit Graph

1747 Commits

Author SHA1 Message Date
Steve Bohlen
ad64f00abe fix manual-compilation of dependent RESX files (see comment in .build file for details as to why this is necessary) 2015-11-25 09:00:45 -05:00
Steve Bohlen
dd78ba8f52 add check for CLR version to conditional Assert branching 2015-11-25 08:36:45 -05:00
Steve Bohlen
f159d7765c removing conditional; unnecessary now that missing RESX file has been properly added 2015-11-25 08:36:13 -05:00
Steve Bohlen
48260daf89 Visual Studio munging around with .csproj content 2015-11-24 19:50:16 -05:00
Steve Bohlen
598e8848a8 adding GHOSTDOC control file 2015-11-24 19:49:48 -05:00
Steve Bohlen
c492c3f687 remove erroneous included XML comment file 2015-11-24 19:49:15 -05:00
Steve Bohlen
5b95595c74 fix exclude settings file 2015-11-24 19:48:49 -05:00
Steve Bohlen
8a46ba9d29 fix ResouceSetMessageSourceTests for Windows 10 Build 10586 2015-11-24 19:48:09 -05:00
Steve Bohlen
afb5ca67ac fix ResouceSetMessageSourceTests for Windows 10 Build 10586 2015-11-24 19:30:34 -05:00
Steve Bohlen
ee37c447a1 fix DateTimeFormatterTests for Windows 10 Build 10586 2015-11-24 19:02:25 -05:00
Steve Bohlen
6d95db75aa fix CurrencyFormatterTests for Windows 10 Build 10586 2015-11-24 18:55:20 -05:00
Steve Bohlen
b283a6f34d updating tests to reflect change of behavior introduced by fix to SPRNET-1582 2015-11-22 16:05:35 -05:00
Steve Bohlen
712d3f37a9 fix bug in Remove() method so that it properly removes the individual item after reworking linkedHead and linkedTail 2015-11-22 16:00:00 -05:00
Steve Bohlen
e7dc54a85e refactor tests to reflect various behaviors being tested separately 2015-11-22 15:58:28 -05:00
Steve Bohlen
d4d8f156a9 fixing errantly-excluded source files 2015-11-22 14:22:58 -05:00
Steve Bohlen
646787b935 remove references to no-longer-available ORACLE ODP.NET nuget package 2015-11-22 14:09:07 -05:00
Steve Bohlen
ba2aaaf5b8 re-introduce prior ctor signature as pass-thru to new ctor to maintain backward-compat 2015-11-22 13:51:05 -05:00
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