CentEAP / eap-build

Build scripts for EAP 6 or 7
122 stars 62 forks source link

added JBossEAP 7.4.0 #163

Closed cher1705 closed 2 years ago

cher1705 commented 2 years ago

Signed-off-by: Carsten Herrmann Carsten_Herrmann@mail.schwarz

cher1705 commented 2 years ago

The only thing I get, if I run the server is: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/Users/cher1705/IdeaProjects/eap-build/dist/jboss-eap-7.4/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-15.0.2.Final-redhat-00001.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 1 Can you confirm and is it ignorable?

fcorneli commented 2 years ago

Which Java version do you run here?

cher1705 commented 2 years ago

Which Java version do you run here?

Java11 works not without the error openjdk version "11.0.12" 2021-07-20 OpenJDK Runtime Environment Temurin-11.0.12+7 (build 11.0.12+7) OpenJDK 64-Bit Server VM Temurin-11.0.12+7 (build 11.0.12+7, mixed mode)

ok Java8 works openjdk version "1.8.0_302" OpenJDK Runtime Environment (Temurin)(build 1.8.0_302-b08) OpenJDK 64-Bit Server VM (Temurin)(build 25.302-b08, mixed mode)

cher1705 commented 2 years ago

The only thing I get, if I run the server is: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/Users/cher1705/IdeaProjects/eap-build/dist/jboss-eap-7.4/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-15.0.2.Final-redhat-00001.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 1 Can you confirm and is it ignorable?

CAN BE IGNORED :) it's also happening with the official jbeap 7.4.0

cher1705 commented 2 years ago

But I have a general question... how do I know, I'm using a jbeap build, which was builded with this script? or how can we tell redhat, we are using a custom jboss? is there somehow a difference between official jboss and hasalex-build?

hasalex commented 2 years ago

Thanks. Merged manually.