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

Fix depreciation warnings #96

Closed
dzieciou opened this issue Feb 4, 2023 · 1 comment
Closed

Fix depreciation warnings #96

dzieciou opened this issue Feb 4, 2023 · 1 comment
Labels

Comments

@dzieciou
Copy link
Owner

dzieciou commented Feb 4, 2023

Ref: https://github.com/dzieciou/curl-logger/actions/runs/4092679132/jobs/7057576657

Warning:  /home/runner/work/curl-logger/curl-logger/src/main/java/com/github/dzieciou/testing/curl/Http2Curl.java: Some input files use or override a deprecated API.
Warning:  /home/runner/work/curl-logger/curl-logger/src/main/java/com/github/dzieciou/testing/curl/Http2Curl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ curl-logger ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ curl-logger ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/runner/work/curl-logger/curl-logger/target/test-classes
Warning:  /home/runner/work/curl-logger/curl-logger/src/test/java/com/github/dzieciou/testing/curl/UsingWithRestAssuredTest.java: Some input files use or override a deprecated API.
Warning:  /home/runner/work/curl-logger/curl-logger/src/test/java/com/github/dzieciou/testing/curl/UsingWithRestAssuredTest.java: Recompile with -Xlint:deprecation for details.
Warning:  /home/runner/work/curl-logger/curl-logger/src/test/java/com/github/dzieciou/testing/curl/UsingWithRestAssuredTest.java: /home/runner/work/curl-logger/curl-logger/src/test/java/com/github/dzieciou/testing/curl/UsingWithRestAssuredTest.java uses unchecked or unsafe operations.
Warning:  /home/runner/work/curl-logger/curl-logger/src/test/java/com/github/dzieciou/testing/curl/UsingWithRestAssuredTest.java: Recompile with -Xlint:unchecked for details.
@dzieciou dzieciou added the bug label Feb 4, 2023
@dzieciou
Copy link
Owner Author

Fixed by #110

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

No branches or pull requests

1 participant