Skip to content

Version 8.0 #606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
CI: update
  • Loading branch information
rashtao committed Jun 6, 2025
commit 27005beef0d4de9c6edc871ba5773012c3ebf511
42 changes: 2 additions & 40 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ commands:
- run:
name: Deploy to Apache Maven Central
command: mvn -s .circleci/maven-release-settings.xml -Dmaven.test.skip deploy
release:
steps:
- run:
name: Release to Apache Maven Central
command: mvn -s .circleci/maven-release-settings.xml -Dmaven.test.skip nexus-staging:release
environment:
MAVEN_OPTS: "--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"

executors:
j17:
Expand Down Expand Up @@ -432,18 +425,6 @@ jobs:
- deploy
- store_cache

release:
executor: 'j17'
steps:
- timeout:
duration: '30m'
- checkout
- load_cache
- config_gpg
- deploy
- release
- store_cache

workflows:
test-adb-version:
when:
Expand Down Expand Up @@ -518,13 +499,6 @@ workflows:
jdk:
- 'j17'
- 'j21'
filters:
tags:
only: /^v.*/
branches:
only:
- main
- next
- test:
name: test-jackson-<<matrix.args>>
matrix:
Expand All @@ -544,7 +518,6 @@ workflows:
only: /^v.*/
branches:
only:
- main
- next
- test:
name: test-native-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
Expand All @@ -565,7 +538,6 @@ workflows:
only: /^v.*/
branches:
only:
- main
- next
- test-shaded:
name: test-native-shaded-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
Expand All @@ -586,7 +558,6 @@ workflows:
only: /^v.*/
branches:
only:
- main
- next

test-non-func:
Expand Down Expand Up @@ -628,14 +599,5 @@ workflows:
tags:
only: /^deploy.*/
branches:
ignore: /.*/

release:
jobs:
- release:
context: java-release
filters:
tags:
only: /^release.*/
branches:
ignore: /.*/
only:
- next