wildfly-jar-maven-plugin
wildfly-jar-maven-plugin copied to clipboard
WildFly Bootable JAR
Hello, we have observed that migrating our application (we made many tests with the same app version) from WildFly 23 to WildFly 23 bootable version there is a degradation in...
The cli-script example showing how to create an admin account contains a reload command. Without any parameters this reloads the server in normal mode. If this script is executed during...
Moving form Activemq to Kafka for the RAR demo The Gradle example works also with Apache Maven thus we don't need another example Adding a REST Endpoint to be able...
Had to guess / experiment until I found a way that worked for bare-metal / non-openshift projects. The solution I found is posted as the [answer to my own StackOverflow...
Today the cloud mode and bare-metal mode expect the provisioned feature-pack to be org.wildfly:wildfly-galleon-pack. In some cases one would want to provision org.wildfly:wildfly-ee-galleon-pack. This has an impact on: * default-configs...
Root cause: https://bugs.openjdk.java.net/browse/JDK-8285445 Wildfly issue : https://issues.redhat.com/browse/WFLY-16316 Workaround: When launching bootable JAR, add -Djdk.io.File.enableADS=true The testsuite will be updated with the workaround. To be removed when this bug is fixed...
A simple example of making a bootable JAR a systemd service that you can start/shutdown.
Please extend the **wildfly-jar-maven-plugin** plugin to allow generation of a bootable jar from an existing .war file. This will be prove very useful in those cases where web archive assembly...
Starting JDK18, when enabling the security manager using the '-secmgr' command line option, the '-Djava.security.manager=allow' system property must also be set. For example: ``` java -jar -Djava.security.manager=allow my-app-bootable.jar -secmgr ```
Right now we can pass build time environment variables appending them with -D to the maven goal. For example If I am using a feature pack that requires configurations via...