Stéphane Nicoll
e2a984c75f
Merge branch '3.3.x'
...
Closes gh-41677
2 years ago
Stéphane Nicoll
c27209085c
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41676
2 years ago
Stéphane Nicoll
4d66084c73
Add missing default value for aggregation-temporality property
...
Closes gh-41674
2 years ago
Stéphane Nicoll
97c516a7aa
Merge branch '3.3.x'
...
Closes gh-41673
2 years ago
Stéphane Nicoll
58ff683a0f
Add missing default value for server.error.include-path
...
Closes gh-41667
2 years ago
Stéphane Nicoll
26be24acad
Merge branch '3.3.x'
...
Closes gh-41671
2 years ago
Stéphane Nicoll
479e88ea89
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41670
2 years ago
Stéphane Nicoll
b9d8bc4715
Add missing default value for client-provider-type property
...
Closes gh-41666
2 years ago
Stéphane Nicoll
e49a2daf38
Merge branch '3.3.x'
...
Closes gh-41662
2 years ago
Stéphane Nicoll
8ea6d3c92e
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41661
2 years ago
Stéphane Nicoll
200fc15b5d
Detect backup jar when the package lifecycle is forked
...
Previously, if a classifier was set and build-image was executed from
the command-line, the build will fail as the plugin was unable to find
the original jar. This is because it relies on the attached artifacts
of the project, and those are not set when package has run as part of
a forked lifecycle.
This commit makes sure that the backup file is found by convention
first, the same way it is done for the target file.
Closes gh-26721
2 years ago
Phillip Webb
8287cc7610
Merge branch '3.3.x'
2 years ago
Phillip Webb
de3744fcd1
Use javadoc macro for more links in adoc files
...
See gh-41605
2 years ago
Stéphane Nicoll
b109534327
Merge branch '3.3.x'
...
Closes gh-41658
2 years ago
Stéphane Nicoll
d95078d7cb
Merge pull request #41646 from dependabot[bot]
...
* pr/41646:
Bump fast-xml-parser from 4.4.0 to 4.4.1 in /antora
Closes gh-41646
2 years ago
dependabot[bot]
13e1a4851f
Bump fast-xml-parser from 4.4.0 to 4.4.1 in /antora
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.0...v4.4.1 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
See gh-41646
2 years ago
Scott Frederick
f2479bd4a6
Polish documentation
...
See gh-40944
2 years ago
Scott Frederick
dfab18c965
Add imagePlatform option for image building
...
An `imagePlatform` option for the Maven and Gradle image-building
goal/task can be used to specify the os/architecture of any
builder, run, and buildpack images that are pulled during image
building.
Closes gh-40944
2 years ago
Phillip Webb
67bae524b2
Merge branch '3.3.x'
2 years ago
Phillip Webb
2c268b0773
Add more javadoc links for Antora to use
...
See gh-41614
2 years ago
Phillip Webb
fb72345491
Polish `JsonWriter` API
2 years ago
Stéphane Nicoll
3e7412fe7e
Merge branch '3.3.x'
...
Closes gh-41653
2 years ago
Stéphane Nicoll
e05a846a1c
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41652
2 years ago
Stéphane Nicoll
59b47e336b
Remove invalid checksum policy setting
...
This might be a copy/paste error as the checksum policy is used for
deploying and our integration tests do not do that.
Closes gh-41651
2 years ago
Stéphane Nicoll
8ef5540624
Merge branch '3.3.x'
...
Closes gh-41648
2 years ago
Stéphane Nicoll
397aeee9b6
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41647
2 years ago
Stéphane Nicoll
05468def54
Tolerate module-info with AOT processing
...
This commit updates the Maven Plugin to tolerate projects that are using
the module path on the JVM and targeting native images with AOT.
Previously, the plugin compiled AOT sources directly to target/classes
and the presence of a module-info there is enough to trigger a
compilation on the module path.
With this change we now compile in a separate directory that contains
the generated AOT classes (typically CGLIB proxies). These are copied to
target/classes once compilation completes already.
The integration test also uses our parent, rather than relying on what
Maven provides. That's because older Maven versions provide a default
compiler plugin version that did not handle the module path correctly.
Closes gh-33383
2 years ago
Stéphane Nicoll
6ab053d823
Merge branch '3.3.x'
...
Closes gh-41642
2 years ago
Stéphane Nicoll
a63a1fe6c5
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41641
2 years ago
Stéphane Nicoll
47465f6ed5
Do not validate settings if publishing is disabled
...
This commit improves the Maven Plugin to only validate the publishing
settings if publishing is actually enabled.
Closes gh-29756
2 years ago
Andy Wilkinson
9c4399c76a
Merge branch '3.3.x'
...
Closes gh-41639
2 years ago
Andy Wilkinson
16ba01a363
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41638
2 years ago
Andy Wilkinson
9f1c4b71aa
Fix inconsistency for effect on Actuator of defining security filter
...
Closes gh-41569
2 years ago
Andy Wilkinson
a021d3ca9c
Merge branch '3.3.x'
...
Closes gh-41637
2 years ago
Andy Wilkinson
d496a8555f
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41636
2 years ago
Andy Wilkinson
4b9bf631d5
Upgrade Java version in .sdkmanrc to 17.0.12
...
Closes gh-41635
2 years ago
Andy Wilkinson
6278d803a5
Merge branch '3.3.x'
...
Closes gh-41634
2 years ago
Andy Wilkinson
87417c0536
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41633
2 years ago
Andy Wilkinson
8fb238ea18
Merge pull request #41611 from ivamly
...
* gh-41611:
Polish "Add rule to prevent calls to Objects.requireNonNull()"
Add rule to prevent calls to Objects.requireNonNull()
Closes gh-41611
2 years ago
Andy Wilkinson
4ee24bf9bd
Polish "Add rule to prevent calls to Objects.requireNonNull()"
...
See gh-41611
2 years ago
ivamly
fb22c189f4
Add rule to prevent calls to Objects.requireNonNull()
...
See gh-41611
2 years ago
Moritz Halbritter
870b02b4d3
Polish
2 years ago
Stéphane Nicoll
3da45aabbf
Merge pull request #41551 from eddumelendez
...
* pr/41551:
Polish "Add support for Grafana LGTM stack"
Add support for Grafana LGTM stack
Closes gh-41551
2 years ago
Stéphane Nicoll
dabc83338b
Polish "Add support for Grafana LGTM stack"
...
See gh-41551
2 years ago
Eddú Meléndez
9eff627eb2
Add support for Grafana LGTM stack
...
See gh-41551
2 years ago
Stéphane Nicoll
f11dc544b6
Upgrade to Testcontainers 1.20.0
...
Cloess gh-41626
2 years ago
Phillip Webb
915f841dc6
Merge branch '3.3.x'
...
Closes gh-41628
2 years ago
Phillip Webb
60fa9bd04b
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41627
2 years ago
Phillip Webb
1a8e9c14b1
Fix "Use Spring Data repositories" how-to to refer to interfaces
...
The previous how-to accidentally referenced the `@Repository` annotation
and not the Spring Data `Repository` interface.
Closes gh-41625
2 years ago
Brian Clozel
627220554b
Activate health probes in Cloud Foundry environments
...
This commit ensures that Health probes are automatically enabled when
the application runs on Cloud Foundry. This was already the case for
Kubernetes, but now that Cloud Foundry supports this feature we should
do the same.
Closes gh-39804
2 years ago