Commit Graph

34521 Commits (a05c6f0e8e87c47f5c2908e99a141ef5e0bb00a3)
 

Author SHA1 Message Date
Phillip Webb aeadb0ceb6 Merge branch '2.4.x' into 2.5.x
Closes gh-28351
3 years ago
Andy Wilkinson 540468b2f0 Fix parsing of day duration meter values
Switch `MeterValue` parsing logic so that we try `Duration` before
`double`. Prior to this commit, the value `1d` would result in `1.0`
rather than "1 day".

Fixes gh-28302
3 years ago
Phillip Webb 8c3815d4c8 Merge branch '2.5.x'
Closes gh-28350
3 years ago
Phillip Webb a9df8c3ef4 Merge branch '2.4.x' into 2.5.x
Closes gh-28349
3 years ago
Phillip Webb fc2c460512 Merge pull request #28344 from martin-v
* pr/28344:
  Remove unnecessary bind-api dependency from test starter

Closes gh-28344
3 years ago
Martin Vietz 9867651024 Remove unnecessary bind-api dependency from test starter
See gh-28344
3 years ago
Phillip Webb 4da7d2a6a7 Merge branch '2.5.x'
Closes gh-28348
3 years ago
Phillip Webb 2430d8a41a Merge branch '2.4.x' into 2.5.x
Closes gh-28347
3 years ago
Phillip Webb 4dc5142128 Prevent cache from consuming too much memory
Change the cache in `CachingOperationInvoker` to be a reference based
map and also clean stale entries when a specific threshold is met.

Fixes gh-28313
3 years ago
Andy Wilkinson 37a7144426 Merge branch '2.5.x'
Closes gh-28343
3 years ago
Andy Wilkinson 1a30c660f3 Merge branch '2.4.x' into 2.5.x
Closes gh-28342
3 years ago
Andy Wilkinson adb9226dec Prohibit org.apache.geronimo.specs dependencies in our starters
Closes gh-28338
3 years ago
Andy Wilkinson 05aab86275 Merge branch '2.5.x'
Closes gh-28341
3 years ago
Andy Wilkinson 865615e099 Merge branch '2.4.x' into 2.5.x
Closes gh-28340
3 years ago
Andy Wilkinson ce1a1415ab Use official Jakarta Management API dependency in ActiveMQ starter
Fixes gh-28339
3 years ago
Andy Wilkinson 2d837a6eae Merge branch '2.5.x'
Closes gh-28337
3 years ago
Andy Wilkinson 3800f060b5 Merge branch '2.4.x' into 2.5.x
Closes gh-28336
3 years ago
Andy Wilkinson 2fb8c8d27e Check starters for unnecessary exclusions
Closes gh-28332
3 years ago
Stephane Nicoll 5623d1ecd4 Upgrade to Spring Framework 5.3.11
Closes gh-28252
3 years ago
Stephane Nicoll 3d794a0ff3 Merge branch '2.5.x' 3 years ago
Stephane Nicoll b02873fc46 Merge branch '2.4.x' into 2.5.x 3 years ago
Stephane Nicoll 0dcdabed9e Upgrade to Spring Framework 5.3.11
Closes gh-28241
3 years ago
Stephane Nicoll 26d0afc205 Upgrade to Spring Framework 5.3.11
Closes gh-28223
3 years ago
Andy Wilkinson a119956c66 Merge branch '2.5.x'
Closes gh-28334
3 years ago
Andy Wilkinson 5fd5556b1f Merge branch '2.4.x' into 2.5.x
Closes gh-28333
3 years ago
Andy Wilkinson 1e601df304 Merge pull request #28308 from martin-v
* gh-28308:
  Remove unnecessary mail dependency from oauth2-client starter

Closes gh-28308
3 years ago
Martin Vietz a10db66b16 Remove unnecessary mail dependency from oauth2-client starter
See gh-28308
3 years ago
Andy Wilkinson 191b50241d Merge branch '2.5.x'
Closes gh-28331
3 years ago
Andy Wilkinson d3037103fe Merge branch '2.4.x' into 2.5.x
Closes gh-28330
3 years ago
Andy Wilkinson 9f13941c2f Prohibit org.jboss.spec.* dependencies
Closes gh-28329
3 years ago
Stephane Nicoll 19eae4736c Upgrade to Undertow 2.2.12.Final
Closes gh-28328
3 years ago
Stephane Nicoll 9e50a7d108 Upgrade to Tomcat 9.0.54
Closes gh-28327
3 years ago
Stephane Nicoll c4a7fd86b5 Upgrade to R2DBC Bom Arabba-SR11
Closes gh-28326
3 years ago
Stephane Nicoll f195dbec4f Upgrade to Postgresql 42.2.24
Closes gh-28325
3 years ago
Stephane Nicoll 09e4220edd Upgrade to Netty tcNative 2.0.44.Final
Closes gh-28324
3 years ago
Stephane Nicoll 641a68efbf Upgrade to Netty 4.1.69.Final
Closes gh-28323
3 years ago
Stephane Nicoll cfe30db38d Upgrade to MongoDB 4.3.3
Closes gh-28322
3 years ago
Stephane Nicoll f92a1a45ff Upgrade to Lombok 1.18.22
Closes gh-28321
3 years ago
Stephane Nicoll 30812008b5 Upgrade to Jetty 9.4.44.v20210927
Closes gh-28320
3 years ago
Stephane Nicoll e039d9bc1f Upgrade to Jaybird 4.0.4.java8
Closes gh-28319
3 years ago
Stephane Nicoll 06c574e291 Upgrade to HttpCore5 5.1.2
Closes gh-28318
3 years ago
Stephane Nicoll 7e01b7444f Upgrade to Elasticsearch 7.15.0
Closes gh-28317
3 years ago
Stephane Nicoll b155ef5135 Upgrade to Dropwizard Metrics 4.2.4
Closes gh-28316
3 years ago
Stephane Nicoll 7bfa4172d0 Upgrade to Couchbase Client 3.2.2
Closes gh-28315
3 years ago
Stephane Nicoll f1bc372883 Upgrade to Byte Buddy 1.11.20
Closes gh-28314
3 years ago
Stephane Nicoll 05ee8c68de Merge pull request #28204 from StitzL
* pr/28204:
  Polish "Log URLs for all DataSources"
  Log URLs for all DataSources

Closes gh-28204
3 years ago
Stephane Nicoll 0b32215c13 Polish "Log URLs for all DataSources"
See gh-28204
3 years ago
StitzL f31b8ec226 Log URLs for all DataSources
This commit logs the path of the H2 console, followed by the
comma-separated ordered URLs of each data source that offers a
connection.

See gh-28204
3 years ago
Phillip Webb 14f47bd62f Merge pull request #27412 from vpavic
* pr/27412:
  Polish "Allow build info properties to be excluded"
  Allow build info properties to be excluded

Closes gh-27412
3 years ago
Phillip Webb f4bd8956af Polish "Allow build info properties to be excluded"
Update the Maven plugin to use an alternative syntax to exclude
the info properties and apply some minor polishing.

See gh-27412
3 years ago