-
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.12.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.13.RELEASE
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
7
contributors
Commits on Dec 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1764780 - Browse repository at this point
Copy the full SHA 1764780View commit details
Commits on Dec 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cfdceae - Browse repository at this point
Copy the full SHA cfdceaeView commit details
Commits on Dec 15, 2020
-
Fix NPE when calling NettyHeadersAdapter.add()
Prior to this commit, the `NettyHeadersAdapter` would directly delegate the `add()` and `set()` calls to the adapted `io.netty.handler.codec.http.HttpHeaders`. This implementation rejects `null` values with exceptions. This commit aligns the behavior here with other implementations, by not rejecting null values but simply ignoring them. Fixes gh-26277 (cherry-picked from commit 83c19cd)
Configuration menu - View commit details
-
Copy full SHA for fe26b7d - Browse repository at this point
Copy the full SHA fe26b7dView commit details
Commits on Dec 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7325a86 - Browse repository at this point
Copy the full SHA 7325a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for f011e58 - Browse repository at this point
Copy the full SHA f011e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb3811e - Browse repository at this point
Copy the full SHA eb3811eView commit details
Commits on Dec 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 619a3ed - Browse repository at this point
Copy the full SHA 619a3edView commit details
Commits on Jan 3, 2021
-
Remove obsolete commandName attribute in spring-form.tld
Since support for the commandName attribute was removed from the implementation of FormTag in Spring Framework 5.0, the presence of the commandName attribute in the spring-form.tld file is no longer valid and can lead one to assume that the commandName attribute is still supported -- for example when using code completion in a JSP editor. This commit therefore removes the obsolete commandName attribute in spring-form.tld. Closes gh-26337
Configuration menu - View commit details
-
Copy full SHA for 059cff5 - Browse repository at this point
Copy the full SHA 059cff5View commit details
Commits on Jan 14, 2021
-
Upgrade to RxJava 2.2.20, OpenPDF 1.3.24, Hibernate ORM 5.4.27, Joda-…
…Time 2.10.9, Apache Johnzon 1.2.9
Configuration menu - View commit details
-
Copy full SHA for 3c030ed - Browse repository at this point
Copy the full SHA 3c030edView commit details
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 271a909 - Browse repository at this point
Copy the full SHA 271a909View commit details
Commits on Jan 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 94ac2e4 - Browse repository at this point
Copy the full SHA 94ac2e4View commit details -
Upgrade io.spring.ge.conventions plugin to version 0.0.7
This will hopefully allow the build to pass again on the CI server.
Configuration menu - View commit details
-
Copy full SHA for 51079a4 - Browse repository at this point
Copy the full SHA 51079a4View commit details
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 698e74f - Browse repository at this point
Copy the full SHA 698e74fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6051f4e - Browse repository at this point
Copy the full SHA 6051f4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a150ee - Browse repository at this point
Copy the full SHA 8a150eeView commit details
Commits on Feb 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7a9bf15 - Browse repository at this point
Copy the full SHA 7a9bf15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 070c596 - Browse repository at this point
Copy the full SHA 070c596View commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e18fba1 - Browse repository at this point
Copy the full SHA e18fba1View commit details -
Do not retain partial column metadata in SimpleJdbcInsert
Prior to this commit, if an SQLException was thrown while retrieving column metadata from the database, SimpleJdbcInsert would generate an INSERT statement that was syntactically valid but missing columns, which could lead to data silently missing in the database (for nullable columns). This commit fixes this by clearing all collected column metadata if an SQLException is thrown while processing the metadata. The result is that an InvalidDataAccessApiUsageException will be thrown later while generating the INSERT statement. The exception message now contains an additional hint to make use of SimpleJdbcInsert#usingColumns() in order to ensure that all required columns are included in the generated INSERT statement. SimpleJdbcCall can also encounter an SQLException while retrieving column metadata for a stored procedure/function, but an exception is not thrown since a later invocation of the stored procedure/function will likely fail anyway due to missing arguments. Consequently, this commit only improves the warning level log message by including a hint to make use of SimpleJdbcCall#addDeclaredParameter(). Closes gh-26486
Configuration menu - View commit details
-
Copy full SHA for 236623f - Browse repository at this point
Copy the full SHA 236623fView commit details
Commits on Feb 4, 2021
-
Fix StoredProcedure documentation in reference manual
This commit aligns the documentation in the reference manual with the actual source code for StoredProcedure with regard to public execute() methods. Closes gh-26505
Configuration menu - View commit details
-
Copy full SHA for 6c22f7e - Browse repository at this point
Copy the full SHA 6c22f7eView commit details
Commits on Feb 8, 2021
-
Ensure StringDecoder supports multiline delimiters
This commit makes sure the StringDecoder supports stripping off multi-line delimiters, such as \r\n. Specifically, we ensure that the delimiter is stripped from the joined buffer. Closes gh-26511
Configuration menu - View commit details
-
Copy full SHA for c09b251 - Browse repository at this point
Copy the full SHA c09b251View commit details
Commits on Feb 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 594ec8f - Browse repository at this point
Copy the full SHA 594ec8fView commit details
Commits on Feb 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 27c5480 - Browse repository at this point
Copy the full SHA 27c5480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64df931 - Browse repository at this point
Copy the full SHA 64df931View commit details -
Configuration menu - View commit details
-
Copy full SHA for a17c2cc - Browse repository at this point
Copy the full SHA a17c2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81be4c2 - Browse repository at this point
Copy the full SHA 81be4c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4baa86 - Browse repository at this point
Copy the full SHA b4baa86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f1e822 - Browse repository at this point
Copy the full SHA 9f1e822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81f0d76 - Browse repository at this point
Copy the full SHA 81f0d76View commit details
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4ae3ab1 - Browse repository at this point
Copy the full SHA 4ae3ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67979c9 - Browse repository at this point
Copy the full SHA 67979c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29799be - Browse repository at this point
Copy the full SHA 29799beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 940f57d - Browse repository at this point
Copy the full SHA 940f57dView commit details
Commits on Feb 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5d85e7f - Browse repository at this point
Copy the full SHA 5d85e7fView commit details
There are no files selected for viewing