Skip to content
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

Moving Quark SourceFiles throws an exception since the charset is unknown #366

Closed
pway99 opened this issue May 17, 2022 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@pway99
Copy link
Contributor

pway99 commented May 17, 2022

The AbstractRewriteRunMojo is not able to move Quark SourceFiles by deleting and writing their contents to the new location since the Quark charset is unknown

[INFO] Running recipe(s)...
[WARNING] File has been moved from src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension to src/main/resources/META-INF/services/jakarta.enterprise.inject.spi.Extension by:
[WARNING]     org.openrewrite.jakarta.javax.BootstrappingFiles
[WARNING]         org.openrewrite.RenameFile: {fileMatcher=**/javax.enterprise.inject.spi.Extension, fileName=jakarta.enterprise.inject.spi.Extension}
[WARNING] Please review and commit the results.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.679 s
[INFO] Finished at: 2022-05-17T14:56:47+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.openrewrite.maven:rewrite-maven-plugin:4.24.0:run (default-cli) on project complete-duke: Execution default-cli of goal org.openrewrite.maven:rewrite-maven-plugin:4.24.0:run failed: The contents of a quark are unknown, so the charset is unknown.
@pway99 pway99 added the bug Something isn't working label May 17, 2022
@pway99 pway99 moved this to Backlog in OpenRewrite May 17, 2022
@pway99 pway99 self-assigned this May 23, 2022
@pway99 pway99 moved this from Backlog to In Progress in OpenRewrite May 23, 2022
@pway99 pway99 closed this as completed in 8e8650f May 23, 2022
Repository owner moved this from In Progress to Done in OpenRewrite May 23, 2022
@pway99 pway99 changed the title Moving Quark SourceFiles throws an exeption since the charset is unknown Moving Quark SourceFiles throws an exception since the charset is unknown May 23, 2022
@pway99 pway99 added this to the 4.25.0 milestone May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant