Changes

Summary

  1. PENDING: SuperPOM upgraded to 5.6. (details)
  2. PENDING: STB-69: Major fixes for examples, site and docs. (details)
  3. Updated IntelliJ inspection profile. (details)
  4. PENDING: STB-70: Now JDK 21 is required to build — target is still JDK 11. (details)
Commit fbb6d5e257931eec34789ab5dcbf1f69d9d2926a by Fabrizio Giudici
PENDING: SuperPOM upgraded to 5.6.
The file was modified pom.xml
Commit 22baba53db6f7db450bb5b9730cb081484da9a75 by Fabrizio Giudici
PENDING: STB-69: Major fixes for examples, site and docs.
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/mainscreen/MainScreenPresentationControl.java
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/data/SimpleDciEntity.java
The file was addedmodules/examples/Model/src/main/java/it/tidalwave/role/ui/example/model/impl/DefaultDao.java
The file was addedmodules/examples/Model/src/main/java/it/tidalwave/role/ui/example/model/FileEntity.java
The file was addedmodules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/FileEntityPresentableTest.java
The file was addedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/role/ui/example/presentation/impl/javafx/JavaFXApplicationPresentationDelegate.java
The file was modified src/site/markdown/index.md.vm
The file was addedmodules/examples/Presentation/src/main/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControl.java
The file was removedmodules/examples/LargeExample/src/main/resources/it/tidalwave/role/ui/javafx/example/large/Splash.fxml
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/data/Dao.java
The file was addedmodules/examples/PresentationJavaFX/src/main/resources/it/tidalwave/role/ui/example/presentation/impl/javafx/MainPanel.fxml
The file was addedmodules/examples/Presentation/src/test/resources/test-file.txt
The file was addedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/role/ui/example/presentation/impl/javafx/JavaFXMainPanelPresentationDelegate.java
The file was addedmodules/examples/Presentation/src/main/java/it/tidalwave/role/ui/example/presentation/MainPanelPresentation.java
The file was addedmodules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java
The file was removedmodules/examples/LargeExample/src/main/resources/logback.xml
The file was addedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/role/ui/example/presentation/impl/javafx/JavaFXMainPanelPresentation.java
The file was removedmodules/examples/LargeExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/mainscreen/impl/javafx/JavaFXMainScreenPresentation.java
The file was modified src/site/site.xml
The file was removedmodules/examples/LargeExample/src/main/resources/META-INF/JavaFxUIAutoBeans.xml
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/data/SimpleEntity.java
The file was removedmodules/examples/LargeExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/Main.java
The file was addedmodules/examples/PresentationJavaFX/src/main/resources/logback.xml
The file was addedmodules/examples/Presentation/src/main/java/it/tidalwave/role/ui/example/presentation/MainPanelPresentationControl.java
The file was addedmodules/examples/Model/src/main/java/it/tidalwave/role/ui/example/model/SimpleDciEntity.java
The file was removedmodules/examples/LargeExample/src/main/resources/it/tidalwave/role/ui/javafx/example/large/mainscreen/impl/javafx/MainScreen.fxml
The file was addedmodules/examples/PresentationJavaFX/pom.xml
The file was addedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/role/ui/example/presentation/impl/javafx/ToolBarUserActionProvider.java
The file was addedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/role/ui/example/presentation/javafx/Main.java
The file was addedmodules/examples/PresentationJavaFX/src/main/resources/it/tidalwave/role/ui/example/presentation/javafx/Application.fxml
The file was addedmodules/examples/PresentationJavaFX/src/main/resources/it/tidalwave/role/ui/example/presentation/javafx/Splash.fxml
The file was removedmodules/examples/LargeExample/src/main/resources/it/tidalwave/role/ui/javafx/example/large/Application.fxml
The file was addedmodules/examples/Presentation/src/main/java/it/tidalwave/role/ui/example/presentation/impl/FileEntityPresentable.java
The file was removedmodules/examples/LargeExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/impl/javafx/LargeExampleApplicationPresentationAssembler.java
The file was removedmodules/examples/LargeExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/impl/javafx/JavaFXApplicationPresentationDelegate.java
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/mainscreen/impl/DefaultMainScreenPresentationControl.java
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/mainscreen/impl/FileEntityPresentable.java
The file was addedmodules/examples/Model/src/main/java/it/tidalwave/role/ui/example/model/SimpleEntity.java
The file was removedmodules/examples/BackendExample/pom.xml
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/data/impl/FileEntity.java
The file was addedmodules/examples/Model/pom.xml
The file was addedmodules/examples/pom.xml
The file was removedmodules/examples/LargeExample/pom.xml
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/mainscreen/MainScreenPresentation.java
The file was modified modules/pom.xml
The file was addedmodules/examples/PresentationJavaFX/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
The file was addedmodules/examples/Presentation/pom.xml
The file was addedmodules/examples/Model/src/main/java/it/tidalwave/role/ui/example/model/Dao.java
The file was removedmodules/examples/LargeExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/mainscreen/impl/javafx/JavaFXMainScreenPresentationDelegate.java
The file was modified pom.xml
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/data/impl/DefautDao.java
Commit 19372abfa170b54eb4f14bd2f1e5f27f9894b021 by Fabrizio Giudici
Updated IntelliJ inspection profile.
The file was modified .idea/inspectionProfiles/Project_Default.xml
Commit bf44e26e2b1f31853adb6cd725f21bb832f54854 by Fabrizio Giudici
PENDING: STB-70: Now JDK 21 is required to build — target is still JDK 11.
The file was modified pom.xml
The file was modified modules/pom.xml
The file was modified .maven-env