-
Notifications
You must be signed in to change notification settings - Fork 20
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
GH-21 and GH-104 jdk8 support and move of the xdm IO Events Model here as a new module #130
Conversation
This reverts commit 19e29b8.
Made the code compatible with java 8
…this repo and renaming it to `com.adobe.aio:aio-lib-java-events-xdm`
…cated to junit:junit:jar:4.11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor comment. the changes look good.
import com.fasterxml.jackson.annotation.JsonIgnoreProperties; | ||
import com.fasterxml.jackson.annotation.JsonProperty; | ||
|
||
@JsonIgnoreProperties(ignoreUnknown = true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add @JsonInclude(Include.NON_NULL)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did this on purpose to avoid adding yet another dependency
Description
com.adobe.event:xdm-event-model
as a new module of this repocom.adobe.aio:aio-lib-java-events-xdm
README.md
detailsRelated Issue
xdm-event-model
could be moved to this multi-module maven project #21aem
add support for aem-6.4 and Oracle Java SE 8 JDK #104