Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions antora-assembler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ site:

content:
sources:
- url: https://github.com/microprofile/microprofile-tutorial.git # Current directory (local content)
branches: [main] # Pull main (7.1 version) only for now
start_path: / # Root of the content
- url: https://github.com/microprofile/microprofile-tutorial.git
branches: [6.1, main] # Add the 6.1 branch to fetch both versions

ui:
bundle:
Expand Down Expand Up @@ -37,10 +36,6 @@ antora:
extensions:
- require: '@antora/lunr-extension' # Search functionality
index_latest_only: true
- require: '@antora/pdf-extension' # PDF generation
as_attachment: true
filename: microprofile-tutorial.pdf
output_dir: ./build/assembler

output:
dir: ./build/site
2 changes: 1 addition & 1 deletion code/chapter08/payment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM icr.io/appcafe/open-liberty:full-java17-openj9-ubi
FROM icr.io/appcafe/open-liberty:full-java21-openj9-ubi

# Copy configuration files
COPY --chown=1001:0 src/main/liberty/config/ /config/
Expand Down
Loading