Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Consider minimal Java version #2

Closed
keilw opened this issue Mar 11, 2015 · 3 comments
Closed

Consider minimal Java version #2

keilw opened this issue Mar 11, 2015 · 3 comments

Comments

@keilw
Copy link
Member

keilw commented Mar 11, 2015

Looking at ideas for Android support like JavaMoney/javamoney-shelter#17 we should ensure, the BPs also work there. API even Java ME Embedded 8, too (which is largely compatible with Java SE 7 anyway)

@atsticks
Copy link
Member

Current first release is building/compatible with Java SE 7. Basically with replacing the diamond operators with corresponding explicit entries should do the job rendering it compatible with Java 6.

@atsticks
Copy link
Member

All the Objects refs must also be removed, so I propose to stick with Java 7.

@keilw
Copy link
Member Author

keilw commented Mar 17, 2015

What refs or classes do you mean?

@msgilligan already looked into Android support. As long as we don't break anything on Android (see http://stackoverflow.com/questions/7153989/java-7-language-features-with-android/13550632#13550632) Java 7 could generally work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants