-
Notifications
You must be signed in to change notification settings - Fork 146
Feature/java 8 version #333
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
Feature/java 8 version #333
Conversation
Release version 2.7.3
Release version 3.0.0
Release version 4.0.0
Release 4.0.1
Release version 4.1.0
Version Update 4.2.0
Release version 5.0.0
|
Hi @smic1909, Many thanks for the effort creating this pull request! Regards, |
|
Hi @smic1909 , There's some conflicts on you pull request, can you please fix them? Regards, |
# Conflicts: # src/main/java/com/adyen/model/checkout/InputDetail.java # src/main/java/com/adyen/model/checkout/PaymentMethod.java # src/main/java/com/adyen/model/checkout/RecurringDetail.java # src/main/java/com/adyen/model/modification/AbstractModificationRequest.java
- Remove redundant null values
|
@martinsrenato FYI, in case you missed my merge. Should be ok now, can you please double check. |
|
Hi @smic1909 ! Sorry for taking some time to answer you. Since the changes were made on your cloned repo, it is easier if you commit it. After that Travis will build again, hopefully without any issues. Thanks again for all the contributions. Regards, |
Hi @martinsrenato , please check my latest commit. |
|
Hi @smic1909, I am merging your PR now, since all the issues have been fixed and approved by reviewers. Thanks again for the contribution! Regards, |
Description
This is the initial PR to upgrade from Java 7 to Java 8. First minor changes are already implemented. Further PRs can follow once this PR has been merged.
Tested scenarios
Tests are all green
Fixed issue: #329