From 3e79bd2a2b0bda8a42b095d7d02a535eb2ce892d Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 27 Apr 2023 16:35:38 -0400
Subject: [PATCH 01/11] chore(main): release 0.129.12-SNAPSHOT (#1067)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
.../java/com/google/cloud/logging/logback/LoggingAppender.java | 2 +-
versions.txt | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index ef2899539..ce69462fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
google-cloud-logging-logback
- 0.130.11-alpha
+ 0.130.12-alpha-SNAPSHOT
jar
Google Cloud Logging Logback Appender
https://github.com/googleapis/java-logging-logback
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 627cd9df0..279a62ec6 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-logging-logback
- 0.130.11-alpha
+ 0.130.12-alpha-SNAPSHOT
diff --git a/src/main/java/com/google/cloud/logging/logback/LoggingAppender.java b/src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
index 697f92d40..a18c2d9a4 100644
--- a/src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
+++ b/src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
@@ -122,7 +122,7 @@ public class LoggingAppender extends UnsynchronizedAppenderBase {
// See
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
// {x-version-update-start:google-cloud-logging-logback:current}
- public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.130.11-alpha";
+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.130.12-alpha-SNAPSHOT";
// {x-version-update-end}
private static boolean instrumentationAdded = false;
private static final Object instrumentationLock = new Object();
diff --git a/versions.txt b/versions.txt
index 5caa71139..b314d6a92 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-logging-logback:0.130.11-alpha:0.130.11-alpha
+google-cloud-logging-logback:0.130.11-alpha:0.130.12-alpha-SNAPSHOT
From 2ec09fff140570e0fa36f8994172a22590cfc65f Mon Sep 17 00:00:00 2001
From: kolea2 <45548808+kolea2@users.noreply.github.com>
Date: Fri, 28 Apr 2023 11:16:46 -0400
Subject: [PATCH 02/11] chore: fix release tag (#1069)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* chore: fix release tag
Release-As: 0.130.12
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 42bf257b5..0fdf5263e 100644
--- a/README.md
+++ b/README.md
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-logging-logback
- 0.130.10-alpha
+ 0.130.11-alpha
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-logging-logback:0.130.10-alpha'
+implementation 'com.google.cloud:google-cloud-logging-logback:0.130.11-alpha'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.130.10-alpha"
+libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.130.11-alpha"
```
@@ -299,7 +299,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging-logback/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging-logback.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging-logback/0.130.10-alpha
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging-logback/0.130.11-alpha
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
From 6392764efb8276129534f8c451bc6e5d10982848 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 1 May 2023 19:14:18 +0200
Subject: [PATCH 03/11] chore(deps): update dependency
com.google.cloud:google-cloud-logging-logback to v0.130.11-alpha (#1068)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* chore(deps): update dependency com.google.cloud:google-cloud-logging-logback to v0.130.11-alpha
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot
---
samples/install-without-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 19f450d74..91179278c 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-logging-logback
- 0.130.10-alpha
+ 0.130.11-alpha
From 9820835b3f27f9dc486f48c1ff9b694e467d9638 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Wed, 3 May 2023 18:34:26 +0200
Subject: [PATCH 04/11] chore(deps): update dependency
com.google.cloud:libraries-bom to v26.14.0 (#1071)
---
samples/snippets/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index f60be6c37..10603a4b2 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 26.13.0
+ 26.14.0
pom
import
From 503679fc71f2f5b26b4bc854b7571bda8bc73b88 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Thu, 11 May 2023 16:46:05 +0200
Subject: [PATCH 05/11] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v3.9.0 (#1074)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ce69462fa..812642481 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 3.8.0
+ 3.9.0
pom
import
From 0c699dde77402e0245c2269240a5ed11c00eea79 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Thu, 11 May 2023 10:46:45 -0400
Subject: [PATCH 06/11] chore(deps): update ghcr.io/graalvm/graalvm-ce docker
tag to v22.3.2 (#1793) (#1072)
Source-Link: https://github.com/googleapis/synthtool/commit/99ad07938fb6bcddcc7b1b586be699d72440758b
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8dd8395defb6a5069b0b10c435058bf13980606ba1967e2b3925ed50fc3cb22f
Co-authored-by: Owl Bot
Co-authored-by: Mridula <66699525+mpeddada1@users.noreply.github.com>
---
.github/.OwlBot.lock.yaml | 2 +-
.kokoro/presubmit/graalvm-native-17.cfg | 2 +-
.kokoro/presubmit/graalvm-native.cfg | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index d7abbc602..35478afe3 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:3387f93d4577788512112ff69ddab746ae9192ddd9f13cfd175ef310d62d7d30
+ digest: sha256:8dd8395defb6a5069b0b10c435058bf13980606ba1967e2b3925ed50fc3cb22f
diff --git a/.kokoro/presubmit/graalvm-native-17.cfg b/.kokoro/presubmit/graalvm-native-17.cfg
index e20330c3c..f52533545 100644
--- a/.kokoro/presubmit/graalvm-native-17.cfg
+++ b/.kokoro/presubmit/graalvm-native-17.cfg
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
- value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.0"
+ value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.2"
}
env_vars: {
diff --git a/.kokoro/presubmit/graalvm-native.cfg b/.kokoro/presubmit/graalvm-native.cfg
index 0fd6ba2fa..44b100487 100644
--- a/.kokoro/presubmit/graalvm-native.cfg
+++ b/.kokoro/presubmit/graalvm-native.cfg
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
- value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.0"
+ value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.2"
}
env_vars: {
From ff1ed3dfcdf38b4523d993a0a36268add21d1449 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Thu, 11 May 2023 16:47:02 +0200
Subject: [PATCH 07/11] deps: update dependency
com.google.cloud:google-cloud-logging to v3.15.0 (#1073)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 812642481..ae24c1cc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
1.2.11
5.1.0
1.1.3
- 3.14.9
+ 3.15.0
1.7.36
1.10.1
From 22bf85df9d2e94c7d0ce4d51061c2e07334b8b8e Mon Sep 17 00:00:00 2001
From: Mridula <66699525+mpeddada1@users.noreply.github.com>
Date: Thu, 11 May 2023 17:08:27 -0400
Subject: [PATCH 08/11] fix(java): add native image configurations for
logging-logback (#1075)
* fix(java): add native image configurations for logging-logback
* add exclusion to build script
---
.kokoro/build.sh | 6 +--
owlbot.py | 1 +
.../reflect-config.json | 52 +++++++++++++++++++
3 files changed, 56 insertions(+), 3 deletions(-)
create mode 100644 src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-logging-logback/reflect-config.json
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index 1104d1e36..8deb35478 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -70,13 +70,13 @@ integration)
RETURN_CODE=$?
;;
graalvm)
- # Run Unit and Integration Tests with Native Image
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
+ # Run Unit and Integration Tests with Native Image. Skip tests that use mocking libs
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test "-Dtest=!LoggingAppenderTest"
RETURN_CODE=$?
;;
graalvm17)
# Run Unit and Integration Tests with Native Image
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test "-Dtest=!LoggingAppenderTest"
RETURN_CODE=$?
;;
samples)
diff --git a/owlbot.py b/owlbot.py
index 58368fdda..52797fb5e 100644
--- a/owlbot.py
+++ b/owlbot.py
@@ -25,6 +25,7 @@
'CONTRIBUTING.md',
'.github/auto-label.yaml',
".github/release-please.yml",
+ ".kokoro/build.sh"
])
# --------------------------------------------------------------------------
diff --git a/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-logging-logback/reflect-config.json b/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-logging-logback/reflect-config.json
new file mode 100644
index 000000000..68b566d6e
--- /dev/null
+++ b/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-logging-logback/reflect-config.json
@@ -0,0 +1,52 @@
+[
+ {
+ "name":"ch.qos.logback.classic.Level",
+ "methods":[{"name":"valueOf","parameterTypes":["java.lang.String"] }]
+ },
+ {
+ "name":"ch.qos.logback.classic.filter.ThresholdFilter",
+ "queryAllPublicMethods":true,
+ "methods":[
+ {"name":"","parameterTypes":[] },
+ {"name":"setLevel","parameterTypes":["java.lang.String"] }
+ ]
+ },
+ {
+ "name":"ch.qos.logback.core.UnsynchronizedAppenderBase",
+ "methods":[{"name":"addFilter","parameterTypes":["ch.qos.logback.core.filter.Filter"] }]
+ },
+ {
+ "name":"com.google.cloud.logging.logback.LogbackBatchingSettings",
+ "queryAllPublicMethods":true,
+ "methods":[
+ {"name":"","parameterTypes":[] },
+ {"name":"setDelayThreshold","parameterTypes":["java.lang.Long"] },
+ {"name":"setElementCountThreshold","parameterTypes":["java.lang.Long"] },
+ {"name":"setLimitExceededBehavior","parameterTypes":["com.google.api.gax.batching.FlowController$LimitExceededBehavior"] },
+ {"name":"setMaxOutstandingElementCount","parameterTypes":["java.lang.Long"] },
+ {"name":"setMaxOutstandingRequestBytes","parameterTypes":["java.lang.Long"] },
+ {"name":"setRequestByteThreshold","parameterTypes":["java.lang.Long"] }
+ ]
+ },
+ {
+ "name":"com.google.cloud.logging.logback.LoggingAppender",
+ "queryAllPublicMethods":true,
+ "methods":[
+ {"name":"","parameterTypes":[] },
+ {"name":"setAutoPopulateMetadata","parameterTypes":["boolean"] },
+ {"name":"setCredentialsFile","parameterTypes":["java.lang.String"] },
+ {"name":"setFlushLevel","parameterTypes":["ch.qos.logback.classic.Level"] },
+ {"name":"setLog","parameterTypes":["java.lang.String"] },
+ {"name":"setLogDestinationProjectId","parameterTypes":["java.lang.String"] },
+ {"name":"setLogbackBatchingSettings","parameterTypes":["com.google.cloud.logging.logback.LogbackBatchingSettings"] },
+ {"name":"setPartialSuccess","parameterTypes":["boolean"] },
+ {"name":"setRedirectToStdout","parameterTypes":["boolean"] },
+ {"name":"setResourceType","parameterTypes":["java.lang.String"] },
+ {"name":"setWriteSynchronicity","parameterTypes":["com.google.cloud.logging.Synchronicity"] }
+ ]
+ },
+ {
+ "name":"java.lang.Long",
+ "methods":[{"name":"valueOf","parameterTypes":["java.lang.String"] }]
+ }
+]
From 57659a5533028512bedee91aa361e1013823be09 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Fri, 12 May 2023 15:32:13 +0200
Subject: [PATCH 09/11] build(deps): update dependency
org.codehaus.mojo:build-helper-maven-plugin to v3.4.0 (#1078)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.codehaus.mojo:build-helper-maven-plugin](https://www.mojohaus.org/build-helper-maven-plugin/) ([source](https://togithub.com/mojohaus/build-helper-maven-plugin)) | `3.3.0` -> `3.4.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
mojohaus/build-helper-maven-plugin
### [`v3.4.0`](https://togithub.com/mojohaus/build-helper-maven-plugin/releases/tag/3.4.0)
##### Changes
##### 🚀 New features and improvements
- Get rid of ArtifactRepository - ${localRepository} ([#179](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/179)) [@slawekjaranowski](https://togithub.com/slawekjaranowski)
- Added a property name to the "sources" parameter for CLI usage ([#157](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/157)) [@gjd6640](https://togithub.com/gjd6640)
##### 🐛 Bug Fixes
- Use UTF-8 for the pom ([#173](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/173)) [@gnodet](https://togithub.com/gnodet)
##### 📦 Dependency updates
- Bump maven-plugin-annotations from 3.8.1 to 3.8.2 ([#177](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/177)) [@dependabot](https://togithub.com/dependabot)
- Bump parent from 72 to 74 ([#175](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/175)) [@slawekjaranowski](https://togithub.com/slawekjaranowski)
- Bump maven-invoker-plugin to 3.5.1 - add support to run its with Java 20 ([#172](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/172)) [@slachiewicz](https://togithub.com/slachiewicz)
- Bump actions/stale from 7 to 8 ([#171](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/171)) [@dependabot](https://togithub.com/dependabot)
- Bump maven-plugin-annotations from 3.7.1 to 3.8.1 ([#169](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/169)) [@dependabot](https://togithub.com/dependabot)
- Bump plexus-utils from 3.5.0 to 3.5.1 ([#170](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/170)) [@dependabot](https://togithub.com/dependabot)
- Bump mojo-parent from 70 to 72 ([#165](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/165)) [@dependabot](https://togithub.com/dependabot)
- Bump assertj-core from 3.24.1 to 3.24.2 ([#164](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/164)) [@dependabot](https://togithub.com/dependabot)
- Bump maven-plugin-annotations from 3.7.0 to 3.7.1 ([#163](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/163)) [@dependabot](https://togithub.com/dependabot)
- Bump assertj-core from 3.24.0 to 3.24.1 ([#162](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/162)) [@dependabot](https://togithub.com/dependabot)
- Bump assertj-core from 3.23.1 to 3.24.0 ([#161](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/161)) [@dependabot](https://togithub.com/dependabot)
- Bump actions/stale from 6 to 7 ([#160](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/160)) [@dependabot](https://togithub.com/dependabot)
- Bump maven-plugin-annotations from 3.6.4 to 3.7.0 ([#158](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/158)) [@dependabot](https://togithub.com/dependabot)
- Bump plexus-utils from 3.4.2 to 3.5.0 ([#151](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/151)) [@dependabot](https://togithub.com/dependabot)
- Bump mojo-parent from 69 to 70 ([#141](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/141)) [@dependabot](https://togithub.com/dependabot)
- Bump mojo-parent from 68 to 69 ([#140](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/140)) [@dependabot](https://togithub.com/dependabot)
- Bump mojo-parent from 67 to 68 ([#138](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/138)) [@dependabot](https://togithub.com/dependabot)
- Bump assertj-core from 3.22.0 to 3.23.1 ([#137](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/137)) [@dependabot](https://togithub.com/dependabot)
- Bump plexus-utils from 3.4.1 to 3.4.2 ([#135](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/135)) [@dependabot](https://togithub.com/dependabot)
- Bump actions/stale from 4 to 5 ([#132](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/132)) [@dependabot](https://togithub.com/dependabot)
- Bump actions/setup-java from 2 to 3 ([#133](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/133)) [@dependabot](https://togithub.com/dependabot)
- Bump mojo-parent from 65 to 67 ([#130](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/130)) [@dependabot](https://togithub.com/dependabot)
- Bump actions/checkout from 2 to 3 ([#128](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/128)) [@dependabot](https://togithub.com/dependabot)
- Bump maven-plugin-annotations from 3.6.2 to 3.6.4 ([#126](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/126)) [@dependabot](https://togithub.com/dependabot)
- Bump release-drafter/release-drafter from 5.15.0 to 5.16.1 ([#123](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/123)) [@dependabot](https://togithub.com/dependabot)
- Bump testng from 7.4.0 to 7.5 ([#122](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/122)) [@dependabot](https://togithub.com/dependabot)
- Bump plexus-utils from 3.0.24 to 3.4.1 ([#121](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/121)) [@dependabot](https://togithub.com/dependabot)
##### 👻 Maintenance
- Enable spotless for code formatting ([#180](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/180)) [@slawekjaranowski](https://togithub.com/slawekjaranowski)
- Move tests to Junit 5 ([#174](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/174)) [@slachiewicz](https://togithub.com/slachiewicz)
- Declare Maven Core dependencies as provided ([#125](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/125)) [@stefanseifert](https://togithub.com/stefanseifert)
- Use only major version (v5) of release drafter ([#124](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/124)) [@stefanseifert](https://togithub.com/stefanseifert)
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-logging-logback).
---
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 91179278c..fa0149079 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -53,7 +53,7 @@
org.codehaus.mojo
build-helper-maven-plugin
- 3.3.0
+ 3.4.0
add-snippets-source
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 279a62ec6..ab3e53fc1 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -52,7 +52,7 @@
org.codehaus.mojo
build-helper-maven-plugin
- 3.3.0
+ 3.4.0
add-snippets-source
From 3a4ffe345161f9f2586b389452992ca4399c59eb Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 15 May 2023 21:29:00 +0200
Subject: [PATCH 10/11] deps: update dependency
com.google.cloud:google-cloud-logging to v3.15.1 (#1079)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ae24c1cc1..96b38ad01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
1.2.11
5.1.0
1.1.3
- 3.15.0
+ 3.15.1
1.7.36
1.10.1
From 3d94312eace78f66d36c5ab8a6976941e3519022 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 15 May 2023 19:34:13 +0000
Subject: [PATCH 11/11] chore(main): release 0.130.12-alpha (#1076)
:robot: I have created a release *beep* *boop*
---
## [0.130.12-alpha](https://togithub.com/googleapis/java-logging-logback/compare/v0.129.11...v0.130.12-alpha) (2023-05-15)
### Bug Fixes
* Fix release tag ([2ec09ff](https://togithub.com/googleapis/java-logging-logback/commit/2ec09fff140570e0fa36f8994172a22590cfc65f))
* **java:** Add native image configurations for logging-logback ([#1075](https://togithub.com/googleapis/java-logging-logback/issues/1075)) ([22bf85d](https://togithub.com/googleapis/java-logging-logback/commit/22bf85df9d2e94c7d0ce4d51061c2e07334b8b8e))
### Dependencies
* Update dependency com.google.cloud:google-cloud-logging to v3.15.0 ([#1073](https://togithub.com/googleapis/java-logging-logback/issues/1073)) ([ff1ed3d](https://togithub.com/googleapis/java-logging-logback/commit/ff1ed3dfcdf38b4523d993a0a36268add21d1449))
* Update dependency com.google.cloud:google-cloud-logging to v3.15.1 ([#1079](https://togithub.com/googleapis/java-logging-logback/issues/1079)) ([3a4ffe3](https://togithub.com/googleapis/java-logging-logback/commit/3a4ffe345161f9f2586b389452992ca4399c59eb))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.9.0 ([#1074](https://togithub.com/googleapis/java-logging-logback/issues/1074)) ([503679f](https://togithub.com/googleapis/java-logging-logback/commit/503679fc71f2f5b26b4bc854b7571bda8bc73b88))
---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 15 +++++++++++++++
pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
.../cloud/logging/logback/LoggingAppender.java | 2 +-
versions.txt | 2 +-
5 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb9892bae..d9d816ea4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
# Changelog
+## [0.130.12-alpha](https://github.com/googleapis/java-logging-logback/compare/v0.129.11...v0.130.12-alpha) (2023-05-15)
+
+
+### Bug Fixes
+
+* Fix release tag ([2ec09ff](https://github.com/googleapis/java-logging-logback/commit/2ec09fff140570e0fa36f8994172a22590cfc65f))
+* **java:** Add native image configurations for logging-logback ([#1075](https://github.com/googleapis/java-logging-logback/issues/1075)) ([22bf85d](https://github.com/googleapis/java-logging-logback/commit/22bf85df9d2e94c7d0ce4d51061c2e07334b8b8e))
+
+
+### Dependencies
+
+* Update dependency com.google.cloud:google-cloud-logging to v3.15.0 ([#1073](https://github.com/googleapis/java-logging-logback/issues/1073)) ([ff1ed3d](https://github.com/googleapis/java-logging-logback/commit/ff1ed3dfcdf38b4523d993a0a36268add21d1449))
+* Update dependency com.google.cloud:google-cloud-logging to v3.15.1 ([#1079](https://github.com/googleapis/java-logging-logback/issues/1079)) ([3a4ffe3](https://github.com/googleapis/java-logging-logback/commit/3a4ffe345161f9f2586b389452992ca4399c59eb))
+* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.9.0 ([#1074](https://github.com/googleapis/java-logging-logback/issues/1074)) ([503679f](https://github.com/googleapis/java-logging-logback/commit/503679fc71f2f5b26b4bc854b7571bda8bc73b88))
+
## [0.129.11](https://github.com/googleapis/java-logging-logback/compare/v0.129.10...v0.129.11) (2023-04-27)
diff --git a/pom.xml b/pom.xml
index 96b38ad01..32797f8f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
google-cloud-logging-logback
- 0.130.12-alpha-SNAPSHOT
+ 0.130.12-alpha
jar
Google Cloud Logging Logback Appender
https://github.com/googleapis/java-logging-logback
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index ab3e53fc1..7606833b2 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-logging-logback
- 0.130.12-alpha-SNAPSHOT
+ 0.130.12-alpha
diff --git a/src/main/java/com/google/cloud/logging/logback/LoggingAppender.java b/src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
index a18c2d9a4..ba9afebde 100644
--- a/src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
+++ b/src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
@@ -122,7 +122,7 @@ public class LoggingAppender extends UnsynchronizedAppenderBase {
// See
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
// {x-version-update-start:google-cloud-logging-logback:current}
- public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.130.12-alpha-SNAPSHOT";
+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.130.12-alpha";
// {x-version-update-end}
private static boolean instrumentationAdded = false;
private static final Object instrumentationLock = new Object();
diff --git a/versions.txt b/versions.txt
index b314d6a92..d7782c5a0 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-logging-logback:0.130.11-alpha:0.130.12-alpha-SNAPSHOT
+google-cloud-logging-logback:0.130.12-alpha:0.130.12-alpha