You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by Donald Szeto <do...@apache.org> on 2018/09/09 00:10:36 UTC

Java SDK ASF Release

Hi all,

I have prepared a new version of Java SDK that will be compatible for its
first ASF release. The pull request is at
https://github.com/apache/predictionio-sdk-java/pull/6. I am notifying the
dev mailing list because the change is quite substantial, so any feedback
would be highly appreciated.

There is no change in the API. Here's a short list of changes:
- Fixed Javadoc build errors
- Apache package name
- RAT license checks
- Added Google code style checks (except inconsistency between the official
guide and the Maven plugin, plus casing that would change the API signature)
- Added FindBugs
- Cross build on Travis to all applicable JDK versions

I will cut a release if there is no objection.

Regards,
Donald