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: GoogleCloudPlatform/cloud-spanner-r2dbc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: GoogleCloudPlatform/cloud-spanner-r2dbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on May 15, 2023

  1. chore(main): release 1.2.2-SNAPSHOT (#680)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 15, 2023
    Configuration menu
    Copy the full SHA
    c0c0790 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. build: activate the release profile with performRelease property (#681)

    The shared release script uses `-DperformRelease` rather than setting a profile `-prelease` explicitly. The latter fails unless the profile is defined. This change activates the `release` profile (which correctly sets the modules and enables GPG signing) via the `performRelease` property.
    chingor13 authored May 16, 2023
    Configuration menu
    Copy the full SHA
    9e674ff View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. fix: Context loss after applying com.google.cloud.spanner.r2dbc.v2.Sp…

    …annerClientLibraryStatement (#690)
    
    fixes #685
    Thanks @filipenfst for reporting the bug and proposing the fix. 
    
    **Bug**: 
    without the changes in [SpannerClientLibraryStatement](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/pull/690/files#diff-8dc52019a2c3f21d622ff67a164701491c23275986a72dce82c805f32550edc9), the `SpannerClientLibraryStatementTest` would fail with context loss if context loss tracking is enabled. This [unit test](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/blob/3e0c14ab8f9f8d6a4745198ac031e17648e03e62/cloud-spanner-r2dbc/src/test/java/com/google/cloud/spanner/r2dbc/v2/SpannerClientLibraryStatementContextLossTest.java) can be used to reproduce the error. 
    ```
    Context loss after applying com.google.cloud.spanner.r2dbc.v2.SpannerClientLibraryStatement$$Lambda$451/0x0000000801285948@6331250e)
    ```
    **Fix**: 
    retain contextView in `SpannerClientLibraryStatement#executeSingle` method transform.
    zhumin8 authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    93a34e0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 (#688)

    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.2 to 3.3.0.
    - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.2.2...maven-checkstyle-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    1f2c336 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump maven-source-plugin from 3.2.1 to 3.3.0 (#687)

    Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0.
    - [Commits](apache/maven-source-plugin@maven-source-plugin-3.2.1...maven-source-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-source-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    64bdc41 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump commons-io from 2.11.0 to 2.12.0 (#683)

    Bumps commons-io from 2.11.0 to 2.12.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    4bdf230 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump libraries-bom from 26.14.0 to 26.16.0 (#689)

    Bumps [libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.14.0 to 26.16.0.
    - [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
    - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/CHANGELOG.md)
    - [Commits](googleapis/java-cloud-bom@v26.14.0...v26.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.cloud:libraries-bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    69f2390 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump spring-boot-starter-parent from 2.7.11 to 2.7.12 (#686

    )
    
    Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.11 to 2.7.12.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.11...v2.7.12)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-parent
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    094fc7e View commit details
    Browse the repository at this point in the history
  7. chore(main): release 1.2.2 (#691)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    aa99ea6 View commit details
    Browse the repository at this point in the history
Loading