Skip to content
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

WarcRecordUtils.java uses or overrides a deprecated API #127

Closed
ruebot opened this issue Nov 30, 2017 · 1 comment
Closed

WarcRecordUtils.java uses or overrides a deprecated API #127

ruebot opened this issue Nov 30, 2017 · 1 comment

Comments

@ruebot
Copy link
Member

ruebot commented Nov 30, 2017

[INFO] Compiling 11 source files to /home/nruest/git/aut/target/classes
[INFO] /home/nruest/git/aut/src/main/java/io/archivesunleashed/data/WarcRecordUtils.java: /home/nruest/git/aut/src/main/java/io/archivesunleashed/data/WarcRecordUtils.java uses or overrides a deprecated API.
[INFO] /home/nruest/git/aut/src/main/java/io/archivesunleashed/data/WarcRecordUtils.java: Recompile with -Xlint:deprecation for details.
@ruebot
Copy link
Member Author

ruebot commented Nov 30, 2017

From: mvn clean install -Dmaven.compiler.showDeprecation=true

[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ aut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/nruest/git/aut/target/classes
[WARNING] /home/nruest/git/aut/src/main/java/io/archivesunleashed/data/WarcRecordUtils.java:[32,27] org.archive.io.warc.WARCConstants in org.archive.io.warc has been deprecated
[WARNING] /home/nruest/git/aut/src/main/java/io/archivesunleashed/data/WarcRecordUtils.java:[40,47] org.archive.io.warc.WARCConstants in org.archive.io.warc has been deprecated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant