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.
648
Commits
0
Branches
123
Tags
349 MiB
Java
97.7%
Kotlin
2.1%
Tree:
85bc98ea4b
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '85bc98ea4b'
${ noResults }
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Juergen Hoeller
85bc98ea4b
MethodInvocations and ProceedingJoinPoints always expose original method (not bridge); ProceedingJoinPoint resolves parameter names using ASM-based parameter name discovery
17 years ago
build-spring-framework
prepared for 3.0 M2 release
17 years ago
org.springframework.aop
MethodInvocations and ProceedingJoinPoints always expose original method (not bridge); ProceedingJoinPoint resolves parameter names using ASM-based parameter name discovery
17 years ago
org.springframework.aspects
updating eclipse settings and classpaths
17 years ago
org.springframework.beans
optimized OrderComparator usage
17 years ago
org.springframework.context
optimized OrderComparator usage
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
SimpleAliasRegistry's "getAliases" method returns transitive aliases now;
@Qualifier
value matching takes chained aliases of target beans into account as well
17 years ago
org.springframework.expression
polishing
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
added IntelliJ settings for integration-tests module
17 years ago
org.springframework.jdbc
DefaultLobHandler uses explicit Blob/Clob access for reading when "wrapAsLob"=true
17 years ago
org.springframework.jms
fixed MessageListenerAdapter's "getSubscriptionName()" to work without delegate as well (SPR-5309)
17 years ago
org.springframework.orm
bridge method resolution works with Hibernate-generated CGLIB proxies as well (SPR-5414)
17 years ago
org.springframework.oxm
updating eclipse settings and classpaths
17 years ago
org.springframework.samples.petclinic
Remapped static resources as /petclinic/static/images/...
17 years ago
org.springframework.spring-library
creating eclipse project settings for org.springframework.spring-library
17 years ago
org.springframework.test
refined OSGi version constraints for "javax.annotation" and "junit.framework"
17 years ago
org.springframework.transaction
optimized OrderComparator usage
17 years ago
org.springframework.web
fixed HTTP invoker to support resolution of multi-level primitive array classes again
17 years ago
org.springframework.web.portlet
optimized OrderComparator usage
17 years ago
org.springframework.web.servlet
optimized OrderComparator usage
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
always use static imports with '*'
17 years ago
spring-framework.psf
updated eclipse team project definition from .testsuite -> .integration-tests
17 years ago