Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-logging-logback
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.131.6-alpha
Choose a base ref
...
head repository: googleapis/java-logging-logback
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.131.7-alpha
Choose a head ref
  • 6 commits
  • 11 files changed
  • 3 contributors

Commits on May 6, 2024

  1. chore(main): release 0.131.7-alpha-SNAPSHOT (#1314)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 6, 2024
    Copy the full SHA
    63a63a1 View commit details

Commits on May 8, 2024

  1. chore(deps): update dependency com.google.cloud:google-cloud-logging-…

    …logback to v0.131.6-alpha (#1315)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-logging-logback to v0.131.6-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 <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored May 8, 2024
    Copy the full SHA
    8ac86f5 View commit details

Commits on May 21, 2024

  1. deps: update dependency com.google.cloud:sdk-platform-java-config to …

    …v3.30.1 (#1318)
    renovate-bot authored May 21, 2024
    Copy the full SHA
    3cfb237 View commit details
  2. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …39.0 (#1317)
    renovate-bot authored May 21, 2024
    Copy the full SHA
    d686bbd View commit details
  3. deps: update dependency com.google.cloud:google-cloud-logging to v3.1…

    …7.2 (#1319)
    renovate-bot authored May 21, 2024
    Copy the full SHA
    dac9a65 View commit details
  4. Copy the full SHA
    e931893 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/unmanaged_dependency_check.yaml
Original file line number Diff line number Diff line change
@@ -14,6 +14,6 @@ jobs:
shell: bash
run: .kokoro/build.sh
- name: Unmanaged dependency check
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.30.0
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.30.1
with:
bom-path: pom.xml
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-17.cfg
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.30.0"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.30.1"
}

env_vars: {
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native.cfg
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.30.0"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.30.1"
}

env_vars: {
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


## [0.131.7-alpha](https://github.com/googleapis/java-logging-logback/compare/v0.131.6-alpha...v0.131.7-alpha) (2024-05-21)


### Dependencies

* Update dependency com.google.cloud:google-cloud-logging to v3.17.2 ([#1319](https://github.com/googleapis/java-logging-logback/issues/1319)) ([dac9a65](https://github.com/googleapis/java-logging-logback/commit/dac9a65e63ca389ede0b76101916f51c067bffee))
* Update dependency com.google.cloud:sdk-platform-java-config to v3.30.1 ([#1318](https://github.com/googleapis/java-logging-logback/issues/1318)) ([3cfb237](https://github.com/googleapis/java-logging-logback/commit/3cfb237ecc4a26ca0d0dc787143138491f6eaa30))

## [0.131.6-alpha](https://github.com/googleapis/java-logging-logback/compare/v0.131.5-alpha...v0.131.6-alpha) (2024-05-06)


8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.131.5-alpha</version>
<version>0.131.6-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.131.5-alpha'
implementation 'com.google.cloud:google-cloud-logging-logback:0.131.6-alpha'
```

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

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

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

<artifactId>google-cloud-logging-logback</artifactId>
<version>0.131.6-alpha</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
<version>0.131.7-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>
@@ -17,15 +17,15 @@
<logback.version>1.2.13</logback.version>
<easymock.version>5.2.0</easymock.version>
<truth.version>1.4.2</truth.version>
<logging.version>3.17.1</logging.version>
<logging.version>3.17.2</logging.version>
<slf4j.version>1.7.36</slf4j.version>
<google.api-common.version>1.10.1</google.api-common.version>
</properties>

<parent>
<groupId>com.google.cloud</groupId>
<artifactId>sdk-platform-java-config</artifactId>
<version>3.30.0</version>
<version>3.30.1</version>
</parent>

<developers>
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.131.5-alpha</version>
<version>0.131.6-alpha</version>
</dependency>
<!-- [END logging-logback_install_without_bom] -->

2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.131.6-alpha</version>
<version>0.131.7-alpha</version>
</dependency>
<!-- {x-version-update-end} -->

2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.38.0</version>
<version>26.39.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -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.131.6-alpha";
public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.131.7-alpha";
// {x-version-update-end}
private static boolean instrumentationAdded = false;
private static final Object instrumentationLock = new Object();
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.131.6-alpha:0.131.6-alpha
google-cloud-logging-logback:0.131.7-alpha:0.131.7-alpha