gkfirst8

Results 2 issues of gkfirst8

### What happened? * Fresh install of Zigbee2MQTT using docker (all version 1.35.3) * I paired device [SP 240 (By Innr)](https://www.zigbee2mqtt.io/devices/SP_240.html#innr-sp%2520240) * I paired device [ROB_200-003-1](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html) * I switch to...

bug

When using CXF-project-external cxf-xjc-plugins we can normally add dependencies to the CXF-plugin in Maven like this: ``` org.apache.cxf cxf-codegen-plugin ${cxf.version} generate-sources ... ${project.build.directory}/generated-sources/soap ${basedir}/src/main/resources/path/to/my.wsdl ${basedir}/src/main/resources/dates.xjb ${basedir}/src/main/resources/namespace-prefixes.xjb -xjc-Xnamespace-prefix wsdl2java jakarta.jws jakarta.jws-api...