-
Notifications
You must be signed in to change notification settings - Fork 31
Comparing changes
Open a pull request
base repository: GoogleCloudPlatform/cloud-spanner-r2dbc
base: v1.2.1
head repository: GoogleCloudPlatform/cloud-spanner-r2dbc
compare: v1.2.2
- 9 commits
- 10 files changed
- 4 contributors
Commits on May 15, 2023
-
chore(main): release 1.2.2-SNAPSHOT (#680)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0c0790 - Browse repository at this point
Copy the full SHA c0c0790View commit details
Commits on May 16, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9e674ff - Browse repository at this point
Copy the full SHA 9e674ffView commit details
Commits on Jun 2, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 93a34e0 - Browse repository at this point
Copy the full SHA 93a34e0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1f2c336 - Browse repository at this point
Copy the full SHA 1f2c336View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 64bdc41 - Browse repository at this point
Copy the full SHA 64bdc41View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4bdf230 - Browse repository at this point
Copy the full SHA 4bdf230View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 69f2390 - Browse repository at this point
Copy the full SHA 69f2390View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 094fc7e - Browse repository at this point
Copy the full SHA 094fc7eView commit details -
chore(main): release 1.2.2 (#691)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aa99ea6 - Browse repository at this point
Copy the full SHA aa99ea6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.1...v1.2.2