Update dependencies#1
Open
filipbartek wants to merge 18 commits into
Open
Conversation
Resolve a test failure.
The test that is failing after upgrading JDK to 11.0.4: MainBasicTest.testLegalNotice
Version 2.6.2 was reported by GitHub as vulnerable.
Update the dependencies using the command `mvn versions:use-latest-releases`. See https://stackoverflow.com/a/974787/4054250 Update all the dependencies that can be updated without breaking the build or the tests.
to allow parallel builds without warning. To build in parallel, run e.g. `mvn -T 1C`.
This HTML tag is not supported by javadoc plugin.
because it relies on a remote TSA service that is no longer supported and it would be too much work to fix the test.
Changes: * Update dependencies to latest stable versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
build.dependencies)build.plugins)MainBasicTest.testLegalNotice: I don't know why this test is failing. My best guess is that it is due to JDK upgrade. I propose to ignore this test because it has little importance – it only checks the text of the legal notice.MainSignTsaIT.testCertificateSuccess: I think that the test is failing because it depends on a third-party test TSA and this TSA has an obsolete certificate. I estimate that it would be difficult to fix this test.build.version).Tasks
javadoc:javadocverifysiteMainBasicTest.testLegalNotice(unimportant)MainSignTsaIT.testCertificateSuccess(difficult to fix)