You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove --global-property apiTests=false,modelTests=false to re-enable test generation
- Update Makefile cleanup steps to handle both src/main/java and src/test/java
- Add error suppression (2>/dev/null || true) to prevent failures when directories don't exist
- All tests now compile and run successfully with useJakartaEe=true
- API tests are skipped (stub tests without actual API calls)
- Model tests pass successfully
0 commit comments