[
https://issues.apache.org/jira/browse/TAMAYA-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Otavio Goncalves de Santana resolved TAMAYA-27.
-----------------------------------------------
Resolution: Fixed
Fix Version/s: 0.1-incubating
Just returning java.lang.Boolean
> Problem when the OptionalBoolean is used
> ----------------------------------------
>
> Key: TAMAYA-27
> URL: https://issues.apache.org/jira/browse/TAMAYA-27
> Project: Tamaya
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.1-incubating
> Reporter: Otavio Goncalves de Santana
> Fix For: 0.1-incubating
>
>
> The class OptionalBoolean does part of JavaFX and is insclused in HotSpot.
> The problem is that class does not exist in OpenJDK project, so not compile
> the project with OpenJDK.
> It's important to say with JSR 336, the Java 7, the OpenJDK project is
> Reference implementation. This way our project just compile in Oracle's JVM.
> Ref: https://jcp.org/en/jsr/detail?id=336
> Sugetsion: Just use Optional<Boolean> instead, this way we have garanty all
> JVM will compile and run this project.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)