gergroen
d3ae274ff8
Fixed StringArrayFilterAdvice of Spring.Web.Extensions.Example
2018-12-21 21:18:46 +01:00
Marko Lahma
13fb3c74b8
#164 add working metadata caching
2018-10-21 20:25:41 +03:00
Marko Lahma
f468abfa83
fixes #155 replace Quartz 2 integration with Quartz 3 integration
2018-10-07 15:40:54 +03:00
Marko Lahma
ebe2a73396
remove obsolete library support
...
* ASP.NET MVC 3
* ASP.NET MVC 4
* NHibernate 3
* NHibernate 4
2018-10-06 10:53:12 +03:00
Marko Lahma
d7da839948
remove 2010 from sln and csproj names
2018-10-01 12:12:46 +03:00
Marko Lahma
9b939a3065
convert to new csproj
2018-09-17 08:14:58 +03:00
Marko Lahma
2b4eade2cb
convert packages.config files to project.json
...
* reduce console output in builds
2016-11-11 22:16:40 +02:00
Marko Lahma
b3d1d85426
upgrade to NUnit 3.5
...
* upgrade nuget.exe and use single installation in build-support directory
* migrate to preferred automatic visual studio package restore mode
* fix various issues with NHibernate build configuration
* fix building of MVC projects when MVC libs not present
2016-10-29 21:43:06 +03:00
Steve Bohlen
4d8d84ba43
enable nuget package restore for EMS quickstart and add Common.Logging package
2015-02-03 00:04:44 -05:00
Marko Lahma
c6b176aa27
upgrade to Common.Logging 3.0.0.0, Quartz 2.3.1 and NHibernate 4.0.2
2015-01-16 00:22:21 +02:00
Marko Lahma
61ee75fda8
update to Common.Logging 2.3.1 and Quartz.NET 2.3
2014-11-08 12:15:10 +02:00
Marko Lahma
d0c97dab87
NHibernate 4 support
...
* replace NHibernate33 and NHibernate32 packages with NHibernate3 package
2014-10-19 18:37:14 +03:00
Marko Lahma
1e7e4571b8
upgrade to Quartz.NET 2.2.3
2014-03-30 20:48:47 +03:00
sbohlen
bd417d744b
add mistakenly overlooked nuget config / repo settings for WebQuickStart /example/ solution
2014-03-03 06:58:31 -05:00
sbohlen
15d7dc07f4
adding missing nuget.exe erroneously excluded due to gitignore rules but necessary for NuGet Package Restore support in /examples/ projects
2014-02-23 15:14:28 -05:00
sbohlen
81cd77e3dc
Merge branch 'master' of http://github.com/spring-projects/spring-net
2014-02-23 09:04:06 -05:00
sbohlen
79747686d8
update examples to reflect NuGet package-restore necessary since /lib/ refereences are otherwise missing
2014-02-23 08:52:50 -05:00
Marko Lahma
68e760b52f
upgrade Quartz.NET dependency to version 2.2.2
2014-02-09 10:30:05 +02:00
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
ed29a994b4
SPRNET-1509 upgrade to NUnit 2.6, use NuGet packages
2013-12-25 00:50:00 +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
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
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
Marko Lahma
c639a95904
remove Spring.MvcQuickStart that is for ASP.NET MVC 2
2013-10-30 07:50:38 +02:00
Marko Lahma
ebfe101ad0
SPRNET-1539 Quartz.NET 2.1 support
2013-01-12 15:19:46 +02: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
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
c9598f9c53
renaming references in config and xml files
2012-12-23 08:55:39 -05:00
Steve Bohlen
4d606f8baa
project and pathing reference renaming
2012-12-23 08:18:29 -05:00
Steve Bohlen
4caf0c6c1f
Merge branch 'master' of https://github.com/hailtondecastro/spring-net into sprnet-1431
2012-12-17 15:29:20 -05:00
Hailton de Castro Pacheco Barros
62758ce7f5
Support for serialization of the conversation.
...
Support for serialization of the conversation. Clustering capability for
an application that use this "workaround conversation".
Previously, the implementation of the "Conversation Workaround" was not
capable of serialization. Thus, it was impossible to clustering
applications who used this approach.
These properties will no longer be loaded by direct injection:
"WebConversationManager.SessionFactory",
"WebConversationSpringState.SessionFactory" and
"WebConversationSpringState.DbProvider".
Now we will use this properties:
"WebConversationManager.SessionFactoryName",
"WebConversationSpringState.SessionFactoryname" and
"WebConversationSpringState.DbProviderName". The load of
"ISessionfactory" and "IDbProvider" will be made indirectly by classes
"WebConversationSpringState" and "WebConversationSpringState".
2012-07-27 22:06:48 -03: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
860c097eb6
fixing error in mvc4 webapi dependencyresolver impl dispose process
2012-06-22 16:17:15 -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
Hailton de Castro
98c0d8104b
Adapting 'NHobernate.Northwind' to Conversation.
2012-06-09 00:02:25 -03:00
Steve Bohlen
30038f299a
fixing up minor issues from pulling sprnet-generics branch
2012-05-16 12:31:57 -04:00
Marko Lahma
cbfbed206b
Fixing compilation and configuration issues in Spring.Scheduling.Quartz.Example
2012-05-14 08:50:55 +03:00
Marko Lahma
96bfaaae53
Fix Spring.WebQuickStart.2008.sln, remove Spring.Web.Mvc4.xml from version control and add it to ignore
2012-05-13 11:34:24 +03:00
Steve Bohlen
a3bc044c96
fixing up misc problems with the failing build
2012-05-10 20:54:22 -04:00
Steve Bohlen
c4244c172b
SPRNET-1497 added explicit support for aspnetmvc4
2012-05-03 09:49:51 -04:00
Steve Bohlen
01dac426cb
adding package references rather than direct /build/ output refs
2012-04-18 14:54:55 -04:00
Marko Lahma
7778994f05
Changing from arrays to IList, generify AOP API, change GetObjectsOfType<T> to GetObjects<T> and GetObjectNamesForType<T> to GetObjectNames<T>
2012-03-26 08:47:01 +03:00
Marko Lahma
68b67e3f45
Fix remaining issues that were spotted by build and test system
2012-03-24 13:29:11 +02:00
Marko Lahma
0bc9f6581c
Converted Spring.Data.NHibernate.Northwind example to use web application project model instead of problematic web site model
2012-03-04 21:36:08 +02:00
Marko Lahma
a16d06db3a
Remove NHibernate integration projects except for 3.2
2012-03-01 23:29:52 +02:00