issues Search Results · repo:FasterXML/jackson-module-jsonSchema language:Java
Filter by
110 results
(78 ms)110 results
inFasterXML/jackson-module-jsonSchema (press backspace or delete to remove)I got an error!
java.lang.module.FindException: Module validation.api not found, required by com.fasterxml.jackson.module.jsonSchema.jakarta
when I found jackson-module-jsonSchema-jakarta s module-info.class, ...
oldmanpushcart
- 6
- Opened on Dec 15, 2024
- #161
This was mentioned in an older issue but I want to bring it up again: the JsonSchema generator does not differentiate
between longs and ints. Both types end up as integer in the schema. It is said that ...
ajr3-gen
- 3
- Opened on Jan 26, 2024
- #160
Hello, I want to generate schema for carDto, which contains as attributes also four tireDto s. Here is exmaple of such
dto s:
@Getter
@Setter
public class CarDto
{
private String licencePlate;
private ...
peterpivarnik
- Opened on May 30, 2023
- #158
I have follow DTO
import java.util.LinkedHashSet;
import java.util.Optional;
import java.util.Set;
import javax.validation.Valid;
import org.openapitools.jackson.nullable.JsonNullable;
import com.fasterxml.jackson.annotation.JsonProperty; ...
MelleD
- 5
- Opened on Apr 28, 2023
- #157
Hello everyone; We are interested in using this library with the Jakarta integration, so we were wondering if there was
any tentative date for the release v2.15.0.
Thank you!
(Sorry if creating an Issue ...
gabriel-lafreniere
- 1
- Opened on Mar 15, 2023
- #155
Hello team,
I wanted to reach out highlighting an issue generating a nested interface object please.
Please allow me to show a simple concrete example.
I have a class Farm which contains one (it is ...
patpatpat123
- 1
- Opened on Mar 3, 2023
- #154
Hello team,
Just wanted to start an issue pointing out a 404. In the read me, there is a link Example Usage - (from
TestGenerateJsonSchema) (please see screenshot)
Screenshot_20230302_090605
Upon clicking ...
patpatpat123
- 2
- Opened on Mar 2, 2023
- #153
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
...
patpatpat123
- 5
- Opened on Mar 1, 2023
- #152
Hello
Are you planning to add support for Jakarte EE 9? Currently validation-api:1.1.0 is being imported.
Thank you
jorgerod
- 2
- Opened on Dec 19, 2022
- #150

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.