All checks were successful
CI / build (push) Successful in 3m50s
- Update lys.version to 2026.04.14 - Add optional compileOnly dependency on opentelemetry-netty-4.1 in rbcs-server - Add runtime guard to only activate instrumentation when OTel classes are on classpath - Insert OTel combined handler after HttpServerCodec in the Netty pipeline - Add requires-static JPMS directives for optional module support
13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
# Ignore Gradle project-specific cache directory
|
|
.gradle
|
|
|
|
# Ignore Gradle build output directory
|
|
build
|
|
|
|
rbcs-cli/native-image/*.json
|
|
|
|
# Ignore JDTLS files
|
|
.classpath
|
|
.project
|
|
.settings
|