From 510cf17a1499cb47d6411cd045963fcd42af2c28 Mon Sep 17 00:00:00 2001 From: Aubrey Chipman Date: Mon, 16 Jun 2025 23:26:24 -0400 Subject: [PATCH 1/5] Use com.netflix.nebula.netflixoss 11.6.0 to move publishing to Sonatype Central Portal from Sonatype Legacy OSSRH --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c0c71e27..b9d483190 100755 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ buildscript { plugins { id 'com.github.kt3k.coveralls' version '2.10.1' - id 'nebula.netflixoss' version '10.6.0' + id 'nebula.netflixoss' version '11.6.0' id 'org.springframework.boot' version "${spring_boot_version}" apply false id 'com.gorylenko.gradle-git-properties' version '2.3.2' apply false id 'io.franzbecker.gradle-lombok' version '5.0.0' From 02a315c925cc4e3622149740ad4c5df9b2f81e02 Mon Sep 17 00:00:00 2001 From: Aubrey Chipman Date: Tue, 17 Jun 2025 00:09:01 -0400 Subject: [PATCH 2/5] Github action: checkout v4 --- .github/workflows/nebula-branch.yml | 2 +- .github/workflows/nebula-pr-functional-tests.yml | 2 +- .github/workflows/nebula-publish.yml | 2 +- .github/workflows/nebula-pull-request.yml | 2 +- .github/workflows/nebula-snapshot.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nebula-branch.yml b/.github/workflows/nebula-branch.yml index 4eb9ffc46..5ff1e73b5 100644 --- a/.github/workflows/nebula-branch.yml +++ b/.github/workflows/nebula-branch.yml @@ -15,7 +15,7 @@ jobs: java: [ 17 ] name: CI with Java ${{ matrix.java }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup jdk uses: actions/setup-java@v1 with: diff --git a/.github/workflows/nebula-pr-functional-tests.yml b/.github/workflows/nebula-pr-functional-tests.yml index 7e124a542..a9cd52145 100644 --- a/.github/workflows/nebula-pr-functional-tests.yml +++ b/.github/workflows/nebula-pr-functional-tests.yml @@ -11,7 +11,7 @@ jobs: java: [ 17 ] name: Functional tests with Java ${{ matrix.java }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup jdk uses: actions/setup-java@v1 with: diff --git a/.github/workflows/nebula-publish.yml b/.github/workflows/nebula-publish.yml index 3aae83c23..e4d28b2cd 100644 --- a/.github/workflows/nebula-publish.yml +++ b/.github/workflows/nebula-publish.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup jdk 17 uses: actions/setup-java@v1 with: diff --git a/.github/workflows/nebula-pull-request.yml b/.github/workflows/nebula-pull-request.yml index 06e14de30..c5ac0057d 100644 --- a/.github/workflows/nebula-pull-request.yml +++ b/.github/workflows/nebula-pull-request.yml @@ -11,7 +11,7 @@ jobs: java: [ 17 ] name: CI with Java ${{ matrix.java }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup jdk uses: actions/setup-java@v1 with: diff --git a/.github/workflows/nebula-snapshot.yml b/.github/workflows/nebula-snapshot.yml index 36e8188a3..dc1b5e39b 100644 --- a/.github/workflows/nebula-snapshot.yml +++ b/.github/workflows/nebula-snapshot.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up JDK From d15801784f2bc579c90f0dc1be72c9e71a3c60c7 Mon Sep 17 00:00:00 2001 From: Aubrey Chipman Date: Tue, 17 Jun 2025 00:39:42 -0400 Subject: [PATCH 3/5] Gradle 8.14.2 --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 070cb702f..0b55a3bd9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists From 70d55e3dae28c95e333328418b5fb76d32a715b1 Mon Sep 17 00:00:00 2001 From: Aubrey Chipman Date: Tue, 17 Jun 2025 00:49:53 -0400 Subject: [PATCH 4/5] Use new plugin ids for nebula facet plugin https://github.com/nebula-plugins/nebula-project-plugin?tab=readme-ov-file#plugin-ids --- metacat-connector-polaris/build.gradle | 2 +- metacat-functional-tests/build.gradle | 2 +- metacat-metadata/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metacat-connector-polaris/build.gradle b/metacat-connector-polaris/build.gradle index 604b1d25c..bb6d91190 100644 --- a/metacat-connector-polaris/build.gradle +++ b/metacat-connector-polaris/build.gradle @@ -16,7 +16,7 @@ * */ -apply plugin: 'nebula.facet' +apply plugin: 'com.netflix.nebula.facet' facets { functionalTest { diff --git a/metacat-functional-tests/build.gradle b/metacat-functional-tests/build.gradle index ab9f9693c..d956819d8 100644 --- a/metacat-functional-tests/build.gradle +++ b/metacat-functional-tests/build.gradle @@ -24,7 +24,7 @@ ext { logger.info("metacat-functional-tests: stop cluster = '${stopCluster}'") } -apply plugin: 'nebula.facet' +apply plugin: 'com.netflix.nebula.facet' facets { functionalTest { diff --git a/metacat-metadata/build.gradle b/metacat-metadata/build.gradle index eba6fbdc6..7633801e8 100644 --- a/metacat-metadata/build.gradle +++ b/metacat-metadata/build.gradle @@ -16,7 +16,7 @@ * */ -apply plugin: 'nebula.facet' +apply plugin: 'com.netflix.nebula.facet' facets { functionalTest { From 87db3c0545a0b697491bf27d82bca274fcccb17a Mon Sep 17 00:00:00 2001 From: Aubrey Chipman Date: Tue, 17 Jun 2025 00:50:21 -0400 Subject: [PATCH 5/5] Spotbugs plugin 6.2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b9d483190..8bff63aba 100755 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ plugins { id 'com.gorylenko.gradle-git-properties' version '2.3.2' apply false id 'io.franzbecker.gradle-lombok' version '5.0.0' id 'nebula.node' version '1.3.1' apply false - id 'com.github.spotbugs' version '5.2.5' apply false + id 'com.github.spotbugs' version '6.2.0' apply false } apply plugin: "nebula-aggregate-javadocs"