Commit Graph

54053 Commits

Author SHA1 Message Date
Stéphane Nicoll 8f9442a741 Upgrade to HSQLDB 2.7.4
Closes gh-43089
2024-11-11 07:26:27 +09:00
Stéphane Nicoll 8972e01587 Upgrade to Groovy 4.0.24
Closes gh-43088
2024-11-11 07:26:23 +09:00
Phillip Webb ede1110e36 Set properties from SslOptions for Jetty and JDK HTTP clients
Update `ClientHttpRequestFactoryBuilder` implementations for both
Jetty and JDK to configure properties from SslOptions.

Fixes gh-43077
2024-11-09 00:21:01 -08:00
Phillip Webb 065e7c190e Merge branch '3.3.x'
Closes gh-43084
2024-11-09 00:01:20 -08:00
Phillip Webb 239ee146af Merge branch '3.2.x' into 3.3.x
Closes gh-43083
2024-11-09 00:01:12 -08:00
Phillip Webb 4f7de1c889 Fix `SslOptions.isSpecified()` logic
Prior to this commit `SslOptions.isSpecified()` only returned `true` if
both ciphers and enabled protocols were set. If should have returned
`true` if either were set.

Fixes gh-43082
2024-11-09 00:00:33 -08:00
Phillip Webb 77817ae314 Protect against NPE when keystore is missing
Update `SslInfo` to protect against a potential `NullPointerException`.

Fixes gh-43078
2024-11-08 23:05:48 -08:00
Phillip Webb 151d4085af Merge branch '3.3.x' 2024-11-08 22:49:43 -08:00
Phillip Webb 571bd592fb Fixup and add more javadoc-location attributes
Fix a few errors and add more javadoc-location package attributes
for use in `.adoc` files.

See gh-41614
2024-11-08 22:48:00 -08:00
Phillip Webb c92f248201 Merge branch '3.3.x'
Closes gh-43081
2024-11-08 22:47:46 -08:00
Phillip Webb 30efd52082 Use internal attributes for values that aren't directly referenced
Update `AntoraAsciidocAttributes` so that internal attributes are
available for use in `antora-asciidoc-attributes.properties`. These
attributes don't end up in the final `antora.yml` file.

This commit also restore the `-version` properties for Spring Data.

Closes gh-43080
2024-11-08 22:46:33 -08:00
Andy Wilkinson 5d8047a751 Merge branch '3.3.x'
Closes gh-43074
2024-11-08 11:41:30 +00:00
Andy Wilkinson d0e9168de0 Merge branch '3.2.x' into 3.3.x
Closes gh-43073
2024-11-08 11:41:16 +00:00
Andy Wilkinson bebdf69552 Document how to statically provide GraalVM hints
Closes gh-42515
2024-11-08 11:27:21 +00:00
Andy Wilkinson 1e8b23e300 Merge branch '3.3.x'
Closes gh-43072
2024-11-08 11:04:29 +00:00
Andy Wilkinson 1ae9b8ea1b Merge branch '3.2.x' into 3.3.x
Closes gh-43071
2024-11-08 10:55:52 +00:00
Andy Wilkinson 90de82a035 Merge pull request #43065 from quaff
* gh-43065:
  Polish "Use constants for well-known scope names"
  Use constants for well-known scope names

Closes gh-43065
2024-11-08 10:54:23 +00:00
Andy Wilkinson 5d63335a5c Polish "Use constants for well-known scope names"
See gh-43065
2024-11-08 10:53:11 +00:00
Yanming Zhou 03841b1229 Use constants for well-known scope names
See gh-43065
2024-11-08 10:01:19 +00:00
Andy Wilkinson c6e19517be Merge branch '3.3.x'
Closes gh-43070
2024-11-08 09:55:36 +00:00
Andy Wilkinson 81872afd53 Merge branch '3.2.x' into 3.3.x
Closes gh-43069
2024-11-08 09:55:22 +00:00
Andy Wilkinson 2fa28fb822 Improve error reporting when image loading fails
Closes gh-31243
2024-11-08 09:51:57 +00:00
Phillip Webb 8b6c80d730 Merge branch '3.3.x' 2024-11-07 16:29:07 -08:00
Phillip Webb 21a645764d Fix broken link
See gh-41614
2024-11-07 16:28:44 -08:00
Phillip Webb 1edb1b0fa3 Merge branch '3.3.x' 2024-11-07 15:55:26 -08:00
Phillip Webb 47216a80e7 Expand javadoc links to include packages
Update javadoc links to include package references when relevant. The
packages are used to populate `javadoc-location-*` attributes that the
Asciidoctor javadoc extension can use.

See gh-41614
2024-11-07 15:55:07 -08:00
Moritz Halbritter 35b6c49b79 Merge branch '3.3.x'
Closes gh-43062
2024-11-07 15:26:47 +01:00
Moritz Halbritter 317d943083 Use native encoding when writing the java arguments file
Closes gh-43051
2024-11-07 15:14:45 +01:00
Andy Wilkinson 7a4b7f95e8 Merge branch '3.3.x'
Closes gh-43061
2024-11-07 12:38:51 +00:00
Andy Wilkinson 32c61a99e4 Merge branch '3.2.x' into 3.3.x
Closes gh-43060
2024-11-07 12:38:36 +00:00
Andy Wilkinson 03a3425767 Fix test for incremental build with type rename
Closes gh-38119
2024-11-07 12:38:03 +00:00
Andy Wilkinson fcd58bdb53 Merge branch '3.3.x'
Closes gh-43059
2024-11-07 12:21:47 +00:00
Andy Wilkinson 519ec86c99 Merge branch '3.2.x' into 3.3.x
Closes gh-43058
2024-11-07 11:26:37 +00:00
Andy Wilkinson 0be9fd91ab Separate type customization from additional DataSource configuration
Closes gh-43054
2024-11-07 11:03:48 +00:00
Andy Wilkinson 362593019d Merge branch '3.3.x'
Closes gh-43053
2024-11-06 14:23:15 +00:00
Andy Wilkinson 4900ca1ffc Fix resetting of spied FactoryBean output
Fixes gh-31204
2024-11-06 13:27:09 +00:00
Phillip Webb 796ce3d4b2 Throw an exception if the same name is written to JSON more than once
Update `JsonValueWriter` to track written names and throw an exception
if there is a duplicate.

Closes gh-43041
2024-11-05 16:10:36 -08:00
Phillip Webb f38e1a5695 Merge branch '3.3.x'
Closes gh-43044
2024-11-05 12:09:20 -08:00
Phillip Webb e089b90a5b Upgrade @springio/antora-xref-extension to 1.0.0-alpha.4
Closes gh-43043
2024-11-05 12:08:48 -08:00
Andy Wilkinson e9476baa4d Merge branch '3.3.x'
Closes gh-43040
2024-11-05 16:43:54 +00:00
Andy Wilkinson e0a27e4554 Add more release notes links to spring-boot-dependencies
Closes gh-43039
2024-11-05 16:42:15 +00:00
Andy Wilkinson 9aa976743e Merge branch '3.3.x' 2024-11-05 16:40:08 +00:00
Andy Wilkinson 0abbe9bb91 Upgrade to Logback 1.5.12
Closes gh-43038
2024-11-05 16:01:29 +00:00
Andy Wilkinson 55c9df6ba8 Upgrade to jOOQ 3.19.15
Closes gh-43037
2024-11-05 16:01:25 +00:00
Andy Wilkinson 3cd81cbd4b Upgrade to Jackson Bom 2.17.3
Closes gh-43036
2024-11-05 16:01:20 +00:00
Andy Wilkinson 9f59c5e490 Upgrade to HSQLDB 2.7.4
Closes gh-43035
2024-11-05 16:01:15 +00:00
Andy Wilkinson 00fdf29ac1 Merge branch '3.3.x'
Closes gh-43034
2024-11-05 15:58:52 +00:00
Andy Wilkinson 42ce97b40f Link to release notes from upgrade issues
Closes gh-31544
2024-11-05 15:55:32 +00:00
Andy Wilkinson 288e855413 Merge branch '3.3.x'
Closes gh-43033
2024-11-05 12:22:54 +00:00
Andy Wilkinson 77fa968209 Correct the location of the layers schema
Fixes gh-43032
2024-11-05 12:18:25 +00:00