FasterXML / jackson-module-jsonSchema

Module for generating JSON Schema (v3) definitions from POJOs
371 stars 135 forks source link

[WARNING] The POM for com.fasterxml.jackson.module:jackson-module-jsonSchema-jakarta:jar:2.15.0 is missing, no dependency information available #152

Closed patpatpat123 closed 1 year ago

patpatpat123 commented 1 year ago

Hello team,

I am currently using a SpringBoot 3+ application with java 17. Hence, I would like to leverage the 2.15 as per your doc recommendation.

I added this in my pom:

 <dependency>
            <groupId>com.fasterxml.jackson.module</groupId>
            <artifactId>jackson-module-jsonSchema-jakarta</artifactId>
            <version>2.15.0</version>
        </dependency>

Unfortunately, I am getting:

[WARNING] The POM for com.fasterxml.jackson.module:jackson-module-jsonSchema-jakarta:jar:2.15.0 is missing, no dependency information available

Could not find artifact com.fasterxml.jackson.module:jackson-module-jsonSchema-jakarta:jar:2.15.0

May I ask how can I get this interesting version 2.15 please? Is it by some kind of special repository?

Thank you

pjfanning commented 1 year ago

There is no 2.15.0 release. 2.14.2 is the latest.

patpatpat123 commented 1 year ago

I just took those two screenshots (please see attached screenshots) and showed it to 10 random people for a sample. I know, 10 is small, but I made it random.

Out of 10, 8 people, (1 just told me to f off, unlucky me, one told me this is understandable "There is no 2.15.0") those 8 said "I understand this 2.15 exists, and one should chose to use it or not, there is one old, there is one new, both exists, just need to chose between either one, there is one with jakarta, one without jakarta, both exists, just need to chose between either one"

With that said, thanks for clarifying There is no 2.15.0 release.

Screenshot_20230301_081710 Screenshot_20230301_081704

pjfanning commented 1 year ago

https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15 has the status

cowtowncoder commented 1 year ago

Trick here is the word "upcoming" but... it is bit tricky to figure out best way to let people know about what will be coming vs what exists.

FWTW, 2.15 will hopefully be available within month and yes, as per @pjfanning , release notes page has some info on this.

patpatpat123 commented 1 year ago

many thanks both. Much appreciated