forked from woggioni/rbcs
ee7bc7e850
- 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
7 lines
278 B
XML
7 lines
278 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Context antiJARLocking="true">
|
|
<Resource name="BeanManager"
|
|
auth="Container"
|
|
type="javax.enterprise.inject.spi.BeanManager"
|
|
factory="org.jboss.weld.resources.ManagerObjectFactory"/>
|
|
</Context> |