Commit Graph

1413 Commits

Author SHA1 Message Date
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
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
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
Thomas Trageser
c94a55b5e8 SPRNET-1519 PostProcessors that implement IDestructionAwareObjectPostProcessor do not receive the PostProcessBeforeDestruction method call 2012-08-13 22:26:42 +01:00
Steve Bohlen
75a58b90a3 Merge pull request #23 from thomast74/SPRNET-1519
SPRNET-1519 Add [Controller] attribute stereotype as possible component ...
2012-08-13 06:14:40 -07:00
Thomas Trageser
9fd180f4aa SPRNET-1519 Add [Controller] attribute stereotype as possible component declaration 2012-08-13 10:06:32 +01:00
Steve Bohlen
28f5e66c23 SPRNET-1514 renaming DelegatingFactoryObject and related tests 2012-07-20 18:12:07 -04:00
Steve Bohlen
408f1b4ff9 SPRNET-1514 fixing missing ref to System.Core for .net 3.5 2012-07-18 11:35:15 -04:00
Steve Bohlen
19fd1876d8 SPRNET-1514 adding DelegatingFactoryObject<T> and related tests 2012-07-18 10:29:42 -04:00
Steve Bohlen
7318d07d48 reverting breaking change in visibility to ConfigurationLocations and ConfigurationSources in AbstractXmlApplicationContext and derived types 2012-07-10 10:03:51 -04:00
Steve Bohlen
851574de92 removing dead code 2012-07-09 16:08:47 -04:00
Steve Bohlen
d0d3038b82 misc minor mod to settings 2012-07-09 16:07:54 -04:00
Steve Bohlen
1b6b0a92dc SPRNET-1510 change SpringWebApiDependencyResolver to properly accept sep. config sources for child/nested contexts 2012-07-09 16:07:36 -04:00
Steve Bohlen
d8ff77d999 SPRNET-1512 Fixing code path for Spring.Context.Support.AbstractApplicationContext.GetObjectNamesForType(...) to properly respect object definitions in a hierarchy of contexts/objectfactories 2012-07-09 16:04:06 -04:00
Steve Bohlen
dcbdf80ad6 Adding missing refs to assemblies containing the types needed for WK namespace parser loading 2012-07-09 15:50:59 -04:00
Steve Bohlen
5d0154885e Fixing errors in output pathing to point to proper Vs.Net.2010 output pathing 2012-07-09 15:50:06 -04:00
Steve Bohlen
6b8b562e5e updating to NHibernate 3.3.1 2012-06-25 16:51:44 -04:00
Steve Bohlen
a4ac21b110 updating to Common.Logging 2.1.1 2012-06-25 16:24:29 -04:00
Steve Bohlen
ea5679df72 updating nuget to v2.0.0 2012-06-25 13:39:21 -04:00
Steve Bohlen
860c097eb6 fixing error in mvc4 webapi dependencyresolver impl dispose process 2012-06-22 16:17:15 -04:00
Steve Bohlen
440eea1fb1 fixing errors from invalid merge 2012-06-11 07:53:17 -04:00
Steve Bohlen
4afa7fc8a2 SPRNET-1510 mvc4 updates to suppose mvc4 rc changes to IDependencyResolver 2012-06-10 22:41:06 -04:00
Steve Bohlen
aca093125c SPRNET-1510 - mvc support for IDependencyResolver changes in mvc4 rc 2012-06-10 08:20:41 -04:00
Steve Bohlen
19881ea0b2 mvc4 support for IDependencyResolver changes in mvc4 RC 2012-06-09 20:15:05 -04:00
Steve Bohlen
109e4c1a50 fixing path to Quartz20 assemblies in nuspec file 2012-05-27 11:21:26 -04:00
Steve Bohlen
0e9dcf9363 adding integration tests to sln (set to unloaded) 2012-05-27 08:44:24 -04:00
Steve Bohlen
c2d3aaa2f2 addiing missing Nms.Integration.Tests prj for VS2010 2012-05-27 08:43:27 -04:00
Steve Bohlen
bd308afdfe fixing decl type errors in tests now that GetObjectsOfType returns generic dict instead of untyped dict 2012-05-27 08:42:30 -04:00