Skip to content

Commit 9c3de64

Browse files
committed
Migrate to jackson 3
1 parent 1b11d80 commit 9c3de64

47 files changed

Lines changed: 2 additions & 1782 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/check-code-style.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/github.yml

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
jdk-version: [ 8, 11, 17 ]
16+
jdk-version: [ 21 ]
1717
steps:
1818
- uses: actions/checkout@v4
1919

@@ -79,44 +79,3 @@ jobs:
7979
run: sbt scripted
8080

8181

82-
sonar:
83-
needs: build
84-
if: github.event_name != 'pull_request'
85-
runs-on: ubuntu-latest
86-
steps:
87-
- uses: actions/checkout@v4
88-
with:
89-
fetch-depth: 0
90-
- name: Setup Java
91-
uses: actions/setup-java@v4
92-
with:
93-
java-version: 17
94-
distribution: 'adopt'
95-
96-
- name: Gradle cache
97-
uses: actions/cache@v4
98-
with:
99-
path: ~/.gradle
100-
key: gradle
101-
102-
- name: Maven cache
103-
uses: actions/cache@v4
104-
with:
105-
path: ~/.m2
106-
key: m2
107-
108-
- name: Loading ivy cache
109-
uses: actions/cache@v4
110-
with:
111-
path: ~/.ivy2/cache
112-
key: ${{ runner.os }}-ivy-${{ hashFiles('**/*.sbt') }}
113-
restore-keys: |
114-
${{ runner.os }}-ivy-
115-
116-
- name: Generate code coverage report
117-
run: ./gradlew codeCoverageReport --stacktrace
118-
119-
- name: Generate and publish Sonar report
120-
run: ./gradlew sonarqube -Dsonar.projectKey=kobylynskyi_graphql-java-codegen -Dsonar.organization=kobylynskyi -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=${{ secrets.SONAR_TOKEN }} --stacktrace
121-
env:
122-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id "maven-publish"
99
}
1010

11-
def graphqlCodegenVersion = '5.10.1-SNAPSHOT' // This variable used in the automatic release process
11+
def graphqlCodegenVersion = '6.0.0-SNAPSHOT' // This variable used in the automatic release process
1212

1313
group = "io.github.kobylynskyi"
1414
version = graphqlCodegenVersion

plugins/sbt/README.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

plugins/sbt/graphql-java-codegen-sbt-plugin/.scalafmt.conf

Lines changed: 0 additions & 23 deletions
This file was deleted.

plugins/sbt/graphql-java-codegen-sbt-plugin/build.sbt

Lines changed: 0 additions & 45 deletions
This file was deleted.

plugins/sbt/graphql-java-codegen-sbt-plugin/project/Commands.scala

Lines changed: 0 additions & 20 deletions
This file was deleted.

plugins/sbt/graphql-java-codegen-sbt-plugin/project/build.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

plugins/sbt/graphql-java-codegen-sbt-plugin/project/plugins.sbt

Lines changed: 0 additions & 3 deletions
This file was deleted.

plugins/sbt/graphql-java-codegen-sbt-plugin/src/main/scala/io/github/dreamylost/graphql/codegen/Compat.scala

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)