Commit Graph

1517 Commits

Author SHA1 Message Date
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
unknown
88170e7974 SPRNET-1547 - ScannedGenericObjectDefinition doesn't apply default autowire mode 2013-05-29 10:28:37 -06: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
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
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
Marko Lahma
c275de17bc Upgrade to Common.Logging 2.1.2 2013-01-13 11:06:55 +02:00
Marko Lahma
f3d99a9ec2 Delete and add to .gitignore Spring.Web.Conversation.NHibernate*.xml 2013-01-13 11:06:24 +02:00
Marko Lahma
ebfe101ad0 SPRNET-1539 Quartz.NET 2.1 support 2013-01-12 15:19:46 +02:00
Steve Bohlen
e4a59c6dd4 chaning nuget-package-clean task no longer completely delete entire output folder 2013-01-10 20:32:37 -05:00
Steve Bohlen
fc733e628a add missing EMS build instruction to release command file 2013-01-10 19:46:17 -05:00
Steve Bohlen
5292d5ac3d Merge branch 'master' of https://github.com/SpringSource/spring-net 2013-01-10 17:25:06 -05:00
Mark Pollack
5193f720a5 misc updates 2013-01-10 15:58:40 -05:00
Mark Pollack
c7abe47ac1 fix failing tests by catching calls to assembly.getTypes().
remove explicity use of assembly linker in nant build file that was causing an issue when scanninng the test assembly.
2013-01-10 15:58:22 -05:00
Steve Bohlen
4b2b561176 SPRNET-1525 updating refs to latest Oracle ODP.NET release(s) 2013-01-08 09:43:11 -05:00
Steve Bohlen
8faaf64c7c SPRNET-1536 add SPRNET-CODECONFIG migration sample to reinforce the docs 2013-01-07 19:25:04 -05:00
Steve Bohlen
805d384d0d SPRNET-1536 merge SPRNET-CODECONFIG refdocs 2013-01-07 19:05:17 -05:00
Steve Bohlen
9b50c40a6b SPRNET-1536 merge code and tests from SPRNET-CODECONFIG project 2013-01-07 10:55:43 -05:00
Steve Bohlen
06ea2587b1 SPRNET-1535 Ems and Nms XmlMessageConverters respect BOM setting 2013-01-02 11:29:32 -05:00
Steve Bohlen
b96d53cc5a Merge branch 'sprnet-1431' 2012-12-31 08:21:04 -05:00
Steve Bohlen
eb22eb1214 renaming conversation-based example project 2012-12-27 17:51:22 -05:00
Steve Bohlen
74a84170ca fixing up conversation example app 2012-12-27 17:32:28 -05:00
Steve Bohlen
548ff07815 minor overlooked editsa 2012-12-27 16:28:30 -05:00
Steve Bohlen
261bd9cae0 renaming ConversationWA folders to Conversation 2012-12-27 11:42:52 -05:00
Steve Bohlen
b4b8c9072b fixing nuspec files and build files 2012-12-27 09:02:59 -05:00
Steve Bohlen
acad54e42c add nuspec files 2012-12-23 11:22:05 -05:00