This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] --- exec-maven-plugin:1.6.0:exec (default) @ wildfly-openssl-macosx-x86_64 --- | |
mkdir -p target/classes/macosx-x86_64 | |
cc -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith -std=c89 -Wdeclaration-after-statement -Wformat -Wformat-security -Wunused -Wno-unknown-pragmas -c ../libwfssl/src/alpn.c -o target/alpn.o -I../libwfssl/include -I/Users/darranlofthouse/applications/jdk-11.0.2.jdk/Contents/Home/include -I/Users/darranlofthouse/applications/jdk-11.0.2.jdk/Contents/Home/include/darwin | |
cc -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith -std=c89 -Wdeclaration-after-statement -Wformat -Wformat-security -Wunused -Wno-unknown-pragmas -c ../libwfssl/src/clientcert.c -o target/clientcert.o -I../libwfssl/include -I/Users/darranlofthouse/applications/jdk-11.0.2.jdk/Contents/Home/include -I/Users/darranlofthouse/applications/jdk-11.0.2.jdk/Contents/Home/include/darwin | |
cc -Werror -Wall -Wmissing-prototypes -Wstrict-prototyp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./system/add-ons/keycloak/org/keycloak/keycloak-adapter-core/main/keycloak-adapter-core-12.0.0-SNAPSHOT.jar | |
./system/add-ons/keycloak/org/keycloak/keycloak-adapter-spi/main/keycloak-adapter-spi-12.0.0-SNAPSHOT.jar | |
./system/add-ons/keycloak/org/keycloak/keycloak-adapter-spi/main/keycloak-undertow-adapter-spi-12.0.0-SNAPSHOT.jar | |
./system/add-ons/keycloak/org/keycloak/keycloak-authz-client/main/keycloak-authz-client-12.0.0-SNAPSHOT.jar | |
./system/add-ons/keycloak/org/keycloak/keycloak-common/main/keycloak-common-12.0.0-SNAPSHOT.jar | |
./system/add-ons/keycloak/org/keycloak/keycloak-core/main/keycloak-core-12.0.0-SNAPSHOT.jar | |
./system/add-ons/keycloak/org/keycloak/keycloak-jboss-adapter-core/main/keycloak-jboss-adapter-core-12.0.0-SNAPSHOT.jar | |
./system/add-ons/keycloak/org/keycloak/keycloak-undertow-adapter/main/keycloak-undertow-adapter-12.0.0-SNAPSHOT.jar | |
./system/add-ons/keycloak/org/keycloak/keycloak-wildfly-elytron-oidc-adapter/main/keycloak-wildfly-elytron-oidc-adapter-12.0.0-SNAPSHOT.jar | |
./system/add-ons/keyclo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r original-wildfly-21.0.0.Beta1-SNAPSHOT wildfly-21.0.0.Beta1-SNAPSHOT | |
Only in wildfly-21.0.0.Beta1-SNAPSHOT/bin: adapter-elytron-install.cli | |
Only in wildfly-21.0.0.Beta1-SNAPSHOT/bin: adapter-elytron-install-offline.cli | |
Only in wildfly-21.0.0.Beta1-SNAPSHOT/bin: adapter-install.cli | |
Only in wildfly-21.0.0.Beta1-SNAPSHOT/bin: adapter-install-offline.cli | |
Only in wildfly-21.0.0.Beta1-SNAPSHOT/docs: licenses-keycloak | |
Only in wildfly-21.0.0.Beta1-SNAPSHOT/modules/system: add-ons | |
diff -r original-wildfly-21.0.0.Beta1-SNAPSHOT/standalone/configuration/standalone.xml wildfly-21.0.0.Beta1-SNAPSHOT/standalone/configuration/standalone.xml | |
24a25 | |
> <extension module="org.keycloak.keycloak-adapter-subsystem"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<server xmlns="urn:jboss:domain:14.0"> | |
<extensions> | |
<extension module="org.wildfly.extension.elytron"/> | |
</extensions> | |
<profile> | |
<subsystem xmlns="urn:wildfly:elytron:11.0" final-providers="combined-providers" disallowed-providers="OracleUcrypto"> | |
<providers> | |
<aggregate-providers name="combined-providers"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<server xmlns="urn:jboss:domain:14.0"> | |
<extensions> | |
<extension module="org.jboss.as.remoting"/> | |
<extension module="org.wildfly.extension.io"/> | |
</extensions> | |
<management> | |
<security-realms> | |
<security-realm name="ApplicationRealm"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<server xmlns="urn:jboss:domain:14.0"> | |
<extensions> | |
<extension module="org.jboss.as.deployment-scanner"/> | |
<extension module="org.jboss.as.ee"/> | |
<extension module="org.jboss.as.jsf"/> | |
<extension module="org.jboss.as.naming"/> | |
<extension module="org.wildfly.extension.io"/> | |
<extension module="org.wildfly.extension.undertow"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<server xmlns="urn:jboss:domain:14.0"> | |
<extensions> | |
<extension module="org.jboss.as.deployment-scanner"/> | |
<extension module="org.jboss.as.ee"/> | |
<extension module="org.jboss.as.naming"/> | |
<extension module="org.wildfly.extension.io"/> | |
<extension module="org.wildfly.extension.undertow"/> | |
</extensions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<server xmlns="urn:jboss:domain:14.0"> | |
<extensions> | |
<extension module="org.jboss.as.deployment-scanner"/> | |
<extension module="org.jboss.as.ee"/> | |
<extension module="org.jboss.as.naming"/> | |
<extension module="org.wildfly.extension.elytron"/> | |
<extension module="org.wildfly.extension.io"/> | |
<extension module="org.wildfly.extension.undertow"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<server xmlns="urn:jboss:domain:14.0"> | |
<extensions> | |
<extension module="org.jboss.as.deployment-scanner"/> | |
<extension module="org.jboss.as.ee"/> | |
<extension module="org.jboss.as.naming"/> | |
<extension module="org.jboss.as.remoting"/> | |
<extension module="org.wildfly.extension.io"/> | |
<extension module="org.wildfly.extension.undertow"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[standalone@localhost:9990 /] ./subsystem=elytron/aggregate-providers=*:read-resource-description | |
{ | |
"outcome" => "success", | |
"result" => [{ | |
"address" => [ | |
("subsystem" => "elytron"), | |
("aggregate-providers" => "*") | |
], | |
"outcome" => "success", | |
"result" => { |