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.17-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.132.0-alpha
Choose a head ref
  • 8 commits
  • 12 files changed
  • 4 contributors

Commits on Nov 26, 2024

  1. feat: introduce java.time (#1410)

    * feat: introduce `java.time`
    
    * declare threeten as test-scoped
    
    * completely remove threeten
    
    * reset tests
    
    * fix ignore
    
    * fix dependency:analyze
    diegomarquezp authored Nov 26, 2024
    Copy the full SHA
    05b12ae View commit details

Commits on Nov 28, 2024

  1. chore: mark the unmanaged dependency check required (#1412)

    b/326247198
    suztomo authored Nov 28, 2024
    Copy the full SHA
    817571f View commit details

Commits on Dec 13, 2024

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

    …v3.41.0 (#1414)
    renovate-bot authored Dec 13, 2024
    Copy the full SHA
    1ded46c View commit details
  2. chore(main): release 0.131.18-alpha-SNAPSHOT (#1408)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 13, 2024
    Copy the full SHA
    504db84 View commit details
  3. deps: update dependency com.google.cloud:google-cloud-logging to v3.2…

    …1.0 (#1409)
    renovate-bot authored Dec 13, 2024
    Copy the full SHA
    16bf603 View commit details
  4. chore(deps): update dependency com.google.cloud:google-cloud-logging-…

    …logback to v0.131.17-alpha (#1411)
    renovate-bot authored Dec 13, 2024
    Copy the full SHA
    870f46d View commit details
  5. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …51.0 (#1413)
    renovate-bot authored Dec 13, 2024
    Copy the full SHA
    4b70872 View commit details
  6. chore(main): release 0.132.0-alpha (#1415)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 13, 2024
    Copy the full SHA
    8aca0e4 View commit details
1 change: 1 addition & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- javadoc
- unmanaged_dependency_check
- pattern: java7
isAdminEnforced: true
requiredApprovingReviewCount: 1
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.40.0
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.41.0
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.40.0"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.41.0"
}

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.40.0"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.41.0"
}

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


## [0.132.0-alpha](https://github.com/googleapis/java-logging-logback/compare/v0.131.17-alpha...v0.132.0-alpha) (2024-12-13)


### Features

* Introduce `java.time` ([#1410](https://github.com/googleapis/java-logging-logback/issues/1410)) ([05b12ae](https://github.com/googleapis/java-logging-logback/commit/05b12ae67795a842dcc39394592c274e5bef1b9d))


### Dependencies

* Update dependency com.google.cloud:google-cloud-logging to v3.21.0 ([#1409](https://github.com/googleapis/java-logging-logback/issues/1409)) ([16bf603](https://github.com/googleapis/java-logging-logback/commit/16bf603d27bd66f0af97aa3292cf6034a0bd6de3))
* Update dependency com.google.cloud:sdk-platform-java-config to v3.41.0 ([#1414](https://github.com/googleapis/java-logging-logback/issues/1414)) ([1ded46c](https://github.com/googleapis/java-logging-logback/commit/1ded46cc30a8795b3de87449accc4beec869875d))

## [0.131.17-alpha](https://github.com/googleapis/java-logging-logback/compare/v0.131.16-alpha...v0.131.17-alpha) (2024-11-18)


7 changes: 4 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.17-alpha</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
<version>0.132.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>
@@ -17,15 +17,15 @@
<logback.version>1.2.13</logback.version>
<easymock.version>5.4.0</easymock.version>
<truth.version>1.4.4</truth.version>
<logging.version>3.20.6</logging.version>
<logging.version>3.21.0</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.40.0</version>
<version>3.41.0</version>
</parent>

<developers>
@@ -155,6 +155,7 @@
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

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.16-alpha</version>
<version>0.131.17-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.17-alpha</version>
<version>0.132.0-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.50.0</version>
<version>26.51.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
import com.google.api.gax.batching.BatchingSettings;
import com.google.api.gax.batching.FlowControlSettings;
import com.google.api.gax.batching.FlowController.LimitExceededBehavior;
import org.threeten.bp.Duration;
import java.time.Duration;

/**
* This class is used only to provide batch settings configuration in logback.xml since {@link
@@ -69,7 +69,7 @@ public BatchingSettings build() {
settings.setRequestByteThreshold(requestByteThreshold);
}
if (delayThreshold != null) {
settings.setDelayThreshold(Duration.ofMillis(delayThreshold));
settings.setDelayThresholdDuration(Duration.ofMillis(delayThreshold));
}
if (maxOutstandingElementCount != null
|| maxOutstandingRequestBytes != null
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.17-alpha";
public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.132.0-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.17-alpha:0.131.17-alpha
google-cloud-logging-logback:0.132.0-alpha:0.132.0-alpha