Commit Graph

50513 Commits

Author SHA1 Message Date
Stefano Cordio 26b1d74470 Fix link to proxyBeanMethods in @AutoConfiguration javadoc
See gh-43323
2024-11-29 09:17:27 +00:00
Andy Wilkinson 5dcf37b029 Merge pull request #43320 from ngocnhan-tran1996
* gh-43320:
  Fix Servlet and JPA javadoc links

Closes gh-43320
2024-11-29 09:08:14 +00:00
Tran Ngoc Nhan 82652aba49 Fix Servlet and JPA javadoc links
See gh-43320
2024-11-29 09:07:19 +00:00
Andy Wilkinson 5cff43ddff Link to EnableMethodSecurity instead of EnableGlobalMethodSecurity
Closes gh-43308
2024-11-28 11:33:37 +00:00
Stéphane Nicoll fcfbe50dc1 Merge pull request #43305 from ngocnhan-tran1996
* pr/43305:
  Fix Javadoc link for Hikari

Closes gh-43305
2024-11-28 09:30:56 +01:00
Tran Ngoc Nhan 57a5fa0555 Fix Javadoc link for Hikari
See gh-43305
2024-11-28 09:26:40 +01:00
Andy Wilkinson 7bc709c32f Fix subName from adapted name with value processor
Previously, when a configuration property name was created by
adapting a source with a value processor, creating sub names from
that property name did not work correctly. This broke binding of
prefixed environment variables to a map as the ancestor checking
did not work.

Fixes gh-43304
2024-11-27 19:34:35 +00:00
Stéphane Nicoll b22cc2e505 Merge pull request #43271 from ngocnhan-tran1996
* pr/43271:
  Fix syntax in reference guide

Closes gh-43271
2024-11-27 08:24:53 +01:00
Tran Ngoc Nhan 16838a9b58 Fix syntax in reference guide
See gh-43271
2024-11-27 08:24:16 +01:00
Andy Wilkinson f061bb8a1d Merge pull request #43285 from dependabot[bot]
* gh-43285:
  Bump spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2

Closes gh-43285
2024-11-26 14:46:29 +00:00
dependabot[bot] 1c64a40b92 Bump spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2
Bumps [spring-io/artifactory-deploy-action](https://github.com/spring-io/artifactory-deploy-action) from 0.0.1 to 0.0.2.
- [Release notes](https://github.com/spring-io/artifactory-deploy-action/releases)
- [Commits](26bbe925a7...dc1913008c)

---
updated-dependencies:
- dependency-name: spring-io/artifactory-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-43285
2024-11-26 14:46:02 +00:00
Andy Wilkinson d924e4d999 Mark shaded application's jar as multi-release by default
Spring Framework now uses a multi-release jar for its virtual thread
support. If the shaded jar is not marked as being a multi-release jar
and virtual threads are enabled, the application will fail to start as
the Java 21+ virtual threads delegate will be unavailable.

This commit updates the starter parent's default configuration for the
Maven Shade plugin to set Multi-Release: true in the application's
manifest.

Closes gh-43284
2024-11-26 13:42:03 +00:00
Andy Wilkinson bb3651b7d1 Reduce warnings reported by Eclipse
Closes gh-43269
2024-11-22 15:39:35 +00:00
Andy Wilkinson cf1dadf2e7 Stop publishing CLI's Homebrew formula in commercial builds
Closes gh-43247
2024-11-22 11:58:50 +00:00
Andy Wilkinson c36d307f6a Correct snapshot repository name for publishing commercial builds
Closes gh-43250
2024-11-22 11:47:42 +00:00
Andy Wilkinson 69100b7dd7 Set 3.3.x CLI release to no longer be the default on SDKMAN
Closes gh-43246
2024-11-22 11:44:32 +00:00
Andy Wilkinson 46f59c7ad0 Upgrade to release verification tests 0.0.7
Closes gh-43251
2024-11-22 11:43:19 +00:00
Andy Wilkinson 31cca9b5ad Upgrade Java version in .sdkmanrc to 17.0.13
Closes gh-43262
2024-11-22 11:38:39 +00:00
Andy Wilkinson 333762fd0e Upgrade to Gradle 8.11.1
Closes gh-43261
2024-11-22 11:29:28 +00:00
Moritz Halbritter 415193827b Next development version (v3.3.7-SNAPSHOT) 2024-11-21 13:38:45 +01:00
Phillip Webb 283bc6faf0 Merge branch '3.2.x' into 3.3.x 2024-11-20 20:57:35 -08:00
Phillip Webb 5c938fc8bc Update copyright year of changed files 2024-11-20 20:57:27 -08:00
Phillip Webb 39d2e944df Merge branch 'gh-41614' into 3.3.x
Closes gh-41614
2024-11-20 20:37:06 -08:00
Phillip Webb 6b6597b403 Restore monospaced text to unescaped form
See gh-41614
2024-11-20 20:35:33 -08:00
Phillip Webb 4c8dafe12b Migrate class references to full javadoc links
Update documentation to use `javadoc:...` macro for class and interface
references.

Migrated using https://github.com/philwebb/asciidoctor-javadoc-migration

See gh-41614
2024-11-20 20:24:54 -08:00
Phillip Webb 3d57d36c16 Use fully-qualified names for ambiguous type references
Update type references to use a fully qualified name when we have
more than one candidate available to us.

See gh-41614
2024-11-20 20:24:53 -08:00
Phillip Webb d289d0a442 Temporarily escape monospaced text that will not be linked
Escape elements that we know cannot be converted to a javadoc link.

See gh-41614
2024-11-20 20:24:53 -08:00
Phillip Webb 81ba8b6c7b Refine javadoc links
See gh-41614
2024-11-20 17:14:12 -08:00
Phillip Webb dc49c64e56 Remove FlywayCallback reference in documentation
Closes gh-43233
2024-11-20 12:35:24 -08:00
Phillip Webb e645f4e734 Fix javadoc links to include module
See gh-41614
2024-11-20 12:34:05 -08:00
Phillip Webb 924ea70c19 Polish documentation to use more javadoc links
Update a few areas of the documentation to use full javadoc
links.

See gh-41614
2024-11-20 12:34:04 -08:00
Phillip Webb 47722af18e Polish documentation
Cleanup and polish some areas of the documentation.
2024-11-20 12:16:29 -08:00
Phillip Webb 127b140ebd Add javadoc links for Jooq and Netty
See gh-41614
2024-11-20 12:15:18 -08:00
Andy Wilkinson 16f45169f7 Upgrade to Spring Integration 6.3.6
Closes gh-43010
2024-11-20 17:12:12 +00:00
Andy Wilkinson de19224896 Merge branch '3.2.x' into 3.3.x 2024-11-20 17:08:36 +00:00
Andy Wilkinson 11401d3290 Upgrade to Spring Integration 6.2.11
Closes gh-43001
2024-11-20 17:07:50 +00:00
Andy Wilkinson 758d0ffb64 Upgrade to Infinispan 14.0.33.Final
Closes gh-43229
2024-11-20 17:07:49 +00:00
Andy Wilkinson ec2a350959 Publish API catalog content and root aggregate content from s-b-docs
Closes gh-43224
2024-11-20 10:09:23 +00:00
Phillip Webb a3b027a6f1 Add more javadoc links
See gh-41614
2024-11-19 23:15:46 -08:00
Andy Wilkinson 5639c257c5 Upgrade to OpenTelemetry 1.38.0
This aligns its version with that used by Micrometer Tracing 1.3.x.

Closes gh-43200
2024-11-19 16:43:38 +00:00
Moritz Halbritter 63edd3d65f Merge branch '3.2.x' into 3.3.x
Closes gh-43220
2024-11-19 11:17:41 +01:00
Moritz Halbritter 0e1f2e8599 Merge pull request #43191 from wickdynex
* pr/43191:
  Polish "Remove deprecated getFiles() instead of getResolvedArtifacts()"
  Remove deprecated getFiles() instead of getResolvedArtifacts()

Closes gh-43191
2024-11-19 11:15:44 +01:00
Moritz Halbritter df35d44ea7 Polish "Remove deprecated getFiles() instead of getResolvedArtifacts()"
See gh-43191
2024-11-19 11:12:52 +01:00
YiXuan Ding 659b30d9bb Remove deprecated getFiles() instead of getResolvedArtifacts()
See gh-43191
2024-11-19 11:11:24 +01:00
Moritz Halbritter a3eb0dd688 Merge branch '3.2.x' into 3.3.x
Closes gh-43218
2024-11-19 10:34:25 +01:00
Moritz Halbritter 8f1a63d293 Merge pull request #43212 from dependabot[bot]
* pr/43212:
  Polish "Bump gradle/actions from 4.1.0 to 4.2.1"
  Bump gradle/actions from 4.1.0 to 4.2.1

Closes gh-43212
2024-11-19 10:34:06 +01:00
Moritz Halbritter 841d25907d Polish "Bump gradle/actions from 4.1.0 to 4.2.1"
See gh-43212
2024-11-19 10:33:09 +01:00
dependabot[bot] ee1ea3d7aa Bump gradle/actions from 4.1.0 to 4.2.1
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](d156388eb1...cc4fc85e6b)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-43212
2024-11-19 10:32:22 +01:00
Moritz Halbritter b10f14fafe Merge branch '3.2.x' into 3.3.x
Closes gh-43215
2024-11-19 10:22:47 +01:00
Moritz Halbritter 8f0ac4bc40 Merge pull request #43211 from dependabot[bot]
* pr/43211:
  Bump jfrog/setup-jfrog-cli from 4.4.1 to 4.4.2

Closes gh-43211
2024-11-19 10:22:36 +01:00