admin管理员组文章数量:1122832
I'm trying to update a quarkus project with quarkus update
but it nevers ends.
I used -e --verbose
parameters but don't get any errors or hints.
It displays
[INFO] Not parsing quark C:\dev\projets\CheckPoint~.m2\repository\org\hibernate\orm\hibernate-core\6.4.8.Final\hibernate-core-6.4.8.Final.jar as its size 11 MB exceeds size threshold 10 MB
And gets stuck there without ending.
My project version is 3.8.5. I tried to update with -stream=3.8
to update to 3.8.6 and -stream=3.15
to update to latest LTS, but none of them work.
Does anyone encountered such behaviour ?
What can I do to make it work ?
I'm trying to update a quarkus project with quarkus update
but it nevers ends.
I used -e --verbose
parameters but don't get any errors or hints.
It displays
[INFO] Not parsing quark C:\dev\projets\CheckPoint~.m2\repository\org\hibernate\orm\hibernate-core\6.4.8.Final\hibernate-core-6.4.8.Final.jar as its size 11 MB exceeds size threshold 10 MB
And gets stuck there without ending.
My project version is 3.8.5. I tried to update with -stream=3.8
to update to 3.8.6 and -stream=3.15
to update to latest LTS, but none of them work.
Does anyone encountered such behaviour ?
What can I do to make it work ?
Share Improve this question asked Nov 21, 2024 at 14:01 JulienJulien 332 bronze badges1 Answer
Reset to default 0Is your .m2/
in the project you are trying to update? From the message, it looks like OpenRewrite is trying to parse the .m2/
content which looks very odd.
If it's the case, I think I would try by moving the .m2
out and see how it goes.
If it works, I'm not entirely sure how we could handle this use case from the OpenRewrite standpoint but I can ask there if they have some advices.
本文标签: Quarkus update never endingStack Overflow
版权声明:本文标题:Quarkus update never ending - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736310209a1934293.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论