Fix anchor rewrites in preparation for migration to Antora

Update `anchor-rewrite.properties` to fix a few errors and remove
elements that no longer exist. This commit also fixes a few anchors
in some `.adoc` files.

See gh-40062
This commit is contained in:
Phillip Webb
2024-03-26 11:13:45 -07:00
parent 9f8a26f0f7
commit dab1afcc77
5 changed files with 35 additions and 33 deletions

View File

@@ -16,7 +16,8 @@ build-image-example-publish=build-image.examples.publish
build-image-example-docker=build-image.examples.docker
repackage=packaging
repackage-layers=packaging.layers
repackage-layers-configuration=packaging.layers.configuration=repackage-examples=packaging.examples
repackage-layers-configuration=packaging.layers.configuration
repackage-examples=packaging.examples
repackage-example-custom-classifier=packaging.examples.custom-classifier
repackage-example-custom-name=packaging.examples.custom-name
repackage-example-local-artifact=packaging.examples.local-artifact
@@ -36,6 +37,7 @@ using-overriding-command-line=using.overriding-command-line
_processing_applications=aot.processing-applications
_using_the_native_profile=aot.processing-applications.using-the-native-profile
_processing_tests=aot.processing-tests
aot.processint-tests=aot.processing-tests
# Consistent section IDs for goals
goals-build-image=build-image.build-image-goal

View File

@@ -80,7 +80,7 @@ include::partial$goals/process-aot.adoc[leveloffset=+1]
[[aot.processint-tests]]
[[aot.processing-tests]]
== Processing Tests
The AOT engine can be applied to JUnit 5 tests that use Spring's Test Context Framework.