Stephane Nicoll
44e01e50da
Merge branch '2.7.x'
2022-11-24 10:03:31 +01:00
Stephane Nicoll
2778e3c6e2
Merge branch '2.6.x' into 2.7.x
2022-11-24 10:03:22 +01:00
Stephane Nicoll
76de7a8024
Upgrade to Postgresql 42.3.8
...
Closes gh-33338
2022-11-24 10:03:18 +01:00
Stephane Nicoll
f68e8ce3b4
Upgrade to Postgresql 42.3.8
...
Closes gh-33337
2022-11-24 10:01:14 +01:00
Stephane Nicoll
4d735de591
Upgrade to Spring Batch 5.0.0
...
Closes gh-33148
2022-11-24 09:57:08 +01:00
Moritz Halbritter
ad7fe3e3e1
Merge pull request #33335 from ttddyy
...
* gh-33335:
Polish "Document observation for R2DBC"
Document observation for R2DBC
Closes gh-33335
2022-11-24 09:21:58 +01:00
Moritz Halbritter
39aaab082b
Polish "Document observation for R2DBC"
...
See gh-33335
2022-11-24 09:19:36 +01:00
Tadaya Tsuyukubo
9ddad34f42
Document observation for R2DBC
...
Adds a link to the R2DBC observation repo in documentation.
See gh-33335
2022-11-24 09:17:32 +01:00
Andy Wilkinson
e1a407ca9d
Upgrade to Micrometer 1.10.2
...
Closes gh-33334
2022-11-23 18:59:46 +00:00
Moritz Halbritter
26db0c7120
Merge branch '2.7.x'
2022-11-23 17:25:07 +01:00
Moritz Halbritter
2170941cf6
Update Kotlin example for Tomcat connector customization
...
See gh-33331
2022-11-23 17:10:36 +01:00
Moritz Halbritter
9af2a5712c
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33331
2022-11-23 17:01:19 +01:00
Moritz Halbritter
b00f4f926a
Create a HTTP connector in the custom tomcat connector example
...
Closes gh-28707
2022-11-23 17:00:08 +01:00
Moritz Halbritter
ca358306af
Merge branch '2.7.x'
...
Closes gh-33329
2022-11-23 16:33:19 +01:00
Moritz Halbritter
d430779f00
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33328
2022-11-23 16:32:19 +01:00
Moritz Halbritter
2f6edecedb
Improve JavaDoc on ConditionalOnClass
...
Closes gh-27846
2022-11-23 16:26:43 +01:00
Moritz Halbritter
d9aea476b4
Merge branch '2.7.x'
...
Closes gh-33327
2022-11-23 14:23:24 +01:00
Moritz Halbritter
1da3a9d636
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33326
2022-11-23 14:23:08 +01:00
Moritz Halbritter
ae8ec86486
Clarify startup probe in actuator documentation
...
Closes gh-28432
2022-11-23 14:21:51 +01:00
Stephane Nicoll
656f109296
Upgrade to Spring Framework 6.0.1
...
Closes gh-33286
2022-11-23 11:52:10 +01:00
Stephane Nicoll
94d8d778ba
Merge branch '2.7.x'
2022-11-23 06:13:19 +01:00
Stephane Nicoll
77342a4be4
Merge branch '2.6.x' into 2.7.x
2022-11-23 06:13:05 +01:00
Stephane Nicoll
b39f4d7d85
Upgrade to HttpClient5 5.1.4
...
Closes gh-33323
2022-11-23 06:12:51 +01:00
Stephane Nicoll
ccd85b7eae
Upgrade to Ehcache3 3.10.8
...
Closes gh-33322
2022-11-23 06:12:47 +01:00
Stephane Nicoll
4a792d14c5
Upgrade to Dropwizard Metrics 4.2.13
...
Closes gh-33321
2022-11-23 06:12:43 +01:00
Stephane Nicoll
92ed0dc61e
Upgrade to HttpClient5 5.1.4
...
Closes gh-33320
2022-11-23 06:08:49 +01:00
Stephane Nicoll
928d210665
Upgrade to Dropwizard Metrics 4.2.13
...
Closes gh-33319
2022-11-23 06:08:46 +01:00
Brian Clozel
762fb53c21
Upgrade to Spring Session 3.0.0
...
Closes gh-33147
2022-11-22 21:13:43 +01:00
Brian Clozel
07766c436c
Apply user-provided ObservationConventions in auto-configurations
...
Prior to this commit, we would advise developers, as migration path from
Spring Boot 2.0-x metrics, to create `GlobalObservationConvention` beans
for the observations they want to customize (observation name or key
values).
`GlobalObservationConvention` are currently applied **in addition** to
the chosen convention in some cases, so this does not work well with
this migration path.
Instead, instrumentations always provide a default convention but also a
way to configure a custom convention for their observations. Spring Boot
should inject custom convention beans in the relevant
auto-configurations.
Fixes gh-33285
2022-11-22 20:44:05 +01:00
Stephane Nicoll
f6ac891cc1
Upgrade to Thymeleaf Extras SpringSecurity 3.1.0.RELEASE
...
Closes gh-33314
2022-11-22 18:00:28 +01:00
Stephane Nicoll
47ca1dfe8d
Upgrade to Thymeleaf 3.1.0.RELEASE
...
Closes gh-33313
2022-11-22 18:00:28 +01:00
Stephane Nicoll
1c9f336156
Upgrade to SQLite JDBC 3.39.4.1
...
Closes gh-33312
2022-11-22 18:00:27 +01:00
Stephane Nicoll
1f95480e48
Upgrade to SLF4J 2.0.4
...
Closes gh-33311
2022-11-22 18:00:27 +01:00
Stephane Nicoll
272133ce84
Upgrade to REST Assured 5.2.1
...
Closes gh-33310
2022-11-22 18:00:27 +01:00
Stephane Nicoll
72bc70593d
Upgrade to R2DBC Proxy 1.0.1.RELEASE
...
Closes gh-33309
2022-11-22 18:00:27 +01:00
Stephane Nicoll
1aa80f0a6c
Upgrade to Logback 1.4.5
...
Closes gh-33308
2022-11-22 18:00:26 +01:00
Stephane Nicoll
be5099a9ce
Upgrade to Janino 3.1.9
...
Closes gh-33307
2022-11-22 18:00:26 +01:00
Stephane Nicoll
e3d7f718b0
Upgrade to HttpClient5 5.1.4
...
Closes gh-33306
2022-11-22 18:00:26 +01:00
Stephane Nicoll
493e3cb2ab
Upgrade to Glassfish JSTL 3.0.1
...
Closes gh-33305
2022-11-22 18:00:26 +01:00
Stephane Nicoll
0ba83f0827
Upgrade to Ehcache3 3.10.8
...
Closes gh-33304
2022-11-22 18:00:26 +01:00
Stephane Nicoll
db2906bff0
Upgrade to Dropwizard Metrics 4.2.13
...
Closes gh-33303
2022-11-22 18:00:25 +01:00
Stephane Nicoll
0fd1babf19
Upgrade to Byte Buddy 1.12.19
...
Closes gh-33302
2022-11-22 18:00:25 +01:00
Andy Wilkinson
20397ad782
Upgrade to Spring Integration 6.0.0
...
Closes gh-33146
2022-11-22 15:28:18 +00:00
Andy Wilkinson
751b7bec40
Merge branch '2.7.x'
2022-11-22 15:09:43 +00:00
Andy Wilkinson
98113c975b
Revert "Start building against Spring Batch 4.3.8 snapshots"
...
This reverts commit 41914ab15b .
4.3.8 has been postponed
See gh-33135
2022-11-22 15:09:18 +00:00
Andy Wilkinson
a04754006c
Merge branch '2.7.x'
2022-11-22 15:08:04 +00:00
Andy Wilkinson
f686f27bf6
Merge branch '2.6.x' into 2.7.x
2022-11-22 15:07:36 +00:00
Andy Wilkinson
c4151bb629
Revert "Start building against Spring Batch 4.3.8 snapshots"
...
This reverts commit 2b4ceb35a2 .
The 4.3.8 release has been postponed.
See gh-33128
2022-11-22 15:05:58 +00:00
Stephane Nicoll
5254199a20
Upgrade to Native Build Tools 0.9.18
...
Closes gh-33301
2022-11-22 14:51:46 +01:00
Stephane Nicoll
348b375528
Merge branch '2.7.x'
2022-11-22 14:47:43 +01:00