Skip to content

Commit

Permalink
Convert async docs to existing project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Jan 7, 2025
1 parent 91fd7d4 commit 3bd3104
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set current date as env variable
run: echo "NOW=$(date +'%Y-%m-%dT%H%M%S')" >> $GITHUB_ENV
- uses: actions/setup-java@v4
with: { java-version: 17, distribution: temurin }
with: { java-version: 17, distribution: liberica }
- name: Extract branch name
id: extract_branch
run: echo "value=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2
- uses: actions/setup-java@v4
with: { java-version: 17, distribution: temurin }
with: { java-version: 17, distribution: liberica }
- name: Extract branch name
if: success() && github.event_name == 'workflow_dispatch'
id: extract_branch
Expand Down
1 change: 1 addition & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java=17.0.13-librca
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 4 additions & 5 deletions src/en/guide/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,19 +162,18 @@ REST:
RSSAndAtom: RSS and Atom
async:
title: Asynchronous Programming
asyncIntroduction: Introduction
asyncPromises: Promises
asyncEvents:
asyncTitle: Events
events:
title: Events
asyncNotifying: Event Publishing
asyncConsuming: Subscribing to Events
asyncAnnotations: Reactor Spring Annotations
asyncGormEvents: Events from GORM
asyncSpringEvents: Events from Spring
asyncConfigure: Configure the Default Event Bus
asyncGorm: Asynchronous GORM
asyncRxjava:
asyncTitle: RxJava Support
rxjava:
title: RxJava Support
asyncServerSentEvents: Server Sent Events
asyncRxGorm: RxGORM
asyncRequests: Asynchronous Request Handling
Expand Down

0 comments on commit 3bd3104

Please sign in to comment.