We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From my draft Android CI PR: https://github.com/zeroc-ice/ice/actions/runs/12400418944/job/34617551843
> Task :compileDebugJavaWithJavac /home/runner/work/ice/ice/java/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerApp.java:289: error: cannot find symbol com.zeroc.Ice.SSL.Plugin plugin = ^ symbol: class Plugin location: package com.zeroc.Ice.SSL /home/runner/work/ice/ice/java/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerApp.java:290: error: cannot find symbol (com.zeroc.Ice.SSL.Plugin) ^ symbol: class Plugin location: package com.zeroc.Ice.SSL Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 2 errors > Task :compileDebugJavaWithJavac FAILED > Task :desugarDebugFileDependencies 22 actionable tasks: 22 executed FAILURE: Build failed with an exception.
This plugin no longer exists and we'll need to update the controller to use the new native Java APIs.
ice/java/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerApp.java
Lines 286 to 299 in 5f38d62
The text was updated successfully, but these errors were encountered:
Fix android IceSSL testing - zeroc-ice#3288
1d83b9a
Android IceSSL testing fixes - fix zeroc-ice#3288
5e54669
5332063
pepone
Successfully merging a pull request may close this issue.
From my draft Android CI PR: https://github.com/zeroc-ice/ice/actions/runs/12400418944/job/34617551843
This plugin no longer exists and we'll need to update the controller to use the new native Java APIs.
ice/java/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerApp.java
Lines 286 to 299 in 5f38d62
The text was updated successfully, but these errors were encountered: