Skip to content

Fix closed-index reroute handling - Shard routings for closed index are allocated again without opening the index #10384

Fix closed-index reroute handling - Shard routings for closed index are allocated again without opening the index

Fix closed-index reroute handling - Shard routings for closed index are allocated again without opening the index #10384

name: "Detect Breaking Changes"
on:
pull_request
jobs:
detect-breaking-change:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: temurin # Temurin is a distribution of adoptium
java-version: 21
- uses: gradle/gradle-build-action@v3
with:
cache-disabled: true
arguments: japicmp
gradle-version: 9.1.0
build-root-directory: server
- if: failure()
run: cat server/build/reports/java-compatibility/report.txt
- if: failure()
uses: actions/upload-artifact@v6
with:
name: java-compatibility-report.html
path: ${{ github.workspace }}/server/build/reports/java-compatibility/report.html