Open
Conversation
OpenJDK 6 is no longer supported in the default build environment of Travis CI, so downgrade to Ubuntu 14.04 LTS (Trusty Tahr). This version is EOL (like Java 6), but seems to be the only way to continue building with OpenJDK 6. Even with the downgraded build environment, a manual workaround is necessary since the usual "jdk" key does not work.
Author
|
AppVeyor build fails due to [WARNING] Could not transfer metadata commons-io:commons-io/maven-metadata.xml from/to central (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/commons-io/commons-io/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required. etc., which appears not to be caused by this change, but by the maven settings that the AppVeyor build uses being outdated. |
|
Any reason not to upgrade to JUnit |
0540169 to
88e50eb
Compare
Author
No, not really. Updated the PR to use 4.13, and fixed the CI builds. |
Author
|
@stefanbirkner Any change of getting this merged? |
Author
|
Ping @stefanbirkner |
Versions before 3.2.3 don't use https when accessing Maven Central, which is now required (see MNG-5672).
Resolves issues stefanbirkner#77, stefanbirkner#83
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.
Resolves issue #77