-
-
Notifications
You must be signed in to change notification settings - Fork 5
Bump the quarkus group with 3 updates #286
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
Changes from all commits
c9d6ca6
fdcf8d4
fe4c5cc
c966e99
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,9 +37,9 @@ | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
<quarkus-github-app.version>2.7.0</quarkus-github-app.version> | ||
<quarkus-openapi-generator.version>2.4.7</quarkus-openapi-generator.version> | ||
<quarkus-openapi-generator.version>2.6.0</quarkus-openapi-generator.version> | ||
<!-- Using a single property for both plugin and platform, so that GitHub's Dependabot doesn't get confused --> | ||
<quarkus.version>3.16.1</quarkus.version> | ||
<quarkus.version>3.16.2</quarkus.version> | ||
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id> | ||
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id> | ||
<glob.version>0.9.0</glob.version> | ||
|
@@ -100,6 +100,14 @@ | |
<artifactId>quarkus-openapi-generator</artifactId> | ||
<version>${quarkus-openapi-generator.version}</version> | ||
</dependency> | ||
<!-- | ||
Without the OIDC filter dependency generated client leads to an obscure errors like: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was this already reported? If so we may want to add a link here? |
||
> WARN [io.qua.arc.pro.BeanArchives] Failed to index io.quarkus.oidc.client.runtime.AbstractTokensProducer: Class does not exist in ClassLoader QuarkusClassLoader:Deployment Class Loader: TEST for DevelocityReportFormatterTest (QuarkusTest)@65b19e5c | ||
--> | ||
<dependency> | ||
<groupId>io.quarkus</groupId> | ||
<artifactId>quarkus-rest-client-oidc-filter</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.quarkus</groupId> | ||
<artifactId>quarkus-rest-client-jackson</artifactId> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ quarkus.cache.caffeine."glob-cache".maximum-size=200 | |
hibernate-github-bot.jenkins.github-app-id=347853 | ||
hibernate-github-bot.develocity.uri=https://ge.hibernate.org/ | ||
|
||
quarkus.openapi-generator.codegen.spec.gradle_enterprise_2023_4_api_yaml.config-key=develocity | ||
quarkus.openapi-generator.codegen.spec.gradle_enterprise_2023_4_api_yaml.config-key=gradle_enterprise_2023_4_api_yaml | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The whole point of this line was to use a simpler key 🙂 I take it it no longer works? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah 😖 I've opened this PR quarkiverse/quarkus-openapi-generator#848 it should allow to use keys again |
||
quarkus.openapi-generator.codegen.spec.gradle_enterprise_2023_4_api_yaml.base-package=com.gradle.develocity | ||
quarkus.rest-client.develocity.uri=${hibernate-github-bot.develocity.uri} | ||
quarkus.rest-client."gradle_enterprise_2023_4_api_yaml".uri=${hibernate-github-bot.develocity.uri} | ||
quarkus.openapi-generator.gradle_enterprise_2023_4_api_yaml.auth.DevelocityAccessKey.bearer-token=${hibernate-github-bot.develocity.access-key} | ||
|
||
%dev.quarkus.rest-client.logging.scope=request-response | ||
|
Uh oh!
There was an error while loading. Please reload this page.