Andreas Kluth
b804127d1e
Housekeeping. Renamed test suite to match naming convention.
2013-11-23 02:16:01 +01:00
Andreas Kluth
5487d97d4c
Issue #51 : ActiveMQ 1.6 interfaces have changed
...
- Updated NMS.ActiveMQ to v1.6.1 and Apache.NMS API to v1.6.0
- Amended wrapper implementation to match new API
2013-11-23 01:57:15 +01:00
Andreas Kluth
db4bd0d0ad
Housekeeping. Fixed formatting.
2013-11-23 01:08:59 +01:00
Andreas Kluth
8682271ef8
Housekeeping. Added factory method to reduce duplication.
2013-11-23 00:46:39 +01:00
Andreas Kluth
226c08d9a7
Housekeeping. Fixed integration test to match template used in SimpleMessageListenerContainerTests.xml.
2013-11-23 00:32:14 +01:00
Marko Lahma
54bcda7f77
SPRNET-1560 remove VS2008 solutions and projects
...
* update build files to use explicit library references to ensure proper 4.0 build on 4.5 enabled machines
* remove Spring.Web.MVC projects from main solution file
2013-11-17 14:10:46 +02:00
Dmitrii Bardakov
40e007ad6b
Added check if parent IDictionary implementation is ManagedDictionary
2013-11-11 11:49:32 -08:00
Thomas Trageser
2605f192d2
Formatting changes and changes to support .Net 3.5 as it can't handle default method values
2013-11-10 17:40:25 +00:00
Thomas Trageser
1231e82334
Spell checking
2013-11-10 17:10:05 +00:00
Marko Lahma
e82f0547d6
Merge pull request #47 from thomast74/SPRNET-1545
...
SPRNET-1545 Request or Session scoped objects with IDisposable are failing during the 2nd time of the creation
2013-11-10 08:13:46 -08:00
Thomas Trageser
62aef6c05c
Merge branch 'master' into DocUpdate
...
Conflicts:
doc/reference/src/index.xml
2013-11-10 16:10:49 +00:00
adamlepkowski
b32f730fdd
SPRNET-1507 Add support for dynamic type ExpandoObject in spring.net expressions
2013-11-10 18:10:38 +02:00
Marko Lahma
705b085a16
Merge pull request #48 from ohadho/master
...
Allow CompositionProxyTypeBuilder to proxy objects with protected constructors
2013-11-10 07:30:45 -08:00
Marko Lahma
d9ee1843de
Merge pull request #49 from ericklombardo/master
...
Resolved issue SPRNET-1547
2013-11-10 02:45:58 -08:00
Marko Lahma
3afac5fc08
Merge pull request #43 from thomast74/SPRNET-1544
...
SPRNET-1544 Problem with scanned objects and ObjectScope is Request or S...
2013-11-06 22:52:43 -08:00
Marko Lahma
a0bef41b6c
Merge pull request #44 from thomast74/ComponentScan-Logging
...
Enhance ComponentScan logging messages
2013-11-06 22:10:17 -08:00
Marko Lahma
129fd2042c
update NuGet to v. 2.7.1
2013-10-30 08:04:32 +02:00
Marko Lahma
1747ed066c
update to NAnt 0.92 final
2013-10-30 08:00:42 +02:00
Marko Lahma
c639a95904
remove Spring.MvcQuickStart that is for ASP.NET MVC 2
2013-10-30 07:50:38 +02:00
Marko Lahma
ed4efe3180
add missing ICSharpCode.NRefactory.CSharp.dll that was ignored by git for some reason
2013-10-29 18:25:10 +02:00
Marko Lahma
a957f027fb
use OpenCover by default, update OpenCover and ReportGenerator, remove ASP.NET MVC 2 from packaging
2013-10-28 13:26:39 +02:00
Marko Lahma
c99b7d313e
fix AssemblyObjectDefinitionScanner, was using base.Scan method instead of possible override
2013-10-28 12:46:38 +02:00
Marko Lahma
ddd6e3a76b
fix another concurrency issue in InitDestroyAttributeObjectPostProcessor, minor code cleanup, add resharper code style guidance for solution
2013-10-28 07:53:43 +02:00
Marko Lahma
21cbbd0ac9
fix concurrency issue in AutowiredAttributeObjectPostProcessor where metada was left null if value was updated before lock was made
2013-10-25 23:26:36 +03:00
Dmitrii Bardakov
3ab0ff9428
Added test method for merged generic dictionary
2013-10-20 01:25:59 -07:00
Dmitrii Bardakov
aac001c707
Added Generic support for Merge(object) method
2013-10-20 00:49:10 -07:00
unknown
88170e7974
SPRNET-1547 - ScannedGenericObjectDefinition doesn't apply default autowire mode
2013-05-29 10:28:37 -06:00
ohad
11d0d0d976
Merge remote-tracking branch 'upstream/master'
2013-05-18 09:06:40 +03:00
Thomas Trageser
dcfd6e014a
SPRNET-1545 Request or Session scoped objects with IDisposable are failing during the 2nd time of the creation
2013-04-07 19:45:42 +01:00
Thomas Trageser
951b23209a
Error because of using a wrong reference in lambda debig message
2013-04-07 00:19:28 +01:00
Thomas Trageser
1e2f601407
Enhance ComponentScan logging messages
2013-03-25 21:00:08 +00:00
Thomas Trageser
8774590593
SPRNET-1544 Porblem with scanned objects and ObjectScope is Request or Session, LazyInit not set to true
2013-03-25 19:09:21 +00:00
Thomas Trageser
4005e9eff6
SPRNET-1543 Changed the default behaviour for GetObjectDefinionNames back to not include ancestors, added additional method that allows via bool parmeter to include parent factories. Other areas get the default inlucde where unit tests needed this options. Consumer of GetObjectDefinitionsNames are checked for potential NPE
2013-03-23 18:58:08 +00:00
Bruno Baia
01b1f57224
Merge pull request #41 from thomast74/XML-Doc-Update
...
Update typos and wrong references in XSD/XML documentation
2013-03-22 14:25:27 -07:00
Bruno Baia
375f4a551d
Merge pull request #40 from thomast74/SPRNET-1542
...
Register ContextNamespaceParser as well known parser in NamespaceParserRegister [SPRNET-1452]
2013-03-22 14:18:23 -07:00
Bruno Baia
e606654fff
Merge pull request #39 from thomast74/SPRNET-1540
...
Update NHibernate to version 3.3.3 GA
2013-03-22 13:57:46 -07:00
Thomas Trageser
255cd75201
Update typos and wrong references in XSD/XML documentation
2013-03-22 20:33:06 +00:00
Thomas Trageser
0ded0d93e4
Register ContextNamespaceParser as well known parser in NamespaceParserRegistry
2013-03-22 19:52:05 +00:00
Thomas Trageser
f6bedbcfe9
Update NHibernate to version 3.3.3 GA
2013-03-22 19:36:19 +00:00
ohad
07eb2ed5bc
Added test for bug fix (CompositionProxyTypeBuilder crashed when type had protected constructor)
2013-02-08 13:10:28 +02:00
ohad
2204ce8ea5
Bug fix: CompositionProxyTypeBuilder crashed when class has protected constructor.
2013-02-08 13:04:25 +02:00
Bruno Baia
fc22f0253d
Merge pull request #36 from thomast74/AutowireDependObjectBug
...
NPE when using AbstractDependencyInjecttionSpringContextTests
2013-01-27 14:48:42 -08:00
Thomas Trageser
e09235a449
NPE when using AbstractDependencyInjecttionSpringContextTests and Autowire within test class
2013-01-27 22:34:56 +00:00
Steve Bohlen
095c5efe34
fixing missing ref to System.Core in Spring.Core.2008 references
2013-01-13 20:52:20 -05:00
Steve Bohlen
e0bcdf1706
Merge branch 'master' of https://github.com/SpringSource/spring-net
2013-01-13 19:45:39 -05:00
Steve Bohlen
59b37f6f74
SPRNETCODECONFIG-4 introduce support for explicit restriction on assembly load scanning scope
2013-01-13 19:39:07 -05:00
Steve Bohlen
5a0e1c483f
SPRNETCODECONFIG-3 change Spring-Assembly exclusion approach to prefix vs absolute match to ease in long-term maintenance issues
2013-01-13 19:31:46 -05:00
Steve Bohlen
de4f7d6e1f
SPRNET-1536 replace Predicate<T> with Func<T, bool> and replace custsom LINQ extensions with actual LINQ now that we're on .NET 3.5 or later
2013-01-13 18:53:41 -05:00
Marko Lahma
10b6d3a747
Upgrade OpenCover and ReportGenerator, parameterize OpenCover to build
...
Now one can run coverage with open cover using -D:test.coverage.tool=opencover
2013-01-13 19:09:32 +02:00
Marko Lahma
adb3498653
SPRNET-1539 Quartz.NET 2.1 support, try different ilmerge strategy and use Quartz.NET 2.1.2 DLLs
2013-01-13 11:35:14 +02:00