Andy Wilkinson
dc0a4cc869
Upgrade to Jakarta Transaction 1.3.3
...
Closes gh-18054
5 years ago
Andy Wilkinson
ee903b39aa
Upgrade to Jakarta Persistence 2.2.3
...
Closes gh-18053
5 years ago
Andy Wilkinson
db56840880
Upgrade to Jakarta Json Bind 1.0.2
...
Closes gh-18052
5 years ago
Andy Wilkinson
96fa1df805
Upgrade to Jakarta Json 1.1.6
...
Closes gh-18051
5 years ago
Andy Wilkinson
b3cf5665d1
Upgrade to Jakarta Annotation 1.3.5
...
Closes gh-18050
5 years ago
Andy Wilkinson
b74e5d2f01
Upgrade to Undertow 2.0.25.Final
...
Closes gh-18049
5 years ago
Andy Wilkinson
d776ad6e2e
Upgrade to Rsocket 1.0.0-RC3
...
Closes gh-18048
5 years ago
Andy Wilkinson
c3c7c07d7e
Upgrade to Rxjava2 2.2.12
...
Closes gh-18047
5 years ago
Andy Wilkinson
57e5f1d93d
Upgrade to Netty 4.1.39.Final
...
Closes gh-18046
5 years ago
Andy Wilkinson
ad223f7327
Upgrade to Jakarta Mail 1.6.4
...
Closes gh-18045
5 years ago
Andy Wilkinson
d84a736cee
Upgrade to Caffeine 2.8.0
...
Closes gh-18044
5 years ago
Andy Wilkinson
3fc4df9f66
Upgrade to Slf4j 1.7.28
...
Closes gh-18043
5 years ago
Andy Wilkinson
e12aa4fe51
Upgrade to Reactive Streams 1.0.3
...
Closes gh-18042
5 years ago
Andy Wilkinson
df186945b6
Upgrade to Neo4j Ogm 3.1.13
...
Closes gh-18041
5 years ago
Andy Wilkinson
1cf615059e
Upgrade to Jooq 3.11.12
...
Closes gh-18040
5 years ago
Andy Wilkinson
9c8b8ef6cf
Upgrade to Jboss Logging 3.3.3.Final
...
Closes gh-18039
5 years ago
Andy Wilkinson
f2ca07001d
Upgrade to Infinispan 9.4.16.Final
...
Closes gh-18038
5 years ago
Andy Wilkinson
07f3ba7c33
Upgrade to Hibernate 5.3.11.Final
...
Closes gh-18037
5 years ago
Andy Wilkinson
7948c0e399
Upgrade to Freemarker 2.3.29
...
Closes gh-18036
5 years ago
Andy Wilkinson
f6f99d7855
Upgrade to Jetty 9.4.20.v20190813
...
Closes gh-18035
5 years ago
Andy Wilkinson
5e2f18f48b
Upgrade to Groovy 2.5.8
...
Closes gh-18034
5 years ago
Andy Wilkinson
a2d452f160
Upgrade to Tomcat 9.0.24
...
Closes gh-18033
5 years ago
Andy Wilkinson
b33d376fbe
Upgrade to Undertow 2.0.25.Final
...
Closes gh-18032
5 years ago
Andy Wilkinson
bf27f23144
Upgrade to Rxjava2 2.2.12
...
Closes gh-18031
5 years ago
Andy Wilkinson
494eaf0df8
Upgrade to Netty 4.1.39.Final
...
Closes gh-18030
5 years ago
Andy Wilkinson
e9a2de0556
Upgrade to Dropwizard Metrics 4.0.6
...
Closes gh-18029
5 years ago
Andy Wilkinson
8956e3d216
Upgrade to Couchbase Client 2.7.9
...
Closes gh-18028
5 years ago
Andy Wilkinson
d03ac6457e
Merge branch '2.1.x'
...
Closes gh-18027
5 years ago
Andy Wilkinson
3d23277b8f
Tolerate invalid mimetype in Reactory Netty compression predicate
...
Fixes gh-18018
5 years ago
Phillip Webb
dc0a642fc0
Fix chackstyle violations in test
...
See gh-18012
5 years ago
Phillip Webb
71b99e5c83
Merge branch '2.1.x'
...
Closes gh-18026
5 years ago
Phillip Webb
6ca92418b5
Document need to exactly JPA property names
...
Closes gh-17975
5 years ago
Phillip Webb
230506b30c
Merge branch '2.1.x'
5 years ago
Phillip Webb
e4dfb74629
Polish
5 years ago
Phillip Webb
85784ba6ea
Merge branch '2.1.x'
...
Closes gh-18025
5 years ago
Phillip Webb
1ff784ff54
Remove MBean shutdown warning from documentation
...
Closes gh-17988
5 years ago
Phillip Webb
51e71f7ff1
Merge branch '2.1.x'
...
Closes gh-18024
5 years ago
Phillip Webb
368eb566fb
Use versioned links in documentation
...
Update the reference documentation to use versioned links rather then
`/current/` whenever possible.
Closes gh-18000
5 years ago
Phillip Webb
f69b2669b3
Merge branch '2.1.x'
5 years ago
Phillip Webb
348d65b4fe
Polish documentation
5 years ago
Phillip Webb
dc870044c6
Merge branch '2.1.x'
5 years ago
Phillip Webb
7f9d143e01
Polish documentation
...
Update reference documentation source to use consistent attribute names
and fix a few formatting issues.
5 years ago
Phillip Webb
cbcfd9de6f
Merge branch '2.1.x'
5 years ago
Phillip Webb
db26d9dc91
Fix EndpointRequest ignore logic
...
Fixup ignore logic in `EndpointRequest`.
See gh-18012
5 years ago
Phillip Webb
ee130cfb3f
Merge branch '2.1.x'
...
Closes gh-18023
5 years ago
Phillip Webb
572e491465
Remove Gemfire starter details from documentation
...
Closes gh-18002
5 years ago
Phillip Webb
ddbc1e5b0a
Merge branch '2.1.x'
...
Closes gh-18022
5 years ago
Phillip Webb
dbccb705a8
Clarify "Web Application Conditions" documentation
...
Update the reference documentation so that "Web Application Conditions"
also covers reactive contexts.
Closes gh-18005
5 years ago
Phillip Webb
1283bc05d7
Merge branch '2.1.x'
...
Closes gh-18021
5 years ago
Phillip Webb
5938ca78b6
Fix request matcher management context support
...
Fix caching issues in `ApplicationContextRequestMatcher` and allow
subclasses to ignore an application context entirely. Update existing
matcher implementations so that they deal with the management context
correctly.
Prior to this commit, the `ApplicationContextRequestMatcher` would
return a context cached from the first request. It also didn't
provide any way to ignore a context. This meant that if the user was
running the management server on a different port the matching results
could be inconsistent depending on if the first request arrived on
the regular context or the management context. It also meant that we
could not distinguish between the regular context and the management
context when matching.
Closes gh-18012
5 years ago
davinkevin
84c81462b4
Upgrade to jOOQ 3.12.0
...
See gh-18014
5 years ago
Andy Wilkinson
50eb6d3fd1
Merge branch '2.1.x'
...
Closes gh-18016
5 years ago
dreis2211
b6fff67f6e
Remove reference to non-existent --edit option in CLI docs
...
See gh-18015
5 years ago
Andy Wilkinson
e2edb6a539
Polish "Auto-configure Flyway with JavaMigration beans"
...
See gh-17993
5 years ago
Semyon Danilov
ff68295928
Auto-configure Flyway with JavaMigration beans
...
See gh-17993
5 years ago
Andy Wilkinson
82ea3b51b3
Polish
5 years ago
Andy Wilkinson
0e2a131e5d
Polish "Upgrade to Flyway 6.0.1"
...
See gh-17997
5 years ago
Semyon Danilov
278b20d9c9
Upgrade to Flyway 6.0.1
...
See gh-17997
5 years ago
Phillip Webb
1e2f8959d9
Fix broken asciidoc rendering
...
Restore the blank line at the end of `executable-jar-format.adoc`
which appears to be required.
See gh-18007
5 years ago
Phillip Webb
b6e3f48a89
Delete old appendix file
...
Delete file accidentally added during merge.
See gh-18007
5 years ago
Phillip Webb
d70519038b
Fix broken asciidoc syntax
...
See gh-18007
5 years ago
Phillip Webb
ca53780c43
Merge branch '2.1.x'
...
Closes gh-18007
5 years ago
Phillip Webb
64d4bf823a
Reformat documentation to one sentence per line
...
Update reference documentation to use one sentence per line formatting
as recommended by the Asciidoctor team.
Closes gh-12445
5 years ago
Andy Wilkinson
9a7b2ce007
Upgrade to Mssql Jdbc 7.4.1.jre8
...
Closes gh-17965
5 years ago
Andy Wilkinson
a04a6c3e92
Merge branch '2.1.x'
...
Closes gh-17996
5 years ago
Ben Hale
2a04d94cf1
Use exec when launching the JVM in CLI's shell script
...
Previously, when the Spring Boot CLI ran the Java command line for an
application it did a straight invocation which suppressed propagation of
signals to the JVM in certain circumstances (e.g within Docker containers).
This change prepends the command with exec which causes the Java process to
replace the script process in a shell ensuring that signals are propagated to
the Java process without suppression.
See gh-17976
Signed-off-by: Ben Hale <bhale@pivotal.io>
5 years ago
Andy Wilkinson
0217de4349
Polish "Improve handling of non-standard status codes in RestTemplate metrics"
...
See gh-17991
5 years ago
Johnny Lim
1acff410a2
Improve handling of non-standard status codes in RestTemplate metrics
...
See gh-17991
5 years ago
Andy Wilkinson
7f8b3a7b86
Test the Gradle Plugin against Gradle 5.6.1
...
Closes gh-17995
5 years ago
dreis2211
26a22fa523
Test the Gradle Plugin against Gradle 5.6.1
...
See gh-17984
Closes gh-17984
5 years ago
Andy Wilkinson
bbec7b0f37
Merge branch '2.1.x'
...
Closes gh-17994
5 years ago
Andy Wilkinson
9961647c7f
Improve handling of reserved characters in MetaInfResourceManager
...
Previously, MetaInfResourceManager that we use with Undertow to serve
static resources from jar's META-INF/resources did not correctly
handle characters in the path that should be percent-encoded when
used in a URL.
This commit updates MetaInfResourceManager to encode the path before
it is used to create a URL. Prior to this encoding, encoded slashes
(%2F) are decoded as, unlike other encoded characters in the request's
URL, encoded slashes are not decoded prior to calling the
ResourceManager.
Fixes gh-17853
5 years ago
Stephane Nicoll
b57db504df
Fix broken build due to Kotlin upgrade
5 years ago
Stephane Nicoll
078d53a5f2
Upgrade to Kotlin 1.3.50
...
Closes gh-17982
5 years ago
Andy Wilkinson
11f67b8536
Upgrade to Kotlin Coroutines 1.3.0
...
Closes gh-17907
5 years ago
leoli
fac4b9c830
Upgrade to Git commit ID plugin 3.0.1
...
See gh-17981
5 years ago
Stephane Nicoll
96596f8ecc
Polish contribution
...
See gh-17962
5 years ago
Kant
7ee3656188
Polish
...
See gh-17962
5 years ago
Madhura Bhave
2726540e76
Merge branch '2.1.x'
...
Closes gh-17980
5 years ago
Madhura Bhave
674f2f5a6c
EndpointRequest should match @ServletEndpoint
...
This commit also changes the request matcher for MVC
endpoints to use an AntPathRequestMatcher instead of an
MvcRequestMatcher. The endpoint is always available
under the mapped endpoint path and this way the same matcher
can be used for both MVC and Jersey.
Fixes gh-17912
Co-authored-by: Phillip Webb <pwebb@pivotal.io>
5 years ago
dreis2211
ec57f0c31f
Fix upstream RSocket method renames
...
See gh-17973
5 years ago
Vedran Pavic
cb3efc1ef6
Add dependency management for IBM DB2 JDBC driver
...
See gh-17782
5 years ago
Stephane Nicoll
cda310ba0a
Polish "Fix a broken Asciidoctor syntax"
...
See gh-17970
5 years ago
Johnny Lim
78a467f9d3
Fix a broken Asciidoctor syntax
...
See gh-17970
5 years ago
Stephane Nicoll
e92a530640
Merge branch '2.1.x'
...
Closes gh-17972
5 years ago
leoli
34d28f48ca
Fix Undertow access log dir property name in doc
...
See gh-17968
5 years ago
Madhura Bhave
46ea4a2501
isPublisherConfirms in RabbitProperties should not throw NPE
...
Fixes gh-17967
5 years ago
Phillip Webb
fb846f434f
Merge branch '2.1.x'
...
Fixes gh-17959
5 years ago
Phillip Webb
4c446c38a6
Only add management error page for Spring MVC
...
Move management `ErrorPage` registration from the
`WebMvcEndpointChildContextConfiguration` to
`WebMvcEndpointChildContextConfiguration` and only add it when the
error controller is registered.
Fixes gh-17938
5 years ago
Stephane Nicoll
7d994e607d
Restructure tests to exercise deprecated property in a dedicated test
...
See gh-17848
5 years ago
Madhura Bhave
21783faede
Merge branch '2.1.x'
...
Closes gh-17953
5 years ago
Madhura Bhave
28d374d84d
Polish "Configure Issuer Validator for Resource Server"
...
See gh-17952
5 years ago
HaiTao Zhang
b3d189cf87
Configure Issuer Validator for Resource Server
...
See gh-17952
5 years ago
Madhura Bhave
8954fe13e5
Polish "Support additional publisher confirm types"
...
See gh-17848
5 years ago
HaiTao Zhang
8c1c8a27d9
Support additional publisher confirm types
...
See gh-17848
5 years ago
Madhura Bhave
7829593746
Polish "Sanitize password in URI properties"
...
See gh-17939
5 years ago
HaiTao Zhang
d49a2ec98e
Sanitize password in URI properties
...
See gh-17939
5 years ago
Madhura Bhave
0fee0ca71c
Merge pull request #17915 from htztomic
...
* pr/17915:
Polish "Added support for devtools YAML configuration"
Added support for devtools YAML configuration
Closes gh-17915
5 years ago
Madhura Bhave
48b5b6a24c
Polish "Added support for devtools YAML configuration"
...
See gh-17915
5 years ago
HaiTao Zhang
00a3ad0fd1
Added support for devtools YAML configuration
...
See gh-17915
5 years ago