Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ProfessorDing
/
spring-framework
Public
forked from
spring-projects/spring-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 28, 2016
Merge pull request #1046 from panchenko/ReflectionUtils-static-final
Show description for 777767c
snicoll
committed
777767c
View commit details
Copy full SHA for 777767c
Browse repository at this point
"final" for public static fields in ReflectionUtils
Show description for 8d36332
panchenko
authored and
snicoll
committed
8d36332
View commit details
Copy full SHA for 8d36332
Browse repository at this point
Commits on Apr 27, 2016
Upgrade to Caffeine 2.3
jhoeller
committed
cd6b203
View commit details
Copy full SHA for cd6b203
Browse repository at this point
Polishing
jhoeller
committed
8ddb432
View commit details
Copy full SHA for 8ddb432
Browse repository at this point
ApplicationListenerDetector explicitly prevents serialization of its ApplicationContext reference
Show description for e0734ae
jhoeller
committed
e0734ae
View commit details
Copy full SHA for e0734ae
Browse repository at this point
DefaultMessageListenerContainer's recovery phase uses wait instead of sleep
Show description for 6ab8d36
jhoeller
committed
6ab8d36
View commit details
Copy full SHA for 6ab8d36
Browse repository at this point
Explicit note on scheduled methods with a return value
Show description for b331ad5
jhoeller
committed
b331ad5
View commit details
Copy full SHA for b331ad5
Browse repository at this point
CachedIntrospectionResults explicitly introspects implemented interfaces (for Java 8 default methods)
Show description for ce2f28d
jhoeller
committed
ce2f28d
View commit details
Copy full SHA for ce2f28d
Browse repository at this point
Polish DefaultUrlTemplateHandler
rstoyanchev
committed
335d968
View commit details
Copy full SHA for 335d968
Browse repository at this point
Handle multiple conditional request headers
Show description for a50ea80
bclozel
committed
a50ea80
View commit details
Copy full SHA for a50ea80
Browse repository at this point
Update Javadoc for ReflectionUtils re: exception handling
sbrannen
committed
1838d7e
View commit details
Copy full SHA for 1838d7e
Browse repository at this point
Commits on Apr 26, 2016
XML config properly initialize WS message broker stats
Show description for 8f0f5fa
rstoyanchev
committed
8f0f5fa
View commit details
Copy full SHA for 8f0f5fa
Browse repository at this point
ResponseEntity allows for setting non-standard status code
Show description for d06188e
jhoeller
committed
d06188e
View commit details
Copy full SHA for d06188e
Browse repository at this point
HttpSessionRequiredException programmatically exposes name of expected attribute
Show description for e5d52a9
jhoeller
committed
e5d52a9
View commit details
Copy full SHA for e5d52a9
Browse repository at this point
Add missing @since tag
rstoyanchev
committed
9798912
View commit details
Copy full SHA for 9798912
Browse repository at this point
STOMP client session supports sending ack/nack
Show description for 06b2d2b
rstoyanchev
committed
06b2d2b
View commit details
Copy full SHA for 06b2d2b
Browse repository at this point
Extract AbstractUriTemplateHandler base class
Show description for 538c582
rstoyanchev
committed
538c582
View commit details
Copy full SHA for 538c582
Browse repository at this point
Upgrade to Gradle 2.13
Show description for bb1a031
jhoeller
committed
bb1a031
View commit details
Copy full SHA for bb1a031
Browse repository at this point
Aligned JmsTemplate and DefaultMessageListenerContainer receiveTimeout values
Show description for 87b93a7
jhoeller
committed
87b93a7
View commit details
Copy full SHA for 87b93a7
Browse repository at this point
PathMatchingResourcePatternResolver reuses resolved root dir URL
Show description for 65a8f5e
jhoeller
committed
65a8f5e
View commit details
Copy full SHA for 65a8f5e
Browse repository at this point
SpringServletContainerInitializer does not log WebApplicationInitializer class names
Show description for f73df2e
jhoeller
committed
f73df2e
View commit details
Copy full SHA for f73df2e
Browse repository at this point
SocketUtils considers port range including maxPort
Show description for bf7b475
jhoeller
committed
bf7b475
View commit details
Copy full SHA for bf7b475
Browse repository at this point
FastByteArrayInputStream returns correct count from read(byte[])
Show description for 9bf5a5c
jhoeller
committed
9bf5a5c
View commit details
Copy full SHA for 9bf5a5c
Browse repository at this point
Commits on Apr 25, 2016
MockWebResponseBuilder defaults cookie domain
Show description for 9ec0873
Rob Winch
committed
9ec0873
View commit details
Copy full SHA for 9ec0873
Browse repository at this point
Add text/markdown MediaType constant
Show description for b2c9c8a
venilnoronha
authored and
rstoyanchev
committed
b2c9c8a
View commit details
Copy full SHA for b2c9c8a
Browse repository at this point
Update Javadoc for TestContextBootstrapper
Show description for c84c1cf
sbrannen
committed
c84c1cf
View commit details
Copy full SHA for c84c1cf
Browse repository at this point
Commits on Apr 23, 2016
Polish Javadoc for TestContextManager
sbrannen
committed
67a9f40
View commit details
Copy full SHA for 67a9f40
Browse repository at this point
Polish CronSequenceGenerator and tests
sbrannen
committed
4a4cd5b
View commit details
Copy full SHA for 4a4cd5b
Browse repository at this point
Merge pull request #1042 from Enigo/cron-validation
Show description for 151530b
sbrannen
committed
151530b
View commit details
Copy full SHA for 151530b
Browse repository at this point
Added cron expression validation method for CronSequenceGenerator
Show description for 31d634e
Enigo
committed
31d634e
View commit details
Copy full SHA for 31d634e
Browse repository at this point
Polish Javadoc for DefaultUriTemplateHandler
sbrannen
committed
920eba7
View commit details
Copy full SHA for 920eba7
Browse repository at this point
Commits on Apr 22, 2016
Add defaultUriVariables property to RestTemplate
Show description for 065b796
rstoyanchev
committed
065b796
View commit details
Copy full SHA for 065b796
Browse repository at this point
Polish DefaultUriTemplateHandler
rstoyanchev
committed
0d007a3
View commit details
Copy full SHA for 0d007a3
Browse repository at this point
Commits on Apr 21, 2016
Update spring-mvc-3.2.xsd
Show description for 5ec6206
rstoyanchev
committed
5ec6206
View commit details
Copy full SHA for 5ec6206
Browse repository at this point
Upgrade to Reactor 2.0.8
rstoyanchev
committed
6e4e52b
View commit details
Copy full SHA for 6e4e52b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.