Andy Wilkinson
2326284e29
Add Bomr metadata for bom upgrades and verification
...
Closes gh-16060
6 years ago
Stephane Nicoll
8c18bc12f7
Merge pull request #16046 from nosan
...
* pr/16046:
Polish "Fix NullPointerException with empty X-Forwarded-For header"
Fix NullPointerException with empty X-Forwarded-For header
6 years ago
Stephane Nicoll
c224eebef3
Polish "Fix NullPointerException with empty X-Forwarded-For header"
...
Closes gh-16046
6 years ago
Dmytro Nosan
64a74c3bbb
Fix NullPointerException with empty X-Forwarded-For header
...
See gh-16046
6 years ago
Stephane Nicoll
0c1efe3a1a
Merge pull request #16027 from rupert654
...
* pr/16027:
Polish "Add `jaxb-runtime` to TldSkipPatterns"
Add `jaxb-runtime` to TldSkipPatterns
6 years ago
Stephane Nicoll
2a6791aa20
Polish "Add `jaxb-runtime` to TldSkipPatterns"
...
Closes gh-16027
6 years ago
Rupert Madden-Abbott
946ada62fb
Add `jaxb-runtime` to TldSkipPatterns
...
See gh-16027
6 years ago
Stephane Nicoll
96cbf539f1
Merge pull request #16054 from XYUU
...
* pr/16054:
Fix a colon format
6 years ago
XYUU
7aedb0a33d
Fix a colon format
...
Closes gh-16054
6 years ago
Stephane Nicoll
059337fda6
Merge pull request #15978 from nosan
...
* pr/15978:
Polish contribution
Add an example showing how to use Spring REST Docs with WebTestClient
6 years ago
Stephane Nicoll
ce17a923dd
Polish contribution
...
Closes gh-15978
6 years ago
Dmytro Nosan
cf89ebcf92
Add an example showing how to use Spring REST Docs with WebTestClient
...
See gh-15978
6 years ago
Stephane Nicoll
38a20f2719
Merge pull request #16047 from clevertension
...
* pr/16047:
Polish contribution
Fix NamedParameterJdbcTemplate precedence with database migration tools
6 years ago
Stephane Nicoll
eebd906c8a
Polish contribution
...
Closes gh-16047
6 years ago
Dan Zheng
2c4afb3bd8
Fix NamedParameterJdbcTemplate precedence with database migration tools
...
See gh-16047
6 years ago
Stephane Nicoll
2236e959b6
Merge pull request #16018 from nosan
...
* pr/16018:
Polish "Debug mode is not logging web and sql related loggers"
Debug mode is not logging web and sql related loggers
6 years ago
Stephane Nicoll
978f80122b
Polish "Debug mode is not logging web and sql related loggers"
...
Closes gh-16018
6 years ago
Dmytro Nosan
c3430d5883
Debug mode is not logging web and sql related loggers
...
See gh-16018
6 years ago
Stephane Nicoll
130ef102d8
Merge pull request #16005 from larsgrefer
...
* pr/16005:
Polish "Update instructions on how to use JAXB as XML renderer"
Update instructions on how to use JAXB as XML renderer
6 years ago
Stephane Nicoll
c47edd15af
Polish "Update instructions on how to use JAXB as XML renderer"
...
Closes gh-16005
6 years ago
Lars Grefer
221ff8d69f
Update instructions on how to use JAXB as XML renderer
...
See gh-16005
6 years ago
Andy Wilkinson
53326695ea
Polish
6 years ago
Madhura Bhave
f8e5b9ba47
Fix formatting
6 years ago
Madhura Bhave
c3e47541ad
EndpointRequest should check that the request is to the mgmt context
...
Fixes gh-15702
6 years ago
Andy Wilkinson
59430a2642
Only include zips in BOOT-INF/lib, WEB-INF/lib, and WEB-INF/lib-provided
...
Closes gh-16001
6 years ago
Andy Wilkinson
e922cba5e5
Merge pull request #16004 from Robert Thornton
...
* gh-16004:
Polish "Use kotlin_module not kotlin-module to identify Kotlin module metadata"
Use kotlin_module not kotlin-module to identify Kotlin module metadata
Closes gh-16004
6 years ago
Andy Wilkinson
55fe26b075
Polish "Use kotlin_module not kotlin-module to identify Kotlin module metadata"
...
See gh-16004
6 years ago
Robert Thornton
cb6362df82
Use kotlin_module not kotlin-module to identify Kotlin module metadata
...
See gh-16004
6 years ago
Stephane Nicoll
91a005f578
Resolve generic types in generated metadata
...
Closes gh-15850
6 years ago
Andy Wilkinson
51776af45d
Include source of NoSuchMethodError in its failure analysis
...
Closes gh-15995
6 years ago
Andy Wilkinson
55426208ab
Provide type information for optional thread dump endpoint response fields
...
Closes gh-15989
6 years ago
Stephane Nicoll
0335a28630
Merge pull request #15984 from isank
...
* pr/15984:
Polish contribution
Order TaskExecution auto-config before TaskScheduling auto-config
6 years ago
Stephane Nicoll
42c246cacb
Polish contribution
...
Closes gh-15984
6 years ago
isank
e546ed4834
Order TaskExecution auto-config before TaskScheduling auto-config
...
See gh-15984
6 years ago
Andy Wilkinson
68e3de0357
Use name from header not alias when checking entry has expected name
...
Previously, an entry’s potentially aliased name would be used when
checking that it has a particular name. The alias would always be
applied, irrespective of the name in the header. As a result, when
there was a clashing hash and an entry with a particular index did
not have the expected name, this would be concealed by the alias
being applied and the name check being done with the alias.
This commit reworks JarEntry to store the name in its header in
addition to its alias, if any. When checking that the entry has the
expected name, the unaliased name is passed in and the entry compares
it with the name from the header rather than the alias.
Closes gh-15981
6 years ago
Stephane Nicoll
20c39dc554
Document missing keys mapped on third party types
...
Closes gh-15980
6 years ago
Spring Buildmaster
3370d65ced
Next development version (v2.1.4.BUILD-SNAPSHOT)
6 years ago
Stephane Nicoll
5916393b20
Upgrade to Spring Integration 5.1.3
...
Closes gh-15866
6 years ago
Madhura Bhave
012a956454
Fix typo in doc
6 years ago
Andy Wilkinson
33b9321071
Track condition evaluation per-context when determining delta
...
Closes gh-15766
6 years ago
Andy Wilkinson
1be794fe65
Retry upload for any SocketException not just a ConnectException
...
Previously, DevTools would retry the upload of the changes to an
application in the event of a ConnectException. If a different
network-level failure occurred, it would not be retried and would
cause the file watching thread to die.
This commit attempts to make things more robust by retrying all
SocketExceptions and not just ConnectExceptions. A warning is
logged when a failure occurs. A separate debug message that
includes the exception is also logged.
Closes gh-10317
6 years ago
Stephane Nicoll
ad82e8d11d
Merge pull request #15950 from michael-simons
...
* pr/15950:
Prevent imports on org.testcontainers.shaded.*
Polish "Stop using imports from shaded dependencies"
Stop using imports from shaded dependencies
6 years ago
Stephane Nicoll
10f58b3f7b
Prevent imports on org.testcontainers.shaded.*
...
See gh-15950
6 years ago
Stephane Nicoll
f3e142cb7c
Polish "Stop using imports from shaded dependencies"
...
Closes gh-15950
6 years ago
Michael Simons
de7812aa3a
Stop using imports from shaded dependencies
...
See gh-15950
6 years ago
Andy Wilkinson
90f059cf3a
Upgrade to Spring Session Bean-SR3
...
Closes gh-15868
6 years ago
Stephane Nicoll
f87b58f5f2
Merge pull request #15943 from sdeleuze
...
* pr/15943:
Polish "Add a link to SpringMockK in the Kotlin documentation"
Add a link to SpringMockK in the Kotlin documentation
6 years ago
Stephane Nicoll
cd322d7b9c
Polish "Add a link to SpringMockK in the Kotlin documentation"
...
Closes gh-15943
6 years ago
Sebastien Deleuze
da6de215a6
Add a link to SpringMockK in the Kotlin documentation
...
See gh-15943
6 years ago
Andy Wilkinson
027f9182a8
Generate Javadoc with same source level as used for compilation
...
This works around a change in javadoc generation in JDK 11.0.2. See
https://bugs.openjdk.java.net/browse/JDK-8212233 for details.
6 years ago