a-st opened a new pull request #6: URL: https://github.com/apache/isis-app-simpleapp/pull/6
Based on the Apache Isis 2 SimpleApp JDO project (<https://github.com/apache/isis-app-simpleapp/tree/jdo>) I tried to slightly modify the `SimpleObject` class to mark some fields (`name` and `notes`) as not nullable using the Lombok annotation `@NonNull`. This unexpectedly results in a compilation failure: ``` Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project simpleapp-jdo-module-simple: Compilation failure: Compilation failure: Error: /home/runner/work/isis-app-simpleapp/isis-app-simpleapp/module-simple/target/generated-sources/annotations/domainapp/modules/simple/dom/so/QSimpleObject.java:[35,51] cannot find symbol Error: symbol: class java Error: location: class domainapp.modules.simple.dom.so.QSimpleObject Error: /home/runner/work/isis-app-simpleapp/isis-app-simpleapp/module-simple/target/generated-sources/annotations/domainapp/modules/simple/dom/so/QSimpleObject.java:[36,51] cannot find symbol Error: symbol: class java Error: location: class domainapp.modules.simple.dom.so.QSimpleObject Error: -> [Help 1] ``` Related GitHub Action: <https://github.com/a-st/isis-app-simpleapp/runs/5330590432> Related SO Post: <https://stackoverflow.com/q/71262961/6438521> -- 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]
