6c7e7777df
removal of Spring.Core.Configuration project and related tests in prep for merge back into trunk
sbohlen
2010-12-02 19:00:02 +00:00
d1c29bdcdf
commit readying to merge back into trunk
sbohlen
2010-12-02 18:50:33 +00:00
f886ca4fc7
initial rework of scanning to use AssemblyObjectDefinitionScanner class and more fluent filter-registration API
sbohlen
2010-11-29 22:25:58 +00:00
ce1b9e7309
REST client API (SPRNET-1345) : - Added VS2005 solution/projecs - Support for .NET 4.0
bbaia
2010-11-28 20:35:18 +00:00
169d210b48
REST client API (SPRNET-1345) : - Added UrlEncodedFormHttpMessageConverter - Fixed Xml based message converters - Minor fixes & polishing
bbaia
2010-11-28 19:03:58 +00:00
66a94fd503
Cosmetic mods to improve test code clarity of intent
sbohlen
2010-11-20 19:22:14 +00:00
962e571ef5
Initial attempt at fleshing out the scanning extension method API; further review and comment/discussion needed
sbohlen
2010-11-20 19:19:01 +00:00
85af8a1d8f
additional tests introduced; minor mods to attribute classes to support better syntax for setting values
sbohlen
2010-11-19 14:40:12 +00:00
b8a687b86a
SPRNET-1366 - Allow for configuration of UTF8 preamble generation and the check for invalid bytes in XmlMessageConverter.
markpollack
2010-11-16 17:35:00 +00:00
388234c2c0
SPRNET-1268 - Exceptions in Spring should pass tests to ensure compliance with .NET framework guidelines.
markpollack
2010-11-16 16:56:47 +00:00
32aa99ff87
SPRNET-1390 - Allow for dependency injection on object returned from TIBCO EMS's JndiLookupFactoryObject
markpollack
2010-11-16 16:41:52 +00:00
55b169d06c
container refresh modifications to interact with ConfigurationClassPostProcessor as required
sbohlen
2010-11-15 20:35:54 +00:00
324486e86a
restructured into separate assembly to avoid Spring.Core needing a dependency on Spring.Aop
sbohlen
2010-11-10 20:50:45 +00:00
d5d35573d0
remove misc references to beans
sbohlen
2010-11-10 01:32:16 +00:00
ff4dac6ea9
initial port of lower-level classes
sbohlen
2010-11-10 01:16:59 +00:00
bf51d96ec6
Minor reference doc housekeeping.
sbohlen
2010-11-09 20:36:42 +00:00
84e6411dec
SPRNET-1311 Updated docs to reflect current collection of modules; note that Spring.Http has not been included in this list pending a decision re: its remaining in Spring.NET or moving to a complimentary stand-alone project for its release.
sbohlen
2010-11-02 16:36:55 +00:00
49349ef94a
prevent assembly copy from 2.0 to current output dir under .net 4.0 build
sbohlen
2010-11-01 19:20:16 +00:00
a17316370b
fixing broken 4.0 daily build...helps if you actually DEFINE the target daily-build-4.0 BEFORE calling it :)
sbohlen
2010-11-01 18:03:10 +00:00
8939b2e320
allow for disabling automatic context registration by overriding property
eeichinger
2010-10-31 02:21:51 +00:00
5d07ee043e
Fixing broken build, see SPRNET-1383
sbohlen
2010-10-29 17:41:27 +00:00
6f8dd84a6c
SPRNETSPRNET-1384 Created separate builds for .NET 3.5 and .NET 4.0
sbohlen
2010-10-29 17:12:21 +00:00
74b503aee2
SPRNET-1384 remove .NET 4-specific lib folder contents (since build script copies this from the 2.0 folder now)
sbohlen
2010-10-29 17:03:50 +00:00
032032ec21
SPRNET-1382 Added comments to section 12.2.2 re: Transaction Management with NHibernate
sbohlen
2010-10-29 15:30:13 +00:00
7ebd03f5b4
* remove reference to HibernateTxScopeTransactionManager class added during a bug repro in re SPRNET-1380 and erroneously left in place/committed * added linked-ref to HibernateTxScopeTransactionManager into the NH 3.0 -based project; HibernateTxScopeTransactionManager is required by NH 2.1.2 and later (right now, that means NH 3.0 as well)
sbohlen
2010-10-28 14:45:41 +00:00
92e8ac75a4
modify convenience build batch file to accept parameters (and pass them to the underlying NANT build script) in order to support param-passing via the batch file
sbohlen
2010-10-28 14:34:46 +00:00
286d6f4377
SPRNET-1364 changed def from DEBUG_DYNAMICX to DEBUG_DYNAMIC_DISABLED to make the intent of changing the def to disable it more explicit and less like an accident/typo; to re-enable DEBUG_DYNAMIC during development, etc., simply rename the def from DEBUG_DYMANIC_DISABLED back to DEBUG_DYNAMIC
sbohlen
2010-10-28 14:31:41 +00:00
360071b783
Fix Spring.Web.Mvc.Tests.2010.csproj NUnit reference to point to lib folder instead of GAC
lahma
2010-10-28 04:11:00 +00:00
3697d212eb
Introduce VS2010 instances of the sln and cspproj files for the example application
sbohlen
2010-10-27 16:48:34 +00:00
db5ea6d085
fixing broken build by ignoring integration tests not intended to be run on the CI server
sbohlen
2010-10-27 14:47:22 +00:00
124c18b59c
SPRNET-1343 Added initial support for ASP.NET MVC (v2)
sbohlen
2010-10-26 21:38:18 +00:00
f49ab125f7
short-circuit evaluation of logic operators in SpEL [SPRNET-1381]
bbaia
2010-10-18 08:40:11 +00:00
5c4ad017a9
short-circuit evaluation of 'AND' logic operator in SpEl [SPRNET-1381]
bbaia
2010-10-15 12:34:03 +00:00
8911336d19
SPRNET-1380 Cleaned up tests around HibernateTxScopeTransactionManager tests and added a few null-checks around the sessionHolder member to address situations where there's not (yet) a session but ambient (outer) transactions are underway
sbohlen
2010-10-11 21:18:17 +00:00
b3cc1b1034
SPRNET-1380 Introduced HibernateTxScopeTransactionManager class to coordinate rollback behavior between System.Transactions and NHibernate ITransaction instances based on changed made to NH in 2.1.2
sbohlen
2010-10-07 20:04:41 +00:00
a3e74e0c36
SPRNET-1250 Added documentation section on this approach.
sbohlen
2010-10-05 14:58:56 +00:00
78845eb327
SPRNET-1301 Added support for runtime resolution of multiple concurrent NHibernate Session Factories
sbohlen
2010-10-04 21:09:38 +00:00
b46a1b9a68
SPRNET-1329 Applied patch for compatibility with MONO
sbohlen
2010-10-01 17:56:45 +00:00
448753d110
SPRNET-1325 Introduced support for generics-friendly-get-type-as-string method and adjusted sdkRegularExpressionPointcut to rely upon this for pattern-matching
sbohlen
2010-10-01 16:17:43 +00:00
ce22e68a9d
Added comment to clarify the reasoning behind the call to Session.Lock(...) in the sample app to ensure that future misunderstandings as lead to this forum post don't reoccur: http://forum.springframework.net/showthread.php?t=7261
sbohlen
2010-09-30 18:03:29 +00:00
227022824e
Attribute 'expression' for 'regex' element in the validation schema is not parsed correctly [SPRNET-1377]
bbaia
2010-09-29 17:21:38 +00:00
0cb6a781b6
SPRNET-1264 Introduced fallback case to use the AppDomain's .BaseDirectory property instead of the .DyanmicDirectory property as the location for the generated assembly should the .DynamicDirectory property be NULL
sbohlen
2010-09-29 15:21:32 +00:00
a4ff2a29c9
RegularExpressionValidator fails if full string is not matched [SPRNET-1122]
bbaia
2010-09-29 08:46:15 +00:00
6ee2ae5ee2
SPRNET-1372 Initial support for native .NET 4 compilation introduced
sbohlen
2010-09-24 21:27:51 +00:00
70d2b5413f
SPRNET-1226 Update docs to reflect the requirement for a non-null, non-empty string cache key. Added guard clauses in the BaseCacheAttribute constructor to prevent passing null or empty string as the cache key argument. Tests added to ensure guard clauses behave as expected.
sbohlen
2010-09-22 17:48:41 +00:00
55d0c40aa8
CachedAopProxyFactory doesn't take into account the ProxyTargetAttributes property for cache key generation [SPRNET-1371]
bbaia
2010-09-22 10:21:20 +00:00
bc3e560ad3
Add 'when' condition to the Reference Validator (SPRNET-1370)
bbaia
2010-09-22 09:26:05 +00:00
2086abb67d
SPRNET-1365 - Update to ActiveMQ NMS 1.4 SPRNET-1369 - NmsTemplate was not attempting to start the connection when calling RecieveAndConvert
markpollack
2010-09-22 04:03:07 +00:00
423ec64916
SPRNET-1365 - Update to ActiveMQ NMS 1.4 SPRNET-1369 - NmsTemplate was not attempting to start the connection when calling RecieveAndConvert
markpollack
2010-09-22 04:00:24 +00:00
247092ebb3
fixing broken build due to new NUnit update and stale assembly binding redirects (this time with binding redirect syntax that should be understood by .NET 1.1!)
sbohlen
2010-09-21 19:54:58 +00:00
bd46aeb575
fixing broken build due to new NUnit update and stale assembly binding redirects
sbohlen
2010-09-21 19:42:15 +00:00
6f43fd3e5f
SPRNET-1367 - Remove dependency of unit tests on DotNetMock framework Spring.Core.Tests completed
markpollack
2010-09-21 13:26:11 +00:00
1e031f6a81
SPRNET-1367 - Remove dependency of unit tests on DotNetMock framework Spring.Core.Tests completed
markpollack
2010-09-21 13:24:55 +00:00
dac1c093c9
SPRNET-1367 - Remove dependency of unit tests on DotNetMock framework Start Spring.Aop.Tests
markpollack
2010-09-21 13:13:54 +00:00
b9d38ec34e
SPRNET-1367 - Remove dependency of unit tests on DotNetMock framework Spring.Core.Tests completed
markpollack
2010-09-21 05:18:13 +00:00
139ce90484
update to nunit 2.5.7.10213 initial pass at compilation using .net 4.0 (not just side-by-side support)
markpollack
2010-09-21 02:41:32 +00:00
11e5ab1834
added files that are new with NUnit 2.5.5 (oops!)
sbohlen
2010-09-20 20:55:47 +00:00
3dc0f5fc29
update NUnit to 2.5.5
sbohlen
2010-09-20 20:54:46 +00:00
78c1abdbd0
SPRNET-1123 Wired in call to CustomizeObjectFactory as appropriate to ensure called during RefreshObjectFactory
sbohlen
2010-09-17 15:58:00 +00:00
81b18fb4ae
SPRNET-1320 Section added describing In-Proc SxS support for .NET 4 in Spring.NET 1.3.1 (and later, until this changes)
sbohlen
2010-09-16 23:28:01 +00:00
5fc12d6c1e
Fixed use of RegularExpressionMethodPointcut in WCF QuickStart (related to SPRNET-1325)
bbaia
2010-09-15 14:25:12 +00:00
d195229a46
SPRNET-1315 Unable to devise a failing test that evidences the issue, but added several tests that demonstrate that its (seemingly)not possible to create the problem described in this issue. If a failing test is ultimately submitted, we can investigate further.
sbohlen
2010-09-15 13:20:38 +00:00
48f7809e78
-fix broken link
sbohlen
2010-09-09 17:12:42 +00:00
a372007797
SPRNET-1338 Fixing broken build; delegate syntax in test incompatible with pre-.NET 2.0 :(
sbohlen
2010-09-07 22:55:00 +00:00
1133dbfc70
SPRNET-1338 Commit failing test case for recurring concurrency bug in re: AbstractObjectFactory; finally have a 100% reproducible failing test case to work against now. Next up, of course, will be the harder part of making the test pass... :)
sbohlen
2010-09-07 22:48:04 +00:00
955e65b450
upd 2010 csproj files in response to r1035 and r1036 commits
sbohlen
2010-09-07 13:31:14 +00:00
71eddc839d
SPRNET-1363 - Refactor OnMessage processing in MessageListenerAdapter to be better support listener method dispatching logic in subclasses.
markpollack
2010-09-06 20:31:12 +00:00
52ebf1c17d
Enable warning as error compilation option for Spring.Messaging.Tests.2008
markpollack
2010-09-06 19:48:21 +00:00
bf4b0fb551
some misc test code cleanup
markpollack
2010-09-06 19:46:13 +00:00
8cee3e2719
some misc test code cleanup
markpollack
2010-09-06 19:03:18 +00:00
5ba2f65431
SPRNET-1362 - Spring.EmsQuickStart contain generate-classes.bat puts in namespace for Spring.NmsQuickStart
markpollack
2010-09-06 17:44:30 +00:00
116c75a9ff
SPRNET-1361 Method mentioned in the documentation was long-since deprecated and had been removed from the Interface. Docs updated to remove reference to the no-longer-existent method signature.
sbohlen
2010-08-31 16:31:57 +00:00
7de3e81961
SPRNET-1338 -fixing broken build from an error in XML comments syntax
sbohlen
2010-08-27 20:57:53 +00:00
4f6c59781b
SPRNET-1330 -introduce singleton-specific lock object registration to prevent against deadlocks when any one singleton create/destroy op calls arbitrarily long user-supplied methods that may or may not block
sbohlen
2010-08-27 20:48:56 +00:00
c62a66a852
SPRNET-1330 -wrapped modifications to nestingCount in Interlock.Increment and Interlock.Decrement calls -wrapped calls to decrement nestingCount with protection against it decrementing to < 0
sbohlen
2010-08-27 19:09:47 +00:00
7626d3f38e
SPRNET-1337 -Applied recommended fix from forum post -Added new unit test to validate that handlers are acting in parallel once new patch introduced
sbohlen
2010-08-27 17:00:05 +00:00
7d523c654a
SPRNET-1202 Added call to check if the SchemaSet is already compiled and compile it within a critical section to avoid thread collisions during the compilation of the schema.
sbohlen
2010-08-26 16:03:32 +00:00
3e8527e160
SPRNET-1277 Added additional option of <database: ... /> as well as <db: ... /> as a wellknown namespace since inconsistency between different places in the documentation mentions BOTH yet only <db: ... /> was actually a registered wellknown namespace (meaning any attempts to use <database: ... /> namespace would only work if the parser for that namespace was explicitly configured by the user)
sbohlen
2010-08-26 15:49:39 +00:00
e12262992f
introduction of stand-alone VS2010 SpringAir Example folders and files (to isolate .NET 4.0-specific settings, etc. from interpretation by prior framework versions)
sbohlen
2010-08-23 21:22:09 +00:00
2ec59054fe
fixing broken build by reverting the last commit; the VS2010/.NET 4.0 version of the SpringAir example project is going to need it own folder, copy of the projects, etc. in order to avoid polluting the VS2005/VS2008 edition of the example
sbohlen
2010-08-23 20:58:20 +00:00
8d171f95fb
SPRNET-1189 -removed explicit call to add ID attribute to the control (as call to base class AddAttributesToRender(...) method adds it for us) -updated SpringAir.2010.sln to target .NET 4.0 (since targeting .NET 2.0 wouldn't let it consume the 4.0-compiled dependencies
sbohlen
2010-08-23 20:44:22 +00:00
bcbf38d273
SPRNET-1188 Change attribute assoc with the generated javascript
sbohlen
2010-08-23 17:27:00 +00:00
f9ec394370
SPRNET-1360 Improve exception messages in the case where the DynamicProxyManager attempts to register a Proxy using an already-registered name but pointing to a DIFFERENT type (this is usually a configuration error associated with attempting to export two or more services from two or more config sources that accidentally share a single common name)
sbohlen
2010-08-23 17:15:43 +00:00