Skip to content

Fix Java 6 #169

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

Merged
merged 4 commits into from
Oct 19, 2017
Merged

Fix Java 6 #169

merged 4 commits into from
Oct 19, 2017

Conversation

ashawley
Copy link
Member

Seth noticed that the Java 6 build should be failing in #168. This wasn't noticed in Travis because of a defect in their build system. Part (1) of this is getting Java 6 builds working again in Travis, then (2) is verify Seth's report that it should fail, then (3) is fixing the failure which is removing base64 functions available in Java 7 and later.

@ashawley
Copy link
Member Author

Confirmed it failed:

 scala-xml/jvm/src/test/scala/scala/xml/JavaByteSerialization.scala:4: object Base64 is not a member of package java.util

@ashawley ashawley merged commit 58ff98b into scala:master Oct 19, 2017
@ashawley ashawley deleted the openjdk6 branch October 19, 2017 22:25
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.

1 participant