forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump azure-functions-java-library from 1.4.2 to 3.0.0 #211
Closed
dependabot
wants to merge
449
commits into
main
from
dependabot/maven/com.microsoft.azure.functions-azure-functions-java-library-3.0.0
Closed
Bump azure-functions-java-library from 1.4.2 to 3.0.0 #211
dependabot
wants to merge
449
commits into
main
from
dependabot/maven/com.microsoft.azure.functions-azure-functions-java-library-3.0.0
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
The following labels could not be found: |
This improves the error message when the DB Kind is not found. ``` Unable to find a JDBC driver corresponding to the database kind 'postgres' for the default datasource (available: 'postgresql'). Check if it's a typo, otherwise provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it. ``` Based on feedback from quarkusio#30701 (comment)
…state_store Fix flaky test in reactive-messaging-hibernate-orm
Provide actionable warning when logging level is lower than min level
Bumps `flyway.version` from 9.12.0 to 9.14.0. Updates `flyway-core` from 9.12.0 to 9.14.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/commits/flyway-9.14.0) Updates `flyway-sqlserver` from 9.12.0 to 9.14.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/commits/flyway-9.14.0) Updates `flyway-mysql` from 9.12.0 to 9.14.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/commits/flyway-9.14.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.flywaydb:flyway-sqlserver dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.flywaydb:flyway-mysql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mockito-bom](https://github.com/mockito/mockito) from 4.11.0 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.1.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mongodb-crypt](https://github.com/mongodb/libmongocrypt) from 1.6.1 to 1.7.1. - [Release notes](https://github.com/mongodb/libmongocrypt/releases) - [Changelog](https://github.com/mongodb/libmongocrypt/blob/master/CHANGELOG.md) - [Commits](mongodb/libmongocrypt@1.6.1...java-1.7.1) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-crypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 to 42.5.2. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.5.1...REL42.5.2) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Fix case in path matching in RESTEasy Reactive where templates overshadow static matching
…28443 Revert "Pass quarkus args to dev mode gradle task"
…yway.version-9.14.0 Bump flyway.version from 9.12.0 to 9.14.0
…g.mockito-mockito-bom-5.1.1 Bump mockito-bom from 4.11.0 to 5.1.1
…ort_check Update ForwardedParser to validate the port
…time-docs Add Q&A about `AnalysisError\$ParsingError` with link-at-build-time
Jakarta - Upgrade to Narayana 6.0.0.CR1
Use quotes for the path to find maven basedir in mvnw
Jakarta - Adjust commit pointer for JAX-RS branch
Signed-off-by: Marc Nuri <marc@marcnuri.com>
- Switch to use Vert.x HttpClient implementation Signed-off-by: Marc Nuri <marc@marcnuri.com>
Signed-off-by: Marc Nuri <marc@marcnuri.com>
Signed-off-by: Marc Nuri <marc@marcnuri.com>
…asy Reactive Fixes: quarkusio#23442
Improve JDBC driver error message in Agroal processor
Use SchemaType.ARRAY instead of "ARRAY" for native support
…_wrap Introduce ConnectionFactoryWrapperBuildItem
CI - Remove deprecated set-output calls
Simplify reactive pool size configuration
Only run the quickstart compilation for main
Fix automatic module name of the change agent
This revision includes enabled StreamingOutput tests
This should behave similarly that when the setter is private. In this case, the field is ignored and we write a warning saying that a field is going to be ignored. Fix quarkusio#30896
Instruct GraalVM / Mandrel to keep more accurate debug information about source locations when generating debug info for debugging and monitoring tools. This parameter may break compatibility with Truffle. Affected users should explicitly pass `-H:-TrackNodeSourcePosition` through `quarkus.native.additional-build-args` to override it. Closes: quarkusio#30772
Ignore interface/class without default constructs fields in SB config
SmallRye GraphQL 2.1.0
Add support for JAX-RS StreamingOutput in RESTEasy Reactive
This reverts commit b2e1deb.
Instruct GraalVM / Mandrel >= 23.0.0 to keep more accurate debug information
Remove duplicate notification of SseBroadcaster's onErrorListeners
Keep 2.x extensions codestarts embedded in tooling and mark them legacy
Upgrade to Hibernate ORM 5.6.15.Final
Bumps [azure-functions-java-library](https://github.com/Azure/azure-functions-java-worker) from 1.4.2 to 3.0.0. - [Release notes](https://github.com/Azure/azure-functions-java-worker/releases) - [Commits](https://github.com/Azure/azure-functions-java-worker/commits) --- updated-dependencies: - dependency-name: com.microsoft.azure.functions:azure-functions-java-library dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/maven/com.microsoft.azure.functions-azure-functions-java-library-3.0.0
branch
from
February 8, 2023 22:04
2ed5125
to
266c7ef
Compare
Superseded by #270. |
dependabot
bot
deleted the
dependabot/maven/com.microsoft.azure.functions-azure-functions-java-library-3.0.0
branch
November 27, 2023 22:11
🙈 The PR is closed and the preview is expired. |
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.
Bumps azure-functions-java-library from 1.4.2 to 3.0.0.
Release notes
Sourced from azure-functions-java-library's releases.
... (truncated)
Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)