Skip to content
Success

Changes

Summary

  1. Updated site. (details)
  2. SpotBugs is now an optional dependency, POM clean up. (details)
  3. Added javadoc and clean up. (details)
  4. Changed docker image for Bitbucket Pipeline and clean up. (details)
  5. OpenJFX version set to 21.0.1. (details)
  6. TheseFoolishThings upgraded to '5.0-ALPHA-1'. (details)
  7. Super POM upgraded to '5.16'. (details)
  8. Redesigned support for @PresentationAssembler so it's compatible with modules. (details)
  9. Next version is 3.0-ALPHA-1. (details)
  10. STB-137: Add support for Java 9 modules. (details)
The file was modifiedsrc/site/markdown/getting-started.md.vm (diff)
The file was modifiedsrc/site/markdown/index.md.vm (diff)
Commit adfdd21d45331bd9371148d5c98d662ad5ecff73 by Fabrizio Giudici
SpotBugs is now an optional dependency, POM clean up.
The file was modifiedmodules/Core/pom.xml (diff)
The file was removedmodules/examples/PresentationJavaFX/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
The file was modifiedmodules/examples/Presentation/pom.xml (diff)
The file was modifiedmodules/JavaFXBindings/pom.xml (diff)
The file was modifiedmodules/pom.xml (diff)
The file was modifiedmodules/examples/PresentationJavaFX/pom.xml (diff)
Commit 91d19dbd70b7a1b44d38785d8868acd3ce87cc44 by Fabrizio Giudici
Added javadoc and clean up.
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/IconProvider.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Visibility.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/message/PanelShowRequest.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Presentable.java (diff)
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/role/CustomGraphicProvider.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Displayable.java (diff)
The file was modifiedmodules/examples/Presentation/src/main/java/it/tidalwave/ui/example/presentation/impl/DefaultMainPanelPresentationControl.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/UserActionProvider.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/UserAction.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/HtmlDisplayable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableIconProvider.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Selectable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/message/PanelShownNotification.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/MenuBarControl.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PlainTextDisplayable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PresentationModel.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableDisplayable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PresentationModelFactory.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/message/PanelHiddenNotification.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Styleable.java (diff)
The file was modifiedmodules/examples/Presentation/src/main/java/it/tidalwave/ui/example/presentation/MainPanelPresentation.java (diff)
Commit a1b9aa1aaabb167a4a6c92586dc9be29951adab0 by Fabrizio Giudici
Changed docker image for Bitbucket Pipeline and clean up.
The file was modifiedbitbucket-pipelines.yml (diff)
Commit 5da26f3bab90f8a7d13ef45eefd96bdf8cccbf1d by Fabrizio Giudici
OpenJFX version set to 21.0.1.
The file was modifiedmodules/examples/pom.xml (diff)
Commit 9fa070683c94265cb73c4ebd1b0f405003b865a1 by Fabrizio Giudici
TheseFoolishThings upgraded to '5.0-ALPHA-1'.
The file was modifiedmodules/JavaFXBindings/src/test/java/it/tidalwave/ui/javafx/impl/UserActionProviderContextMenuBuilderTest.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/spi/SimpleCompositePresentable.java (diff)
The file was modifiedmodules/pom.xml (diff)
Commit bd532c8c2d85d24c843428f64b5be027623fc761 by Fabrizio Giudici
Super POM upgraded to '5.16'.
The file was modifiedpom.xml (diff)
The file was modifiedmodules/examples/pom.xml (diff)
Commit 1f9159b46e2d6958cb005713aa40be5662abd2ae by Fabrizio Giudici
Redesigned support for @PresentationAssembler so it's compatible with modules.
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/spi/AbstractJavaFXSpringApplication.java (diff)
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/impl/util/JavaFXSafeProxy.java (diff)
The file was modifiedmodules/examples/PresentationJavaFX/pom.xml (diff)
The file was modifiedmodules/Core/pom.xml (diff)
The file was modifiedmodules/examples/Model/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedmodules/examples/pom.xml (diff)
The file was modifiedmodules/JavaFXBindings/pom.xml (diff)
The file was modifiedmodules/pom.xml (diff)
The file was modifiedmodules/examples/Presentation/pom.xml (diff)
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/spi/AbstractJavaFXSpringApplication.java (diff)
Commit f780059975bdf570bd05574cd2e51a89802b8174 by Fabrizio Giudici
STB-137: Add support for Java 9 modules.
The file was modifiedmodules/examples/Model/pom.xml (diff)
The file was modifiedmodules/examples/PresentationJavaFX/pom.xml (diff)
The file was modifiedmodules/JavaFXBindings/pom.xml (diff)
The file was addedmodules/JavaFXBindings/src/main/java/module-info.java
The file was addedmodules/examples/PresentationJavaFX/src/main/java/module-info.java
The file was addedmodules/Core/src/main/java/module-info.java
The file was modifiedmodules/pom.xml (diff)
The file was addedmodules/examples/Presentation/src/main/java/module-info.java
The file was addedmodules/examples/Model/src/main/java/module-info.java