Skip to content

Commit

Permalink
Fix build errors v/4.0 (#328)
Browse files Browse the repository at this point in the history
```
1:46:08 AM: [22:46:08.375] WARN (asciidoctor): unterminated listing block
1:46:08 AM:     file: docs/modules/ROOT/pages/migration-guides.adoc:1375
1:46:08 AM:     source: https://github.com/hazelcast/imdg-docs (branch: v/4.0 | start path: docs)
1:46:08 AM: [22:46:08.377] WARN (asciidoctor): unterminated listing block
1:46:08 AM:     file: docs/modules/ROOT/pages/migration-guides.adoc:1393
1:46:08 AM:     source: https://github.com/hazelcast/imdg-docs (branch: v/4.0 | start path: docs)
1:46:08 AM: [22:46:08.377] ERROR (asciidoctor): dropping cells from incomplete row detected end of table
1:46:08 AM:     file: docs/modules/ROOT/pages/migration-guides.adoc:1393
1:46:08 AM:     source: https://github.com/hazelcast/imdg-docs (branch: v/4.0 | start path: docs)
1:46:08 AM: [22:46:08.538] WARN (asciidoctor): skipping reference to missing attribute: mc-docs
1:46:08 AM:     file: docs/modules/ROOT/pages/rolling-upgrades.adoc
1:46:08 AM:     source: https://github.com/hazelcast/imdg-docs (branch: v/4.0 | start path: docs)
1:46:11 AM: [22:46:11.184] WARN (asciidoctor): skipping reference to missing attribute: mc-docs
1:46:11 AM:     file: docs/modules/installation/pages/rolling-upgrades.adoc
1:46:11 AM:     source: https://github.com/hazelcast/imdg-docs (branch: v/4.0 | start path: docs)
```


https://app.netlify.com/sites/nifty-wozniak-71a44b/deploys/66da336127514d0008a18c9c#L172
  • Loading branch information
fantkolja authored Sep 6, 2024
1 parent 44b824c commit 64b2f56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/node_modules/
/test/
package-lock.json
.idea
1 change: 1 addition & 0 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ asciidoc:
javasource: ROOT:example$
page-toclevels: 1
javadocBaseUrl: https://docs.hazelcast.org/docs/
mc-docs: https://docs.hazelcast.org/docs/management-center/latest/manual/html/
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/migration-guides.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ public boolean onLogin() throws LoginException {
CredentialsCallback cc = new CredentialsCallback();
try {
callbackHandler.handle(new Callback[] { cc });
} catch (IOException | UnsupportedCallbackException e) {
} catch (IOException \| UnsupportedCallbackException e) {
throw new FailedLoginException("Unable to retrieve credentials. " + e.getMessage());
}
Credentials creds = cc.getCredentials();
Expand Down

0 comments on commit 64b2f56

Please # to comment.