Kogito流程构建失败 - 枚举不匹配
使用Quarkus版本2.7.3.Final,由于2个不同的枚举值字段冲突,该构建失败了。
Java 11
错误详细信息:
引起:io.quarkus.builder.buildexception:构建失败:由于错误而构建失败 [错误]:构建步骤org.kie.kogito.quarkus.processes.deployment.processessassetsprocessor#postgenerationProcessing抛出了一个例外:org.infinispan.prototostostream.descriptoream.descriptorparserexception: org.kie.kogito.app.error422code.value
是一个已知问题吗? 是否有使用这些枚举的解决方法?
Using Quarkus version 2.7.3.Final, the build is failing because of the 2 different enums value field clashing.
Java 11
Error details:
Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step org.kie.kogito.quarkus.processes.deployment.ProcessesAssetsProcessor#postGenerationProcessing threw an exception: org.infinispan.protostream.DescriptorParserException: Enum value org.kie.kogito.app.Level.value clashes with enum value org.kie.kogito.app.Error422Code.value
Is it a known issue?
Is there any workaround to use the enums?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我设法轻松地重现了问题,并创建了以下JIRA跟踪: https:https://issues.redhat.redhat .com/browse/kogito-7063
I managed to easily reproduce the issue and created the following JIRA to track: https://issues.redhat.com/browse/KOGITO-7063