-
Notifications
You must be signed in to change notification settings - Fork 31
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 org.openapitools:openapi-generator-maven-plugin from 7.8.0 to 7.9.0 #2072
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/maven/org.openapitools-openapi-generator-maven-plugin-7.9.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump org.openapitools:openapi-generator-maven-plugin from 7.8.0 to 7.9.0 #2072
dependabot
wants to merge
1
commit into
master
from
dependabot/maven/org.openapitools-openapi-generator-maven-plugin-7.9.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
Bumps org.openapitools:openapi-generator-maven-plugin from 7.8.0 to 7.9.0. --- updated-dependencies: - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
lampajr
requested changes
Oct 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this upgrade is breaking the auto-generated typescript client:
[INFO] [io.quarkiverse.quinoa.deployment.packagemanager.PackageManagerRunner] src/generated/models/Action.ts(28,5): error TS2724: '"./ActionConfig"' has no exported member named 'ActionConfigToJSONTyped'. Did you mean 'ActionConfigFromJSONTyped'?
[INFO] [io.quarkiverse.quinoa.deployment.packagemanager.PackageManagerRunner] src/generated/models/ChangeDetection.ts(21,5): error TS2724: '"./ChangeDetectionConfig"' has no exported member named 'ChangeDetectionConfigToJSONTyped'. Did you mean 'ChangeDetectionConfigFromJSONTyped'?
[INFO] [io.quarkiverse.quinoa.deployment.packagemanager.PackageManagerRunner] src/generated/models/Datastore.ts(21,5): error TS2724: '"./DatastoreConfig"' has no exported member named 'DatastoreConfigToJSONTyped'. Did you mean 'DatastoreConfigFromJSONTyped'?
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Horreum 0.16-SNAPSHOT:
[INFO]
[INFO] Horreum ............................................ SUCCESS [ 0.782 s]
[INFO] horreum-api ........................................ SUCCESS [ 15.032 s]
[INFO] Horreum infra - common ............................. SUCCESS [ 1.078 s]
[INFO] Horreum Dev Services - Parent ...................... SUCCESS [ 0.031 s]
[INFO] Horreum Dev Services - Runtime ..................... SUCCESS [ 1.782 s]
[INFO] Horreum Dev Services - Deployment .................. SUCCESS [ 1.267 s]
[INFO] Horreum Backend .................................... FAILURE [01:01 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:23 min
[INFO] Finished at: 2024-10-08T22:22:40Z
[INFO] ------------------------------------------------------------------------
Error: Failed to execute goal io.quarkus:quarkus-maven-plugin:3.14.4:build (default) on project horreum-backend: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
Error: [ERROR] [error]: Build step io.quarkiverse.quinoa.deployment.QuinoaProcessor#processBuild threw an exception: java.lang.RuntimeException: Error in Quinoa while running package manager build command: node.exe D:\a\Horreum\Horreum\horreum-web\node\node\node_modules\npm\bin\npm-cli.js run build
Error: at io.quarkiverse.quinoa.deployment.packagemanager.PackageManagerRunner.build(PackageManagerRunner.java:93)
Error: at io.quarkiverse.quinoa.deployment.QuinoaProcessor.processBuild(QuinoaProcessor.java:183)
Error: at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
Error: at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
Error: at io.quarkus.builder.BuildContext.run(BuildContext.java:256)
Error: at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
Error: at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2516)
Error: at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2495)
Error: at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:[1521](https://github.com/Hyperfoil/Horreum/actions/runs/11244620039/job/31263063840?pr=2072#step:8:1522))
Error: at java.base/java.lang.Thread.run(Thread.java:840)
Error: at org.jboss.threads.JBossThread.run(JBossThread.java:483)
Error: -> [Help 1]
Error:
Error: To see the full stack trace of the errors, re-run Maven with the -e switch.
Error: Re-run Maven using the -X switch to enable full debug logging.
It will require some additional changes.
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 org.openapitools:openapi-generator-maven-plugin from 7.8.0 to 7.9.0.
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)