Skip to content

Commit

Permalink
Merge branch 'main' into atomic-graalvm-update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 authored Jan 26, 2024
2 parents 5f2fa80 + 4d2c7ab commit 8c7bb91
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 14 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog


## [0.131.0-alpha](https://github.com/googleapis/java-logging-logback/compare/v0.130.30-alpha...v0.131.0-alpha) (2024-01-25)


### Features

* Add graal native image profile for logback library ([#1246](https://github.com/googleapis/java-logging-logback/issues/1246)) ([ab58b88](https://github.com/googleapis/java-logging-logback/commit/ab58b887d041783335d2ab4f04b47651ae91ef77))


### Dependencies

* Update dependency com.google.cloud:google-cloud-logging to v3.15.16 ([#1257](https://github.com/googleapis/java-logging-logback/issues/1257)) ([28c23f6](https://github.com/googleapis/java-logging-logback/commit/28c23f67f827c42ad4790fd7f9122d227daa3a8d))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.22.0 ([#1250](https://github.com/googleapis/java-logging-logback/issues/1250)) ([730c46c](https://github.com/googleapis/java-logging-logback/commit/730c46cbd6f59f9d370eb6a10b5dd00d58ca0506))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.23.0 ([#1256](https://github.com/googleapis/java-logging-logback/issues/1256)) ([df7800b](https://github.com/googleapis/java-logging-logback/commit/df7800bb5205ad4cecc0a44ccbde8141174063ad))

## [0.130.30-alpha](https://github.com/googleapis/java-logging-logback/compare/v0.130.29-alpha...v0.130.30-alpha) (2024-01-11)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.130.30-alpha</version>
<version>0.131.0-alpha</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-logging-logback:0.130.30-alpha'
implementation 'com.google.cloud:google-cloud-logging-logback:0.131.0-alpha'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.130.30-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.131.0-alpha"
```
<!-- {x-version-update-end} -->

Expand Down Expand Up @@ -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.30-alpha
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging-logback/0.131.0-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
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>google-cloud-logging-logback</artifactId>
<version>0.130.31-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
<version>0.131.0-alpha</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
<packaging>jar</packaging>
<name>Google Cloud Logging Logback Appender</name>
<url>https://github.com/googleapis/java-logging-logback</url>
Expand All @@ -16,8 +16,8 @@
<properties>
<logback.version>1.2.13</logback.version>
<easymock.version>5.2.0</easymock.version>
<truth.version>1.2.0</truth.version>
<logging.version>3.15.15</logging.version>
<truth.version>1.3.0</truth.version>
<logging.version>3.15.16</logging.version>
<slf4j.version>1.7.36</slf4j.version>
<google.api-common.version>1.10.1</google.api-common.version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.130.30-alpha</version>
<version>0.131.0-alpha</version>
</dependency>
<!-- [END logging-logback_install_without_bom] -->

Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.130.31-alpha-SNAPSHOT</version>
<version>0.131.0-alpha</version>
</dependency>
<!-- {x-version-update-end} -->

Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class LoggingAppender extends UnsynchronizedAppenderBase<ILoggingEvent> {
// 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.31-alpha-SNAPSHOT";
public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.131.0-alpha";
// {x-version-update-end}
private static boolean instrumentationAdded = false;
private static final Object instrumentationLock = new Object();
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-logging-logback:0.130.30-alpha:0.130.31-alpha-SNAPSHOT
google-cloud-logging-logback:0.131.0-alpha:0.131.0-alpha

0 comments on commit 8c7bb91

Please sign in to comment.