Skip to content

Instantly share code, notes, and snippets.

View liweinan's full-sized avatar
🎯

阿男 liweinan

🎯
View GitHub Profile
@liweinan
liweinan / jberet-wildfly.md
Created July 6, 2022 16:16
Investigation on the jberet usage on the WildFly
@liweinan
liweinan / bootable setup error log.txt
Created June 21, 2022 15:34
bootable setup error log
➤ curl localhost:8080/tracing/logger 23:28:51
<html><head><title>ERROR</title><style>
body {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
margin: 5px;
}
.header {
background-image: linear-gradient(bottom, rgb(153,151,153) 8%, rgb(199,199,199) 54%);
background-image: -o-linear-gradient(bottom, rgb(153,151,153) 8%, rgb(199,199,199) 54%);
@liweinan
liweinan / `ts.bootable` in wildfly.md
Last active June 21, 2022 15:14
`ts.bootable` in wildfly
➤ grep -rn 'ts.bootable' *                                                                                                                                                                                                                                                                                      23:05:52
ee-9/source-transform/shared/target/generated-sources/transformed/org/jboss/as/test/shared/util/AssumeTestGroupUtil.java:106:        return System.getProperty("ts.ee9") != null || System.getProperty("ts.bootable.ee9") != null;
Binary file ee-9/source-transform/shared/target/classes/org/jboss/as/test/shared/util/AssumeTestGroupUtil.class matches
pom.xml:5875:                    <name>ts.bootable.ee9</name>
pom.xml:5952:                    <name>ts.bootable</name>
testsuite/integration/smoke/pom.xml:730:                    <name>ts.bootable</name>
testsuite/integration/smoke/pom.xml:843:                    <name>ts.bootable.ee9</name>
Binary file testsuite/integration/web/target/test-classes/org/j
@liweinan
liweinan / gist:9f5b0614c5d41aaa4739c62921f5d2e2
Created June 6, 2022 15:09
Deploying `resteasy-tracing-example` to `wildfly-ee9`.
The process to deploy `resteasy-tracing-example` to `wildfly-ee9`.
@liweinan
liweinan / gist:8dadf28de40fc5e461719524399d1296
Created June 2, 2022 18:08
try to deploy `resteasy-spring-basic` to `wildfly-preview`
https://github.com/resteasy/resteasy-examples/tree/main/resteasy-spring-basic
@liweinan
liweinan / deploy.md
Created June 1, 2022 17:02
Deploy To WildFly

Process to deploy to WildFly

@liweinan
liweinan / deploy.md
Created May 27, 2022 05:29
deploying `resteasy-spring-boot` project into wildfly.

investigating on deploying resteasy-spring-boot to wildfly.

@liweinan
liweinan / foo.md
Created May 25, 2022 16:00
resteasy tracing feature + wildfly + resteasy feature pack

screenshot in below

@liweinan
liweinan / RESTEasy gRPC build process.md
Created May 12, 2022 16:27
RESTEasy gRPC build process

Checkout relative PRs and build them.

@liweinan
liweinan / gist:9fa3ec7a95854579a5d8b0a461a7043f
Created April 28, 2022 13:20
build `resteasy-tracing-api` without `jakarta` namespace.
build passed.