Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring.Net Framework sunset? [closed]

I've been considering going back to the springframework for .net DI, but I just noticed that there hasn't been any recent development or announcements on their site. Can anyone confirm that they are still actively developing the .net version of the spring framework, or is the project dead?

I know this has been asked before (is spring.net being actively maintained/developed/documented?), but that was over 2 years ago. The last announcement on the site's homepage is from December 2012.


Some more evidence of it being dead:

  1. The forums site is down, for how long I don't know
  2. There is no spring.net project on the download page
  3. The build has been failing on the jira site since May 2013
like image 779
BlackICE Avatar asked Sep 26 '13 19:09

BlackICE


1 Answers

Have a look at the GitHub repo

there was a recent check-in (a few hours ago of this comment being posted) https://github.com/spring-projects/spring-net/commits/master

also gives you an idea to who is developing the library.

forum looks to be up and running.

however that said, the same question is being asked on the forum http://forum.springframework.net/showthread.php?10866-Current-state-of-the-Spring-NET-project

like image 157
dbones Avatar answered Sep 17 '22 11:09

dbones