GitHub user HansBrende opened a pull request:
https://github.com/apache/any23/pull/100
ANY23-365 resolved additional warnings
Resolved the following warnings:
- Annotation `Author.class` is not retained for reflective access (in
`o.a.a.cli.PluginVerifier`)
- `o.a.a.cli.PluginVerifier` uses unchecked or unsafe operations
- `sun.security.validator.ValidatorException` is internal proprietary API
and may be removed in a future release (in `o.a.a.servlet.WebResponder`)
mvn clean test -> all tests passed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HansBrende/any23 ANY23-365
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/100.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #100
----
commit 3f87cf3a8ca51650376d7f111613fe0c1eda74d5
Author: Hans <firedrake93@...>
Date: 2018-07-11T20:53:05Z
ANY23-365 resolved additional warnings
----
---