Skip to content

Instantly share code, notes, and snippets.

@kabir
kabir / Generated Core Matrix
Created May 14, 2018 15:59
Component matrices
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>26</version>
</parent>
<groupId>org.wildfly.core</groupId>
@kabir
kabir / gist:6bb7c7f48ffc0c17389c7c05b937f3eb
Created November 22, 2017 16:59
standalone.xml example
<?xml version='1.0' encoding='UTF-8'?>
<server xmlns="urn:jboss:domain:6.0">
<extensions>
<extension module="org.jboss.as.clustering.infinispan"/>
<extension module="org.jboss.as.clustering.jgroups"/>
<extension module="org.jboss.as.connector"/>
<extension module="org.jboss.as.deployment-scanner"/>
<extension module="org.jboss.as.ee"/>
<extension module="org.jboss.as.ejb3"/>
Retest this please
@kabir
kabir / gist:7c757ef03a577db31cb2
Created October 7, 2015 10:38
WF master - 6.4.0 infinispan
org.wildfly.legacy.util.CompareModelVersionsUtil
Enter legacy AS version: 6.4.0
Using target model: 6.4.0
Enter type [S](standalone)/H(host)/D(domain)/F(domain + host):S
Read from target directory or from the legacy-models directory - t/[l]:
Report on differences in the model when the management versions are different? [y]/n:
Reporting on differences in the model when the management versions are different
Report on differences in the model of runtime resources/attributes? y/[n]:
Not reporting on differences in the model for runtime resources/attributes.
Report on differences of deprecation versions for resources/attributes? y/[n]:
@kabir
kabir / gist:df7b3411e79a596a5d58
Created October 7, 2015 10:38
WF master - 6.3.0 Infinispan
org.wildfly.legacy.util.CompareModelVersionsUtil
Connected to the target VM, address: '127.0.0.1:57324', transport: 'socket'
Enter legacy AS version: 6.3.0
Using target model: 6.3.0
Enter type [S](standalone)/H(host)/D(domain)/F(domain + host):S
Read from target directory or from the legacy-models directory - t/[l]:
Report on differences in the model when the management versions are different? [y]/n:
Reporting on differences in the model when the management versions are different
Report on differences in the model of runtime resources/attributes? y/[n]:
Not reporting on differences in the model for runtime resources/attributes.
@kabir
kabir / gist:c08491dd97070c8ee394
Created October 7, 2015 10:37
WF master - 6.2.0 Infinispan
org.wildfly.legacy.util.CompareModelVersionsUtil
Enter legacy AS version: 6.2.0
Using target model: 6.2.0
Enter type [S](standalone)/H(host)/D(domain)/F(domain + host):S
Read from target directory or from the legacy-models directory - t/[l]:
Report on differences in the model when the management versions are different? [y]/n:
Reporting on differences in the model when the management versions are different
Report on differences in the model of runtime resources/attributes? y/[n]:
Not reporting on differences in the model for runtime resources/attributes.
Report on differences of deprecation versions for resources/attributes? y/[n]:
@kabir
kabir / gist:dfadccb9a31b6f029e88
Created September 25, 2015 16:54
WFCORE-994 /host=*/server=*:read-resource-description(access-control=trim-descriptions)
[domain@localhost:9990 /] /host=*/server=*:read-resource-description(access-control=trim-descriptions)
{
"outcome" => "success",
"result" => [
{
"address" => [
("host" => "master"),
("server" => "*")
],
"outcome" => "success",
@kabir
kabir / gist:ac9241b73983de8304d2
Last active September 25, 2015 16:53
WFCORE-994 /host=*/server=*:read-resource-description
[domain@localhost:9990 /] /host=*/server=*:read-resource-description
{
"outcome" => "success",
"result" => [
{
"address" => [
("host" => "master"),
("server" => "*")
],
"outcome" => "success",
[domain@localhost:19999 /] /profile=full-ha/subsystem=infinispan/cache-container=hibernate:read-resource-description(recursive=true)
{
"outcome" => "success",
"result" => {
"description" => "The configuration of an infinispan cache container",
"attributes" => {
"module" => {
"type" => STRING,
"description" => "The module whose class loader should be used when building this cache's configuration.",
"expressions-allowed" => true,
@kabir
kabir / EAP HEAD and 6.1.0 standalone
Created October 19, 2013 09:47
EAP HEAD and 6.1.0 standalone
Enter legacy AS version: 6.1.0
Using target model: 6.1.0
Enter type [S](standalone)/H(host)/D(domain)/F(domain + host):S
Read from target directory or from the legacy-models directory - t/[l]:
Report on differences in the model when the management versions are different? y/[n]: y
Not reporting on differences in the model when the management versions are different
Loading legacy model versions for 6.1.0....
Loaded legacy model versions
Loading model versions for currently running server...
Oct 19, 2013 10:46:54 AM org.xnio.Xnio <clinit>