theigl opened a new issue, #2371:
URL: https://github.com/apache/fory/issues/2371

   ### Search before asking
   
   - [x] I had searched in the [issues](https://github.com/apache/fory/issues) 
and found no similar issues.
   
   
   ### Version
   
   0.11.0 and 0.11.1
   
   ### Component(s)
   
   Java
   
   ### Minimal reproduce step
   
   Since 0.11.0 I'm having problems compiling a java project with module-info 
that depends on fory-core in IntelliJ. It works fine in Maven, but IntelliJ 
fails with the following error:
   
   ```
   test/src/main/java/module-info.java:2:29
   java: module not found: org.apache.fory.core
   ```
   
   Attached is a minimal project with just a `Main.java` class. Import the 
Maven project into IntelliJ and then try to run `Main.java`.
   
   [test.zip](https://github.com/user-attachments/files/20959803/test.zip)
   
   ### What did you expect to see?
   
   Modular Java projects that depend on `fory-core` can be compiled in IntelliJ.
   
   ### What did you see instead?
   
   For me, compilation in IntelliJ fails.
   
   ### Anything Else?
   
   Initially, I thought this was a problem with my machine, but I completely 
wiped my maven caches, completely reset IntelliJ including all indices and 
caches and created a minimal project with just a dependency on fory and the 
problem still persists. It would be great if one of the maintainers can check 
if they can reproduce this issue.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to