You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "Otavio Goncalves de Santana (JIRA)" <ji...@apache.org> on 2014/12/15 00:41:13 UTC

[jira] [Created] (TAMAYA-27) Problem when the OptionalBoolean is used

Otavio Goncalves de Santana created TAMAYA-27:
-------------------------------------------------

             Summary: 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


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)