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

pom: use new junit artifactId #78

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

reftel
Copy link

@reftel reftel commented Jan 27, 2020

Resolves issue #77

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.
@reftel
Copy link
Author

reftel commented Jan 28, 2020

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.

@vjkoskela
Copy link

Any reason not to upgrade to JUnit 4.13 which was released Jan-2020?

https://search.maven.org/artifact/junit/junit

@reftel reftel force-pushed the feature/junit branch 3 times, most recently from 0540169 to 88e50eb Compare May 14, 2020 12:02
@reftel
Copy link
Author

reftel commented May 14, 2020

Any reason not to upgrade to JUnit 4.13 which was released Jan-2020?

No, not really. Updated the PR to use 4.13, and fixed the CI builds.

@reftel
Copy link
Author

reftel commented Sep 11, 2020

@stefanbirkner Any change of getting this merged?

@reftel
Copy link
Author

reftel commented Apr 22, 2021

Ping @stefanbirkner

Versions before 3.2.3 don't use https when accessing Maven Central,
which is now required (see MNG-5672).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants