Phillip Webb
5c938fc8bc
Update copyright year of changed files
1 year ago
Andy Wilkinson
11401d3290
Upgrade to Spring Integration 6.2.11
...
Closes gh-43001
1 year ago
Andy Wilkinson
758d0ffb64
Upgrade to Infinispan 14.0.33.Final
...
Closes gh-43229
1 year ago
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
1 year ago
Moritz Halbritter
df35d44ea7
Polish "Remove deprecated getFiles() instead of getResolvedArtifacts()"
...
See gh-43191
1 year ago
YiXuan Ding
659b30d9bb
Remove deprecated getFiles() instead of getResolvedArtifacts()
...
See gh-43191
1 year ago
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
1 year ago
Moritz Halbritter
841d25907d
Polish "Bump gradle/actions from 4.1.0 to 4.2.1"
...
See gh-43212
1 year ago
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
1 year ago
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
1 year ago
dependabot[bot]
d5fe551d3b
Bump jfrog/setup-jfrog-cli from 4.4.1 to 4.4.2
...
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli ) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases )
- [Commits](9fe0f98bd4...18e785fb22 )
---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
See gh-43211
1 year ago
Stéphane Nicoll
b0ebb47e5e
Upgrade to Spring Security 6.2.8
...
Closes gh-43009
1 year ago
Stéphane Nicoll
fc45e6c928
Upgrade to Spring RESTDocs 3.0.3
...
Closes gh-43007
1 year ago
Stéphane Nicoll
e406607a4e
Upgrade to Spring Pulsar 1.0.12
...
Closes gh-43005
1 year ago
Stéphane Nicoll
64b0ce3886
Upgrade to Spring Kafka 3.1.10
...
Closes gh-43003
1 year ago
Stéphane Nicoll
4de5913227
Upgrade to Spring AMQP 3.1.8
...
Closes gh-42996
1 year ago
Stéphane Nicoll
c41c68bd40
Add option in newer IJ versions
1 year ago
Phillip Webb
7d1cc78d6b
Retry on failed plainWar test
...
Add retry logic for plainWar in an attempt to deal with flaky Tomcat
downloads.
1 year ago
Phillip Webb
a20cc3d4e6
Clarify documentation for 'spring.datasource.type'
...
Closes gh-43193
1 year ago
Phillip Webb
f013c0edc3
Automatically run `check` task from `buildSrc`
...
Update `buildSrc` so that the `check` command is run as part of the
regular build. This restores the behavior of Gradle 7.x and will
hopefully allow us to catch test issues earlier.
Closes gh-43192
1 year ago
Phillip Webb
8591eda5a8
Fix failing buildSrc build
1 year ago
Stéphane Nicoll
224da20936
Upgrade to Spring LDAP 3.2.8
...
Closes gh-43180
1 year ago
Stéphane Nicoll
b82367a4b3
Upgrade to Spring Data Bom 2023.1.12
...
Closes gh-42997
1 year ago
Stéphane Nicoll
e4fb95a16b
Upgrade to Pulsar Reactive 0.5.9
...
Closes gh-43179
1 year ago
Stéphane Nicoll
1c8a6a2b62
Upgrade to Micrometer 1.12.13
...
Closes gh-43178
1 year ago
Stéphane Nicoll
13b6f483d1
Upgrade to Lombok 1.18.36
...
Closes gh-43177
1 year ago
Phillip Webb
25b6477aa8
Support alternative media type format
...
Update `ExportedImageTar` media type detection to support `tar+gzip`
as well as `tar.gzip`. Recent updates to Docker Desktop appear to have
changed the format.
Fixes gh-43126
1 year ago
Phillip Webb
a293560237
Support nested OCI indexes
...
Update `ExportedImageTar.IndexLayerArchiveFactory` to support nested
indexes. Nested indexes support a layer of interaction where the
`index.json` file points to a blob that contains the read index to use.
Prior to this commit, we only supported indexes provided directly by
the `index.json` file. This missing support results in "buildpack.toml:
no such file or directory" errors when referencing specific buildpacks
and using Docker Engine 27.3.1 or above.
See gh-43126
1 year ago
Phillip Webb
83e7ccd638
Polish prohibit reason
1 year ago
Phillip Webb
82352868ea
Downgrade to HSQLDB 2.7.3 and block upgrade
...
Closes gh-43165
1 year ago
Stéphane Nicoll
8ae8d27d9f
Upgrade to Spring Framework 6.1.15
...
Closes gh-42999
1 year ago
Moritz Halbritter
4fc2aa1abf
Remove workaround in GraalVM native Paketo Builder Test
...
Closes gh-40641
1 year ago
Moritz Halbritter
3e3a2c5643
Merge pull request #43123 from izeye
...
* pr/43123:
Update "Upgrading From" section to additionally use "2.x"
Closes gh-43123
1 year ago
Johnny Lim
ac75bc922d
Update "Upgrading From" section to additionally use "2.x"
...
See gh-43123
Co-authored-by: Moritz Halbritter <moritz.halbritter@broadcom.com>
1 year ago
Stéphane Nicoll
ecb36927a4
Upgrade to Tomcat 10.1.33
...
Closes gh-43145
1 year ago
Stéphane Nicoll
eec89a2696
Upgrade to Reactor Bom 2023.0.12
...
Closes gh-42995
1 year ago
Stéphane Nicoll
f234bcf5e9
Upgrade to Netty 4.1.115.Final
...
Closes gh-43144
1 year ago
Stéphane Nicoll
b86e6e5bd5
Revert "Upgrade to Neo4j Java Driver 5.26.0"
...
This reverts commit 94f2fabe24 .
See gh-43028
1 year ago
Moritz Halbritter
3b0fec6d00
Upgrade build to Gradle 8.11
...
Closes gh-43136
1 year ago
Stéphane Nicoll
130deaf748
Upgrade to Micrometer Tracing 1.2.12
...
Closes gh-42994
1 year ago
Stéphane Nicoll
570f534041
Upgrade to Micrometer 1.12.12
...
Closes gh-42993
1 year ago
Moritz Halbritter
b203f7328b
Merge pull request #43115 from izeye
...
* pr/43115:
Fix WebServerPortFileWriter.getPortFile() without extension
Closes gh-43115
1 year ago
Johnny Lim
dfcc7c5c2d
Fix WebServerPortFileWriter.getPortFile() without extension
...
See gh-43115
1 year ago
Stéphane Nicoll
0c60e6f3a2
Upgrade to MongoDB 4.11.5
...
Closes gh-43092
1 year ago
Stéphane Nicoll
be92d92351
Upgrade to jOOQ 3.18.22
...
Closes gh-43091
1 year ago
Stéphane Nicoll
aaa677605d
Upgrade to Jetty 12.0.15
...
Closes gh-43090
1 year ago
Stéphane Nicoll
8f9442a741
Upgrade to HSQLDB 2.7.4
...
Closes gh-43089
1 year ago
Stéphane Nicoll
8972e01587
Upgrade to Groovy 4.0.24
...
Closes gh-43088
1 year ago
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
1 year ago
Andy Wilkinson
bebdf69552
Document how to statically provide GraalVM hints
...
Closes gh-42515
1 year ago