Maven Site release (github.io)
Maven Site snapshot (infra.top)
Artifacts (release)
Artifacts (snapshot)
Source Repository (github)
Source Repository (gitlab)
spring-boot-jackson2
Jackson2 customizers and extensions for spring-boot applications.
Serializer and Deserializer of org.apache.commons:commons-lang3
org.apache.commons.lang3.tuple.Pair.
com.fasterxml.jackson.datatype:jackson-datatype-guava
com.google.guava:guava
com.fasterxml.jackson.datatype:jackson-datatype-jdk8
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
com.fasterxml.jackson.module:jackson-module-parameter-names (optional)
org.springframework:spring-web
top.infra.jackson2.Jackson2Utils can customize ObjectMapper instance just like spring-boot's JacksonAutoConfiguration does.
# see: spring-boot-jackson2-jaxb
spring.jackson.jaxb.enabled: falseorg.springframework.hateoas:spring-hateoas
org.springframework.hateoas.hal.Jackson2HalModule
com.fasterxml.jackson.module:jackson-module-jaxb-annotations
com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule
org.springframework:spring-oxm
Set up JacksonJodaDateFormat for DateTime of joda-time
com.fasterxml.jackson.datatype:jackson-datatype-joda
joda-time:joda-time
time ./mvnw -e -ntp spotbugs:spotbugs spotbugs:check pmd:pmd pmd:check
time JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home" ./mvnw -e -ntp clean package
time JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk-11.0.2.jdk/Contents/Home" ./mvnw -e -ntp -Djava.version=11 clean package