forked from woggioni/rbcs
- 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 - Add enableTelemetry config attribute to rbcs:server with default false - Update Configuration DTO, XSD schema, Parser, Serializer, and all tests
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" output="bin/main" path="src/main/java">
|
|
<attributes>
|
|
<attribute name="gradle_scope" value="main"/>
|
|
<attribute name="gradle_used_by_scope" value="main,test"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" output="bin/main" path="src/main/kotlin">
|
|
<attributes>
|
|
<attribute name="gradle_scope" value="main"/>
|
|
<attribute name="gradle_used_by_scope" value="main,test"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" output="bin/configureNativeImage" path="src/configureNativeImage/kotlin">
|
|
<attributes>
|
|
<attribute name="gradle_scope" value="configureNativeImage"/>
|
|
<attribute name="gradle_used_by_scope" value="configureNativeImage"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-25/"/>
|
|
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
|
<classpathentry kind="output" path="bin/default"/>
|
|
</classpath>
|