Steve Bohlen
d1520682df
SPRNET-1318 introduce local cache of merged ObjectDefinitions to reduce impact of AppContext.Dispose() calls
2012-12-11 16:50:57 -05:00
Steve Bohlen
c1e9dd63e3
SPRNET-1534 add logic to prevent registration of alias values that match object defintion name values
2012-11-27 18:13:13 -05:00
Steve Bohlen
844cd20782
add convenience cmd script to create nuget packages from existing build output
2012-11-27 18:11:39 -05:00
Steve Bohlen
93c674f027
Merge branch 'master' of https://github.com/SpringSource/spring-net
2012-11-13 12:01:07 -05:00
Steve Bohlen
519fbc058c
sprnet-1529 fixed invalid opcode when emitting 'const byte'
2012-11-13 12:00:31 -05:00
Thomas Trageser
71bd86e0c2
Wrong language setting for XML documentation; added information about autowire inheritence
2012-10-31 23:32:02 +00:00
Thomas Trageser
2d050aac36
Merge branch 'master' of https://github.com/SpringSource/spring-net into DocUpdate
2012-10-31 23:08:57 +00:00
Thomas Trageser
187cd43729
Updated documentation and add section for using the [Autowire] attribute inlcuding [Value] and [Qualifier]
2012-10-30 21:52:41 +00:00
Bruno Baia
a6c3980dbe
Add extra documentation for the <wcf:channelFactory/> element
2012-10-26 16:21:43 +02:00
Steve Bohlen
d06db48849
SPRNET-1444 change expectations for default tx isolation in EmsTransactionManager
2012-10-24 16:32:59 -04:00
Steve Bohlen
62f953f566
change data type in schema .sql file to datetime
2012-10-24 16:20:47 -04:00
Steve Bohlen
65ad9ccb4a
cleaning up DB schema creation scripts for integration tests
2012-10-24 16:00:26 -04:00
Steve Bohlen
914e774701
enabling data.integration tests in build files
2012-10-22 19:53:01 -04:00
Steve Bohlen
6cf4e2dd0f
SPRNET-1444 - update def. tx isolation assumption in NMS txMgr
2012-10-22 19:28:32 -04:00
Steve Bohlen
ba55754473
SPRNET-1444 - change default tx isolation mode from ReadCommitted to Unspecified
2012-10-22 14:50:02 -04:00
Steve Bohlen
f783f7b587
fixing data.integration tests
2012-10-22 13:05:07 -04:00
Steve Bohlen
c8a73c5908
SPRNET-881 fixing merge error
2012-10-11 11:44:07 -04:00
Steve Bohlen
0e9ae23c30
SPRNET-1523 cleaning up past merge and fixing conflicts
2012-10-11 11:24:32 -04:00
Steve Bohlen
6fe1cbaebd
Merge branch 'SPRNET-1523' of https://github.com/thomast74/spring-net
2012-10-11 11:00:01 -04:00
Steve Bohlen
7ea58277c1
Merge pull request #28 from thomast74/SPRNET-881
...
SPRNET-881 default-autowire-candidates and autowire-candidate object definition
2012-10-11 07:55:01 -07:00
Steve Bohlen
8e41cb22ad
Merge pull request #32 from AndreasKl/master
...
SPRNET-1495 - added unit tests to document existing behavior
2012-10-10 09:16:01 -07:00
Thomas Trageser
13ac7196b3
Updated documentation for objects default-init-method and default-destroy-method; add section for InitDestroyObjectPostProcessor
2012-10-09 21:39:01 +01:00
Andreas Kluth
1f69127cc5
SPRNET-1495 Addition of another test. Housekeeping.
2012-10-09 00:14:38 +02:00
Andreas Kluth
c265d4b014
SPRNET-1495 - Add unit tests to document existing behavior.
2012-10-08 23:52:10 +02:00
Steve Bohlen
191a136a3c
SPRNET-1524 check for array index bounds merged, test added
2012-10-04 13:01:15 -04:00
Javier Castro
ca83def598
Fix bug matching ambiguous method when an overload has a params (IndexOutOfRangeException)
2012-10-03 18:09:17 -03:00
Thomas Trageser
2c68fdea43
SPRNET-1523 Possibility to define a default init and destroy method in XML configuration document
2012-09-27 22:56:17 +01:00
Thomas Trageser
f02b3244ec
SPRNET-881 Add XML configuration option for default-autowire-candidates/autowire-candidate and modify IObjectFactory.GetObject<T>() to return requested object with the use of autowire-candidate filter
2012-09-27 16:24:42 +01:00
Steve Bohlen
eb59b8f26e
SPRNET-1522 added cache key prefix for SimpleDelegatingSessionFactory cache access
2012-09-13 12:39:54 -04:00
Steve Bohlen
0ccf893341
SPRNET-1521 added AutowireAttributePostProcessor
2012-09-13 11:45:41 -04:00
Steve Bohlen
96c9706ffc
Merge pull request #25 from thomast74/SPRNET-1520
...
SPRNET-1520 Instantiation of abstract Set<> failes, use HashedSet<>
2012-09-13 06:51:38 -07:00
Steve Bohlen
228abe7cb5
Merge pull request #26 from thomast74/InitDestroyAttribute
...
SPRNET-1518 Add InitDestroyPostProcessor to allow init and destroy via attributes
2012-09-13 06:50:51 -07:00
Steve Bohlen
1bee74c0cd
Merge pull request #24 from thomast74/SPRNET-1518
...
SPRNET-1518 PostProcessors that implement IDestructionAwareObjectPostPro...
2012-09-13 06:40:05 -07:00
Thomas Trageser
86fad25040
Resolve issue because of failing AOP Serialization test
2012-09-03 12:18:57 +01:00
Thomas Trageser
633a22fc7c
PreDestroy Test is failing within 3.5 compile
2012-09-03 12:06:15 +01:00
Thomas Trageser
1261b223ff
Resolved .Net3.5 compile issues relating to ISet
2012-09-03 11:13:22 +01:00
Thomas Trageser
8d817c2c0f
Add AttributeUsage.Class to QualifierAttribute
2012-09-02 19:59:57 +01:00
Thomas Trageser
b6bc9a3550
Resolve compile error because of comment
2012-09-02 08:56:50 +01:00
Thomas Trageser
dc386ecd7b
Add AutowireAttributePostProcessor for attribute driven auto wiring, fine grained control via QualifierAttribute or ValueAttribute (Expressions, PropertyPlaceHolder).
...
Updated XML configuration to support primary attribute.
Also added possibility to add a Qualifier and Meta element to define an object for QualifierAttribute.
2012-09-01 18:52:51 +01:00
Thomas Trageser
773f3146da
Add autowire by attribute for fields, properties, methods and constructors
2012-08-23 13:14:12 +01:00
Thomas Trageser
d296ef2e27
Merge remote-tracking branch 'upstream/master' into InitDestroyAttribute
2012-08-20 18:35:06 +01:00
Thomas Trageser
92884ebc8a
Merge remote-tracking branch 'upstream/master' into SPRNET-1520
2012-08-20 18:33:38 +01:00
Thomas Trageser
f48e169c6a
Merge remote-tracking branch 'upstream/master' into SPRNET-1518
2012-08-20 18:31:50 +01:00
Thomas Trageser
af3f454b88
Add InitDestroyPostProcessor to allow init and destroy via attributes
2012-08-20 16:40:03 +01:00
Steve Bohlen
e5c8a0396a
fixing merge errors in 2008 csproj files
2012-08-20 11:09:55 -04:00
Steve Bohlen
a969ebd052
fixing merge error in xml comment
2012-08-20 10:50:06 -04:00
Thomas Trageser
ea81ba7ecd
SPRNET-1520 Instantiation of abstract Set<> is not possible, use HashedSet<> instead
2012-08-20 15:49:02 +01:00
Steve Bohlen
d4fff365ac
fixing merge of csproj files
2012-08-20 10:16:47 -04:00
Steve Bohlen
c641c5227f
Merge branch 'master' of https://github.com/SpringSource/spring-net
2012-08-20 09:58:46 -04:00
Thomas Trageser
441cf45e58
Corrected order of PostProcessor desctruction calls to follow Spring Java Container
2012-08-13 23:09:32 +01:00