Commit Graph

1560 Commits

Author SHA1 Message Date
Marko Lahma
3c1bbe0e2f add AssemblyInfo.cs to Spring.Calculator.Web.2010.csproj to avoid MsBuild bug with no CS files in project 2014-01-06 20:44:36 +02:00
Marko Lahma
9222cef09b add .gitattributes with GitHub recommended configuration 2014-01-06 18:00:48 +02:00
Marko Lahma
b749afe038 SPRNET-1444 update documentation to reflect new default transaction isolation level Unspecified 2014-01-06 17:52:16 +02:00
Marko Lahma
ed29a994b4 SPRNET-1509 upgrade to NUnit 2.6, use NuGet packages 2013-12-25 00:50:00 +02:00
Marko Lahma
373ce41e76 SPRNET-1564 Remove code marked as obsolete 2013-12-24 11:16:10 +02:00
Marko Lahma
4f8bb0ce7f SPRNET-1541 fix documentation 2013-12-24 10:50:27 +02:00
Marko Lahma
c869de5cac SPRNET-1541 fix documentation to show correct prototype configuration via XML 2013-12-24 10:48:06 +02:00
Marko Lahma
25029d3398 fix Spring.Calculator example project 2013-12-24 10:05:07 +02:00
Marko Lahma
0dfc0bc57b SPRNET-1539 upgrade Quartz dependency to 2.2.1, use Spring.Scheduling.Quartz2 as package name
* replace lib dir NHibernate and Quartz dlls with NuGet references
* update examples to prefer NuGet packages
2013-12-23 23:44:50 +02:00
Marko Lahma
62e61ae9e0 clean up example solutions, use package restore, use single location for common logging and log4net assemblies 2013-12-06 14:15:36 +02:00
Marko Lahma
1105bb351b clean up usage of obsolete library members, set warnings as error to all projects, fix accordingly 2013-12-06 13:05:53 +02:00
Marko Lahma
1b73368826 SPRNET-1563 Make code as ClsCompliant as possible 2013-12-06 11:56:59 +02:00
Marko Lahma
72fd5be280 Merge pull request #57 from AndreasKl/master
SPRNET-1387: ASP.NET PageHandlerFactory cannot inject dependencies in the presence of the WebForms 4.0 routing infrastructure
2013-12-03 23:55:57 -08:00
Andreas Kluth
638002646c SPRNET-1387: ASP.NET PageHandlerFactory cannot inject dependencies in the presence of the WebForms 4.0 routing infrastructure
- Changed how the WebSupportModule detects when it should inject into a Page

Signed-off-by: Andreas Kluth <mail@andreaskluth.net>
2013-12-04 00:41:43 +01:00
Marko Lahma
fc5fa113bb SPRNET-1561 ASP.NET MVC 5 and WEB API 2 support
* also add .NET 4.5 targets
* fix issues with libs and build targets
2013-12-03 17:46:24 +02:00
Marko Lahma
1466cc9b43 Merge pull request #42 from thomast74/SPRNET-1543
SPRNET-1543 Reviewed GetObjectDefinionNames inconsistencies
2013-11-23 05:29:09 -08:00
Marko Lahma
e7487c074a Merge pull request #52 from norvegec/master
Added ManagedDictionary.Merge(object) support for generic dictionary
2013-11-23 05:27:00 -08:00
Marko Lahma
6b14901ab0 Merge pull request #33 from thomast74/DocUpdate
Code configuration documentation update
2013-11-23 05:25:10 -08:00
Marko Lahma
8917f95a08 Merge pull request #54 from AndreasKl/master
Update to use Apache NMS 1.6
2013-11-23 05:21:11 -08:00
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