This website works better with JavaScript.
Explore
Help
Register
Sign In
GitHub-Spring
/
spring-framework
mirror of
https://github.com/spring-projects/spring-framework.git
Watch
1
Star
0
Fork
You've already forked spring-framework
0
Code
Issues
Projects
Releases
Wiki
Activity
Spring Framework
framework
spring
spring-framework
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
611
Commits
17
Branches
212
Tags
354 MiB
Java
97.6%
Kotlin
2.2%
Tree:
8669b3293c
3.0.x
3.1.x
3.2.x
4.0.x
4.1.x
4.2.x
4.3.x
5.0.x
5.1.x
5.2.x
5.3.x
6.0.x
6.1.x
6.2.x
docs-build
gh-pages
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8669b3293c'
${ noResults }
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Juergen Hoeller
8669b3293c
fixed JmsException/JmsUtils to fully avoid NPEs in case of cause messages being null
17 years ago
build-spring-framework
added
@Async
annotation, AsyncExecutionInterceptor, AsyncAnnotationAdvisor
17 years ago
org.springframework.aop
added
@Async
annotation, AsyncExecutionInterceptor, AsyncAnnotationAdvisor
17 years ago
org.springframework.aspects
updating eclipse settings and classpaths
17 years ago
org.springframework.beans
registered plain singletons will be fully matched according to their qualifiers; "systemProperties" bean is not considered a default match for type Properties anymore (SPR-5355)
17 years ago
org.springframework.context
added
@Async
annotation, AsyncExecutionInterceptor, AsyncAnnotationAdvisor
17 years ago
org.springframework.context.support
added "Future submit(Runnable)" and "Future submit(Callable)" to AsyncTaskExecutor; SchedulingTaskExecutor interface extends AsyncTaskExecutor; added ExecutorServiceAdapter class as a standard wrapper for a Spring TaskExecutor; added ThreadPoolExecutorFactoryBean; reduced backport-concurrent support to TaskExecutor adapters
17 years ago
org.springframework.core
ApplicationListener beans get obtained on demand, supporting non-singletons as well; ApplicationListeners will be called in the order according to the Ordered contract; generified ApplicationListener interface
17 years ago
org.springframework.expression
remove files
17 years ago
org.springframework.instrument
Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles
17 years ago
org.springframework.instrument.classloading
Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles
17 years ago
org.springframework.integration-tests
updating eclipse settings and classpaths
17 years ago
org.springframework.jdbc
Java 5 code style
17 years ago
org.springframework.jms
fixed JmsException/JmsUtils to fully avoid NPEs in case of cause messages being null
17 years ago
org.springframework.orm
updated to Hibernate 3.3 + Hibernate EntityManager 3.4 (requires SFL4J <= 1.5.3!) as well as OpenJPA 1.1
17 years ago
org.springframework.oxm
updating eclipse settings and classpaths
17 years ago
org.springframework.samples.petclinic
Added content negotiation and MarshallingView to petclinic
17 years ago
org.springframework.spring-library
creating eclipse project settings for org.springframework.spring-library
17 years ago
org.springframework.test
consistent copies of mocks
17 years ago
org.springframework.transaction
support for WebSphere's ResourceAdapter-managed transactions
17 years ago
org.springframework.web
all "taskExecutor" bean properties now accept any "java.util.concurrent.Executor"
17 years ago
org.springframework.web.portlet
ApplicationListener beans get obtained on demand, supporting non-singletons as well; ApplicationListeners will be called in the order according to the Ordered contract; generified ApplicationListener interface
17 years ago
org.springframework.web.servlet
Solved concurrency issue
17 years ago
build.properties
Split the compile and test-compile macros. Added a pre-compile macro.
17 years ago
ci-build.properties
adding properties file to simplify ant use in Bamboo CI build
17 years ago
spring-framework.ipr
renamed .testsuite -> .integration-tests
17 years ago
spring-framework.psf
updated eclipse team project definition from .testsuite -> .integration-tests
17 years ago