creaper
creaper copied to clipboard
Small library for JBoss AS 7 and WildFly management with a slight bias towards testing
intentionally adding only a single WF version per PR to leverage GH CI depends on #206, #207, #208, #209 and #210
intentionally adding only a single WF version per PR to leverage GH CI depends on #206, #207, #208 and #209
New dependencies have introduced new rules for find bugs plugin -> issues are fixed
Once we move to JDK11+ only, we should re-enable testing bits that have been commented out/disabled in 33f8487ba72db07cba543041f3b5af555a9f99b8. See relevant comments in code.
For AS7, there was a default protocol used e.g. for CLI connection named `remoting` with `9999` port number as default. Since WildFly 9, this has changed to `http-remoting` or `https-remoting`...
Tests ChangeJdbcAttributesOnlineTest and JournalStoreVsJdbcStoreOnlineTest fail on wildfly11 and higher due to "WFLYCTL0105: use-journal-store is invalid in combination with use-jdbc-store". This restriction should be reflected in given commands.
There is issue creating Arquillian in-container JAR/WAR deployment with Creaper. Creaper requires its dependencies `wildfly-cli` and `wildfly-controller-client` to be present which is possible to do with WAR like: ``` public...
Elytron command CreateServerSSLContext should implement replaceExisting() method.
Path with empty spaces does not work in `resources` of `AddModule` command on Windows. When path with directory "directory with spaces" is used then it fails on Windows due to...
Currently SnapshotBackup is only able to take domain config snapstot not the host one.