Changes

Summary

  1. STB-69: Major fixes for examples, site and docs. (details)
  2. STB-71: Examples are now compiled and run with JDK 21. (details)
  3. [maven-release-plugin] prepare release 1.1-ALPHA-4 (details)
  4. [maven-release-plugin] prepare for next development iteration (details)
Commit ab7bbf58e0573631798df1ce095f066438485d66 by Fabrizio Giudici
STB-69: Major fixes for examples, site and docs.
The file was addedmodules/examples/Model/src/main/java/it/tidalwave/role/ui/example/model/SimpleEntity.java
The file was removedmodules/examples/LargeExample/pom.xml
The file was addedmodules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/mainscreen/impl/DefaultMainScreenPresentationControl.java
The file was addedmodules/examples/Presentation/src/main/java/it/tidalwave/role/ui/example/presentation/MainPanelPresentation.java
The file was addedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/role/ui/example/presentation/impl/javafx/JavaFXApplicationPresentationDelegate.java
The file was addedmodules/examples/Presentation/pom.xml
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/data/SimpleDciEntity.java
The file was addedmodules/examples/Presentation/src/main/java/it/tidalwave/role/ui/example/presentation/impl/FileEntityPresentable.java
The file was addedmodules/examples/Presentation/src/main/java/it/tidalwave/role/ui/example/presentation/MainPanelPresentationControl.java
The file was removedmodules/examples/LargeExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/Main.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 removedmodules/examples/LargeExample/src/main/resources/it/tidalwave/role/ui/javafx/example/large/mainscreen/impl/javafx/MainScreen.fxml
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 removedmodules/examples/LargeExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/mainscreen/impl/javafx/JavaFXMainScreenPresentationDelegate.java
The file was removedmodules/examples/BackendExample/pom.xml
The file was removedmodules/examples/LargeExample/src/main/resources/logback.xml
The file was addedmodules/examples/PresentationJavaFX/src/site/resources
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/mainscreen/MainScreenPresentation.java
The file was addedmodules/examples/PresentationJavaFX/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
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/resources/META-INF/JavaFxUIAutoBeans.xml
The file was addedmodules/examples/Model/src/main/java/it/tidalwave/role/ui/example/model/FileEntity.java
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/test/java/it/tidalwave/role/ui/example/presentation/impl/FileEntityPresentableTest.java
The file was addedmodules/examples/Model/src/main/java/it/tidalwave/role/ui/example/model/SimpleDciEntity.java
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/mainscreen/impl/FileEntityPresentable.java
The file was removedmodules/examples/LargeExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/impl/javafx/JavaFXApplicationPresentationDelegate.java
The file was addedmodules/examples/Presentation/src/main/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControl.java
The file was addedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/role/ui/example/presentation/impl/javafx/JavaFXMainPanelPresentation.java
The file was addedmodules/examples/Model/src/main/java/it/tidalwave/role/ui/example/model/impl/DefaultDao.java
The file was modified src/site/site.xml
The file was addedmodules/examples/Presentation/src/test/resources/test-file.txt
The file was modified pom.xml
The file was addedmodules/examples/PresentationJavaFX/src/main/resources/it/tidalwave/role/ui/example/presentation/javafx/Splash.fxml
The file was modified src/site/markdown/index.md.vm
The file was addedmodules/examples/PresentationJavaFX/src/main/resources/it/tidalwave/role/ui/example/presentation/javafx/Application.fxml
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/data/Dao.java
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/data/SimpleEntity.java
The file was addedmodules/examples/PresentationJavaFX/src/main/resources/it/tidalwave/role/ui/example/presentation/impl/javafx/MainPanel.fxml
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/mainscreen/MainScreenPresentationControl.java
The file was addedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/role/ui/example/presentation/javafx/Main.java
The file was addedmodules/examples/Model/src/main/java/it/tidalwave/role/ui/example/model/Dao.java
The file was addedmodules/examples/pom.xml
The file was modified modules/pom.xml
The file was removedmodules/examples/BackendExample/src/main/java/it/tidalwave/role/ui/javafx/example/large/data/impl/DefautDao.java
The file was addedmodules/examples/PresentationJavaFX/pom.xml
The file was addedmodules/examples/Presentation/src/site/resources
The file was addedmodules/examples/PresentationJavaFX/src/main/resources/logback.xml
The file was addedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/role/ui/example/presentation/impl/javafx/JavaFXMainPanelPresentationDelegate.java
The file was addedmodules/examples/Model/src/site/resources
The file was addedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/role/ui/example/presentation/impl/javafx/ToolBarUserActionProvider.java
Commit d974cf4b8bd5f4adcbba4e739157880c93f5080b by Fabrizio Giudici
STB-71: Examples are now compiled and run with JDK 21.
The file was modified modules/examples/pom.xml
Commit 716c59fb16e10f526b3362522b993f23530c78b6 by Fabrizio Giudici
[maven-release-plugin] prepare release 1.1-ALPHA-4
The file was modified modules/examples/Model/pom.xml
The file was modified modules/JavaFXBindings/pom.xml
The file was modified modules/pom.xml
The file was modified modules/examples/PresentationJavaFX/pom.xml
The file was modified modules/examples/pom.xml
The file was modified pom.xml
The file was modified modules/examples/Presentation/pom.xml
Commit a3c0811a75c767f750e80a3652a9d46cd33b8522 by Fabrizio Giudici
[maven-release-plugin] prepare for next development iteration
The file was modified modules/examples/PresentationJavaFX/pom.xml
The file was modified pom.xml
The file was modified modules/examples/Presentation/pom.xml
The file was modified modules/examples/pom.xml
The file was modified modules/pom.xml
The file was modified modules/JavaFXBindings/pom.xml
The file was modified modules/examples/Model/pom.xml