wildfly-extras / creaper

Small library for JBoss AS 7 and WildFly management with a slight bias towards testing
Apache License 2.0
19 stars 30 forks source link

add remote+http and remote+https protocols, deprecate old variants #224

Closed simkam closed 1 year ago

simkam commented 1 year ago

new names are supported since WildFly 11, see https://issues.redhat.com/browse/WFCORE-296

Let's not change the default protocol, new protocols aren't supported with WildFly 10. EAP 7.0.0 is based on WildFly 10 and I would like Creaper to stay EAP 7.x compatible for now.

But I have run tests locally with default changed to REMOTE+HTTP and all passed.