37
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SPRNET-1582: SimplePool releases dead objects but does not create new ones
kvr
More... almost 9 years ago
SPRNET-1581: LinkedHashDictionary implementation
kvr
More... almost 9 years ago
If HibernateTransactionManager.GetIDbTransaction() receives as parameter a subclass of AdoTransaction, it fails to retrieve the field trans that contains the IDbTransaction. The reason is that through reflection there's no acces to private fields of superclasses. This patch fixes that. More... almost 9 years ago
fix issue 114 More... almost 9 years ago
fix typo (missing close-quote) in build file More... about 9 years ago
bifurcate tests to reflect both apache nvelocity and castle nvelocity libs; re-enable apache nvelocity tests More... about 9 years ago
provide for overwrite on copying support files prior to test-run More... about 9 years ago
-rework build scripts to pull all dependencies from current.bin.dir after being copied from lib source folders More... about 9 years ago
Merge pull request #105 from djechelon/master More... about 9 years ago
explicit full path for MVC5 deps More... about 9 years ago
revert to bulk copy of MVC5 deps from nuget folder More... about 9 years ago
revise dependency search pathing More... about 9 years ago
match dependencies with Spring.Web.Mvc5 build script More... about 9 years ago
explict path for MVC5 dependencies vs. lib search paths More... about 9 years ago
add missing ref to System.Web.Http and System.Web.Http.WebHost More... about 9 years ago
add missing ref to System.Runtime.dll More... about 9 years ago
add missing ref to Http.Formatting assembly More... about 9 years ago
update search path for WebApiClient assebly to fetch from PCL folder vs net45 folder in nuget packages More... about 9 years ago
re-enable bulk-copy of all MVC5 packages in to bin dir as sanity-check to return to known-good build state More... about 9 years ago
troubleshooting broken deps on Mvc5 test build More... about 9 years ago
add missing ref + paths to Microsoft.Web.Infrastructure assembly More... about 9 years ago
switch build scripts to avoid include=*.dll approach and switch to explicit identification of references (necessary to avoid invalid image format errors when building for CLR 2.0 and encountering CLR 4.0 assemblies in the directory when using include=*.dll approach) More... about 9 years ago
update metadata and build scripts to reflect 2.0.1-GA More... about 9 years ago
GH-107 - fixing errant build script oversight resulting in linking to improper version of NHibernate.dll in misc cases More... about 9 years ago
Merge branch 'spring-projects-master' More... about 9 years ago
Merge branch 'master' of https://github.com/spring-projects/spring-net into spring-projects-master More... about 9 years ago
update metadata to reflect 2.0.0.GA More... about 9 years ago
renaming project to identify specifically as NHibernate4 More... about 9 years ago
integrate new test project into build script More... about 9 years ago
update desc of AssemblyInfo inadvertently left as Hib 3 when copied initially More... about 9 years ago