[
https://issues.apache.org/jira/browse/NLPCRAFT-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17271418#comment-17271418
]
Sergey Makov commented on NLPCRAFT-211:
---------------------------------------
[~aradzinski]
Users do not need to set any properties, {{java.home}} is part of Java system
properties (
https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html )
and is accessible in Maven pom.xml files (see
https://maven.apache.org/pom.html#properties )
> Release verify java version issue.
> ----------------------------------
>
> Key: NLPCRAFT-211
> URL: https://issues.apache.org/jira/browse/NLPCRAFT-211
> Project: NLPCraft
> Issue Type: Bug
> Components: build & release
> Reporter: Sergey Kamov
> Assignee: Sergey Makov
> Priority: Major
> Fix For: 0.7.4
>
>
> - I don't have JAVA_HOME env variable, but `java -version` command shows
> '11'.
> - When I execute `mvn clean verify`, on pre-integration phase sever started
> under java 15 and hang on start.
> We have to set a concrete java version in pom.xml for integration tests if it
> is possible or describe how to avoid this problem if the user has java 15
> because it can be used somehow.
> (Checked under two different bigSur installation, where were installed:
> oracle jdk8 and 11, open java 15 was installed indirect way, maybe with
> `brew`)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)