-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: spring-projects/spring-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.10.RELEASE
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: spring-projects/spring-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.11.RELEASE
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 42 files changed
- 6 contributors
Commits on Oct 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a9dec6a - Browse repository at this point
Copy the full SHA a9dec6aView commit details
Commits on Oct 29, 2020
-
Copy default headers, cookies in WebClient builder
This commit makes copies of the default headers and cookies when a WebClient is built, so that subsequent changes to these do not affect previously built clients. Closes: gh-25992
Configuration menu - View commit details
-
Copy full SHA for 0acb1e5 - Browse repository at this point
Copy the full SHA 0acb1e5View commit details
Commits on Oct 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for af1d721 - Browse repository at this point
Copy the full SHA af1d721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01827fd - Browse repository at this point
Copy the full SHA 01827fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3cdc6 - Browse repository at this point
Copy the full SHA 8c3cdc6View commit details
Commits on Nov 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b4f8fc8 - Browse repository at this point
Copy the full SHA b4f8fc8View commit details -
Preserve registration order in @activeprofiles
With this commit, bean definition profiles declared via @activeprofiles are once again stored in registration order, in order to support use cases in Spring Boot and other frameworks that depend on the registration order. This effectively reverts the changes made in conjunction with gh-25973. Closes gh-26004
Configuration menu - View commit details
-
Copy full SHA for e713e0d - Browse repository at this point
Copy the full SHA e713e0dView commit details
Commits on Nov 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 10bff05 - Browse repository at this point
Copy the full SHA 10bff05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c1e98 - Browse repository at this point
Copy the full SHA 09c1e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbbedc6 - Browse repository at this point
Copy the full SHA dbbedc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58aa065 - Browse repository at this point
Copy the full SHA 58aa065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7881329 - Browse repository at this point
Copy the full SHA 7881329View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b06c23 - Browse repository at this point
Copy the full SHA 5b06c23View commit details -
Refine logging in StompErrorHandler
Avoid a full stacktrace at ERROR level for a client message that could not be sent to a MessageChannel. See gh-26026
Configuration menu - View commit details
-
Copy full SHA for 010d094 - Browse repository at this point
Copy the full SHA 010d094View commit details
Commits on Nov 8, 2020
-
Do not create intermediate list in MergedAnnotationCollectors.toAnnot…
…ationSet() Prior to this commit, MergedAnnotationCollectors.toAnnotationSet() created an intermediate ArrayList for storing the results prior to creating a LinkedHashSet in the finishing step. Since the creation of the intermediate list is unnecessary, this commit simplifies the implementation of toAnnotationSet() by using the Collector.of() factory method that does not accept a `finisher` argument. The resulting Collector internally uses a `castingIdentity()` function as the `finisher`. Closes gh-26031
Configuration menu - View commit details
-
Copy full SHA for da4e37d - Browse repository at this point
Copy the full SHA da4e37dView commit details
Commits on Nov 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cde95e1 - Browse repository at this point
Copy the full SHA cde95e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9416b3 - Browse repository at this point
Copy the full SHA e9416b3View commit details
Commits on Nov 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 41fd015 - Browse repository at this point
Copy the full SHA 41fd015View commit details
There are no files selected for viewing