Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] Help with upgrading californium-scandium from 2.8.0 to 3.10.0

Hello,

Please let me know if this isn't the best place to ask for help. I'm trying to upgrade californium-scandium from 2.8.0 to 3.10.0 in Apache Camel. I've tried following the migration hints and searching for callers of org.eclipse.californium.scandium.config.DtlsConnectorConfig.Builder.Builder(Configuration) then searching for similar names in DtlsConfig.

Although I'm not 100% sure that the changes are the recommended approach, I have opened a draft pull request here: https://github.com/apache/camel/pull/12769

I am currently stuck with the tests failing and I can't figure out how to move forward. Any help would be greatly appreciated. I'm happy to contribute to a migration guide once this is fixed, if you think it could be helpful to others.

Kind regards,
Rachel Yordan

Back to the top