apupier commented on PR #12629: URL: https://github.com/apache/camel/pull/12629#issuecomment-1873732138
there is API break, the code requires to be adapted: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project camel-coap: Compilation failure: Compilation failure: [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[56,54] cannot find symbol [ERROR] symbol: class PskStore [ERROR] location: package org.eclipse.californium.scandium.dtls.pskstore [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[57,54] package org.eclipse.californium.scandium.dtls.rpkstore does not exist [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[74,13] cannot find symbol [ERROR] symbol: class TrustedRpkStore [ERROR] location: class org.apache.camel.coap.CoAPEndpoint [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[76,13] cannot find symbol [ERROR] symbol: class PskStore [ERROR] location: class org.apache.camel.coap.CoAPEndpoint [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[247,12] cannot find symbol [ERROR] symbol: class TrustedRpkStore [ERROR] location: class org.apache.camel.coap.CoAPEndpoint [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[254,36] cannot find symbol [ERROR] symbol: class TrustedRpkStore [ERROR] location: class org.apache.camel.coap.CoAPEndpoint [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[261,12] cannot find symbol [ERROR] symbol: class PskStore [ERROR] location: class org.apache.camel.coap.CoAPEndpoint [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[268,29] cannot find symbol [ERROR] symbol: class PskStore [ERROR] location: class org.apache.camel.coap.CoAPEndpoint [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[408,47] no suitable constructor found for Builder(no arguments) [ERROR] constructor org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder.Builder(org.eclipse.californium.elements.config.Configuration) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] constructor org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder.Builder(org.eclipse.californium.scandium.config.DtlsConnectorConfig) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[415,20] cannot find symbol [ERROR] symbol: method setRecommendedCipherSuitesOnly(boolean) [ERROR] location: variable builder of type org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[416,20] cannot find symbol [ERROR] symbol: method setClientOnly() [ERROR] location: variable builder of type org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[433,20] cannot find symbol [ERROR] symbol: method setClientAuthenticationRequired(boolean) [ERROR] location: variable builder of type org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[434,20] cannot find symbol [ERROR] symbol: method setClientAuthenticationWanted(boolean) [ERROR] location: variable builder of type org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[435,20] cannot find symbol [ERROR] symbol: method setRecommendedCipherSuitesOnly(boolean) [ERROR] location: variable builder of type org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[463,24] cannot find symbol [ERROR] symbol: method setIdentity(java.security.PrivateKey,java.security.cert.Certificate[]) [ERROR] location: variable builder of type org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[465,24] cannot find symbol [ERROR] symbol: method setIdentity(java.security.PrivateKey,java.security.PublicKey) [ERROR] location: variable builder of type org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[475,24] cannot find symbol [ERROR] symbol: method setTrustStore(java.security.cert.Certificate[]) [ERROR] location: variable builder of type org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[478,24] cannot find symbol [ERROR] symbol: method setTrustCertificateTypes(org.eclipse.californium.scandium.dtls.CertificateType) [ERROR] location: variable builder of type org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java:[486,20] cannot find symbol [ERROR] symbol: method setSupportedCipherSuites(java.lang.String[]) [ERROR] location: variable builder of type org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/generated/java/org/apache/camel/coap/CoAPEndpointConfigurer.java:[45,114] cannot find symbol [ERROR] symbol: class PskStore [ERROR] location: package org.eclipse.californium.scandium.dtls.pskstore [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/generated/java/org/apache/camel/coap/CoAPEndpointConfigurer.java:[53,128] package org.eclipse.californium.scandium.dtls.rpkstore does not exist [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/generated/java/org/apache/camel/coap/CoAPEndpointConfigurer.java:[82,79] cannot find symbol [ERROR] symbol: class PskStore [ERROR] location: package org.eclipse.californium.scandium.dtls.pskstore [ERROR] /home/runner/work/camel/camel/components/camel-coap/src/generated/java/org/apache/camel/coap/CoAPEndpointConfigurer.java:[90,86] package org.eclipse.californium.scandium.dtls.rpkstore does not exist ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org