forked from micronaut-projects/micronaut-r2dbc
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from micronaut-projects:master #15
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update dependencies * Update gradle.properties Co-authored-by: Graeme Rocher <[email protected]>
* Prepare module for Micronaut 3.0 * fix h2 tests * back down to 2.5.8 * fix compilation errors * Use TLS1.2 for mysql tests * Use Micronaut 2.5.9
Bumps [reactor-netty](https://github.com/reactor/reactor-netty) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](reactor/reactor-netty@v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: io.projectreactor.netty:reactor-netty 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>
Bumps [micronaut-test-core](https://github.com/micronaut-projects/micronaut-test) from 2.3.2 to 2.3.7. - [Release notes](https://github.com/micronaut-projects/micronaut-test/releases) - [Commits](micronaut-projects/micronaut-test@v2.3.2...v2.3.7) --- updated-dependencies: - dependency-name: io.micronaut.test:micronaut-test-core 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>
Bumps io.micronaut.application from 1.2.0 to 2.0.3. --- updated-dependencies: - dependency-name: io.micronaut.application dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [r2dbc-mariadb](https://github.com/mariadb-corporation/mariadb-connector-r2dbc) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/blob/master/CHANGELOG.md) - [Commits](mariadb-corporation/mariadb-connector-r2dbc@1.0.1...1.0.2) --- updated-dependencies: - dependency-name: org.mariadb:r2dbc-mariadb 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>
* Update common files * Fix build * Fix build * Update build and dependencies Co-authored-by: micronaut-build <[email protected]>
* R2dbcHealthConfiguration added for autocompletion VersionR2dbcHealthCondition and VersionR2dbcHealthIndicator with Postgres,MySql, MariaDB support added * Tests added for MySql, Postgres, MariaDB * R2DBC bom updated * VersionR2dbcHealthIndicator var name changed for readability * R2dbcHealthQueryProvider added as abstraction for registering SQL queries that can be extended R2dbcHealthCondition simplified to use R2dbcHealthQueryProvider * MSSQL health indicator support added * R2dbcHealthIndicator optimized * R2dbcHealthQueryProvider for MSSQL optimized to do not leak environment details * Checkstyle issues fixed * R2dbcHealthQueryProvider.java removed and logic moved to R2dbcHealthConfiguration R2dbcHealthQueryProvider.java properties moved to R2dbcHealthProperties application-test.yml and test for custom health query added * R2dbcHealthIndicator Mono.fromDirect optimization for closing upstream added as suggested * Javadoc updated and improved * Micronaut updated 3.2.1 -> 3.2.3 * Micronaut Test Core dependency updated * R2dbcHealthConfiguration#setDatabaseNameToHealthQuery javadoc added * doc example micronaut test updated
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request 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>
) Bumps [io.micronaut.build.shared.settings](https://github.com/micronaut-projects/micronaut-build) from 5.0.3 to 5.2.1. - [Release notes](https://github.com/micronaut-projects/micronaut-build/releases) - [Commits](micronaut-projects/micronaut-build@v5.0.3...v5.2.1) --- updated-dependencies: - dependency-name: io.micronaut.build.shared.settings 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>
…to v1.17.2 (#261) Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
….14.1 (#244) Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…to v1.17.3 (#270) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…266) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* build: Micronaut build to 5.3.14 * ci: project version to 3.1.0-SNAPSHOT * build: micronaut to 3.5.4 * build: Micronaut Gradle Plugin to 3.5.1 * ci: github core branch to 3.6.x * Try to fix graal plugin configuration * Fix native with correct plugins * Enable graal mariadb -- not sure why it was ignored before * Re-disable maria test Co-authored-by: Tim Yates <[email protected]>
…1.6.0.0.1 (#267) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…2.release (#280) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…277) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…7.0.0 (#278) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…o v1 (#271) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update common files * bump up micronaut to 3.6.3 Co-authored-by: Sergio del Amo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )