diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbf6f105e..5dbc4d16d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,14 +26,14 @@ jobs: matrix: java: # we want: all LTS versions (that we care about), latest GA, upcoming - - 8 +# - 8 - 11 - 16 - - 17-ea +# - 17-ea os: - - ubuntu-latest +# - ubuntu-latest - windows-latest - - macos-latest +# - macos-latest runs-on: ${{ matrix.os }} name: Build with JDK ${{ matrix.java }} (${{ matrix.os }}) steps: @@ -56,42 +56,42 @@ jobs: - name: Build with Maven shell: bash - run: mvn -B formatter:validate verify --file pom.xml + run: mvn -B formatter:validate verify --file pom.xml -Dtest=CircuitBreakerRollingWindowTest -DfailIfNoTests=false - - name: Upload TCK report - if: ${{ matrix.java == '11' && matrix.os == 'ubuntu-latest' }} - uses: actions/upload-artifact@v2 - with: - name: tck-report - path: testsuite/tck/target/surefire-reports - - quality: - needs: - - build - if: github.event_name == 'push' && github.repository == 'smallrye/smallrye-fault-tolerance' - runs-on: ubuntu-latest - name: Quality - - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: Set up JDK 11 - uses: actions/setup-java@v2 - with: - distribution: adopt - java-version: 11 - - - name: Cache local Maven repository - uses: actions/cache@v2 - with: - path: ~/.m2/repository - key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} - restore-keys: | - ${{ runner.os }}-maven- - - - name: Sonar - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - SONAR_TOKEN: ${{secrets.SONAR_TOKEN}} - run: mvn -B verify --file pom.xml -Pcoverage javadoc:javadoc sonar:sonar -Dsonar.projectKey=smallrye_smallrye-fault-tolerance -Dsonar.login=$SONAR_TOKEN +# - name: Upload TCK report +# if: ${{ matrix.java == '11' && matrix.os == 'ubuntu-latest' }} +# uses: actions/upload-artifact@v2 +# with: +# name: tck-report +# path: testsuite/tck/target/surefire-reports +# +# quality: +# needs: +# - build +# if: github.event_name == 'push' && github.repository == 'smallrye/smallrye-fault-tolerance' +# runs-on: ubuntu-latest +# name: Quality +# +# steps: +# - name: Checkout +# uses: actions/checkout@v2 +# +# - name: Set up JDK 11 +# uses: actions/setup-java@v2 +# with: +# distribution: adopt +# java-version: 11 +# +# - name: Cache local Maven repository +# uses: actions/cache@v2 +# with: +# path: ~/.m2/repository +# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} +# restore-keys: | +# ${{ runner.os }}-maven- +# +# - name: Sonar +# env: +# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} +# SONAR_TOKEN: ${{secrets.SONAR_TOKEN}} +# run: mvn -B verify --file pom.xml -Pcoverage javadoc:javadoc sonar:sonar -Dsonar.projectKey=smallrye_smallrye-fault-tolerance -Dsonar.login=$SONAR_TOKEN diff --git a/testsuite/basic/src/test/resources/logging.properties b/testsuite/basic/src/test/resources/logging.properties index 6394d72f0..d73a459e2 100644 --- a/testsuite/basic/src/test/resources/logging.properties +++ b/testsuite/basic/src/test/resources/logging.properties @@ -19,4 +19,4 @@ java.util.logging.ConsoleHandler.level = FINEST java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter java.util.logging.SimpleFormatter.format=%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS.%1$tL %4$-5s [%3$s] %5$s%6$s%n org.jboss.weld.level = WARNING -io.smallrye.faulttolerance.level = INFO +io.smallrye.faulttolerance.level = FINEST