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

Update the dep of jackson-dataformat-yaml #143

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

sswguo
Copy link
Member

@sswguo sswguo commented Mar 25, 2024

The latest code with quarkus 3 reports the following error when I tried it on the new cluster, seems the version issue, let's remove the specific version here to have a try.

2024-03-22 08:57:01,827 INFO [org.com.ind.ser.sec.com.SecurityConstraintProvider] (executor-thread-1) Will parse security bindings from: /<mnt path>/security-bindings.yaml. 2024-03-22 08:57:01,829 ERROR [io.und.req.io] (executor-thread-1) Exception handling request 606f412c-118d-4c49-9941-9abcc7ebb35a-14 to /api/admin/stores/maven/remote/central: java.lang.NoSuchMethodError: 'void org.yaml.snakeyaml.parser.ParserImpl.<init>(org.yaml.snakeyaml.reader.StreamReader)' at com.fasterxml.jackson.dataformat.yaml.YAMLParser.<init>(YAMLParser.java:191) at com.fasterxml.jackson.dataformat.yaml.YAMLFactory._createParser(YAMLFactory.java:504) at com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:406) at com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:15) at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3809) at org.commonjava.indy.service.security.common.SecurityConstraintProvider.parseBindings(SecurityConstraintProvider.java:122)

@sswguo sswguo requested review from ligangty and ruhan1 March 25, 2024 09:29
Copy link
Member

@ligangty ligangty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sswguo sswguo merged commit 4f33551 into Commonjava:main Mar 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants