-
Bug
-
Resolution: Done
-
Major
-
9.1.0.Final
-
None
-
-
Workaround Exists
-
After migrating from Netty Uber Jar to small jars approach we were able to fine-tune the artifacts we depend on. This however caused some very unexpected errors when running testsuite from IDE (see the steps to reproduce):
Error:java: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for org.conscrypt.AllocatedBuffer not found
Everything works absolutely fine with Maven, so there must be something with the IDE. So far I noticed that server/core module seems to be the best suspect in this case. The class the IDE is complaining about might be found here. Note that this is an optional dependency of the handler module (see the pom.xml). Why does IntelliJ is trying to compile it?
- is related to
-
ISPN-8848 Revert ISPN-8843 when there's a fix in IntelliJ
- Closed
- links to