Skip to content

Conversation

@ismaelgcosta
Copy link
Contributor

Once we added support to java time I thing it's necessary to update the java compiler version

Once we added support to java time I thing it's necessary to update the java compiler version
@maurcarvalho
Copy link
Contributor

@mundodojava just make sure to check that, FF should continue working on previous compiler versions such as 1.6 and 1.7. Ty

@nykolaslima
Copy link
Member

@mundodojava the build is broken...

@ismaelgcosta
Copy link
Contributor Author

@mauriciojr I'm just updating tha java version compiler. Because we added support to Java Time. This change already broken the use with Java versions 1.6 and 1.7 .

@maurcarvalho
Copy link
Contributor

This change broken the use with Java versions 1.6 and 1.7.

@mundodojava What does that mean?

Are we affirming that every project wich has been using FF cannot update with the master version?
Is it really expected?

Once you did that java.version runtime validation It doesn't make sense to me. If only java-8 compilers will be able to execute FF dependency, why validate they java.version?

@ismaelgcosta
Copy link
Contributor Author

Ok. I get your point. I added retrocompatibility to java 6 and 7. So validate java.version now makes sense.

@ismaelgcosta ismaelgcosta changed the title Update pom.xml to java version 1.8 Add retrocompatibility to java 6 and 7 Feb 24, 2016
@ismaelgcosta
Copy link
Contributor Author

@nykolaslima Can you merge this? It will be necessary to this release.

Double value = Double.valueOf(i+(.23d));
assertEquals("doubles should be equal", function.generateValue(), value);
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mundodojava could you explain the reason for these changes at NumberSequenceFunctionTest.java?
Did you find any issue with the autoboxing/unboxing usage?

Thank you!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mauriciojr Yes, when travis runs this test, it fails. The only way I found was that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@ismaelgcosta
Copy link
Contributor Author

I`m waiting this merge and the new version to use at my work

@ismaelgcosta
Copy link
Contributor Author

Hi guys, this PR will be merging?

@ismaelgcosta
Copy link
Contributor Author

Hi @maurcarvalho @nykolaslima , can you merge this PR ? I fixed all the pointed changes

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.

3 participants