Skip to content

Commit cfcb0df

Browse files
committed
Fix antora failure due to fast-xml-parser/lib/fxp.cjs
This updates several depenedencies used by Antora and locks the version of `fast-xml-parser` to `4.5.2` to get around issue with Antora using `latest` version of that lib. (cherry picked from commit 59c0f6b)
1 parent 895e462 commit cfcb0df

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

gradle/antora-docs.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
//file:noinspection GroovyUnusedAssignment
2-
node {
3-
version = '16.16.0'
4-
}
52

63
antora {
7-
version = '3.2.0-alpha.4'
84
playbook = file('src/main/antora/antora-playbook.yml')
95
options = ['to-dir' : project.layout.buildDirectory.dir('site').get().toString(), clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
106
}

spring-pulsar-docs/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"dependencies": {
3-
"antora": "3.2.0-alpha.6",
3+
"antora": "3.2.0-alpha.8",
44
"@antora/atlas-extension": "1.0.0-alpha.2",
5-
"@antora/collector-extension": "1.0.0-alpha.7",
5+
"@antora/collector-extension": "1.0.1",
66
"@asciidoctor/tabs": "1.0.0-beta.6",
7-
"@springio/antora-extensions": "1.12.0",
8-
"@springio/asciidoctor-extensions": "1.0.0-alpha.11"
7+
"@springio/antora-extensions": "1.14.2",
8+
"@springio/asciidoctor-extensions": "1.0.0-alpha.16",
9+
"fast-xml-parser": "4.5.2"
910
}
1011
}

spring-pulsar-docs/src/main/antora/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ urls:
2929
redirect_facility: httpd
3030
ui:
3131
bundle:
32-
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.16/ui-bundle.zip
32+
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.18/ui-bundle.zip
3333
snapshot: true
3434
runtime:
3535
log:

0 commit comments

Comments
 (0)