Skip to content
Success

Changes

Summary

  1. Super POM upgraded to '5.11.1'. (details)
  2. TheseFoolishThings upgraded to '4.0-ALPHA-3'. (details)
  3. Updated Bitbucket Pipeline configuration (details)
  4. Added apiguardian-api. (details)
  5. STB-111: StringRenderable merged to Displayable, HtmlRenderable and PlainTextRenderable renamed to *Displayable. (details)
  6. STB-112: LocalizableDisplayable merged to Displayable. (details)
  7. Refactored. (details)
  8. PresentationModel clean up. (details)
  9. STB-116: Added Mutable and MutableListeners. (details)
  10. STB-113: ActionProvider dropped. (details)
  11. JavaFXBinder refactored (extracted ButtonBindings). (details)
  12. Clean up. (details)
  13. Example tests refactored with ArgumentCaptor. (details)
  14. Small fixes to site and javadoc. (details)
  15. STB-114: K_LOG_DELEGATE_INVOCATIONS property allows to automatically log method calls to PresentationDelegates. (details)
  16. STB-115: Added UserNotification and UserNotificationWithFeedback. (details)
  17. Added tests for Displayable. (details)
  18. Updated project description and URL. (details)
  19. Updated README.md. (details)
  20. [maven-release-plugin] prepare release 2.0-ALPHA-2 (details)
  21. [maven-release-plugin] prepare for next development iteration (details)
  22. Fixed typo. (details)
  23. Bitbucket pipelines now correctly disable tests in the "no-ci" group. (details)
Commit d78c85330c5570ea4613c09a63ef4f2664ad16f8 by Fabrizio Giudici
Super POM upgraded to '5.11.1'.
The file was modifiedpom.xml
Commit 07c9c4ab8b39f1ff755223a80e2d32426f6b9f39 by Fabrizio Giudici
TheseFoolishThings upgraded to '4.0-ALPHA-3'.
The file was modifiedmodules/pom.xml
Commit 884ad6d56835ccd798d703521a0ef29ffbce1d44 by Fabrizio Giudici
Updated Bitbucket Pipeline configuration
The file was modifiedbitbucket-pipelines.yml
Commit 69a3ff1037735c3da4a9b1568c3c44dcf9025e17 by Fabrizio Giudici
Added apiguardian-api.
The file was modifiedmodules/pom.xml
Commit 867c41637fafc6cd8783dbe9ffbcd8c666e9e1ad by Fabrizio Giudici
STB-111: StringRenderable merged to Displayable, HtmlRenderable and PlainTextRenderable renamed to *Displayable.
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PlainTextDisplayable.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/role/HtmlDisplayable.java
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/StringRenderable.java
The file was modifiedmodules/Core/src/site/markdown/index.md.vm
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/HtmlRenderable.java
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PlainTextRenderable.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Displayable.java
Commit 58494419e8951387a8700e0cecd1d7ab65866baf by Fabrizio Giudici
STB-112: LocalizableDisplayable merged to Displayable.
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableLocalizedDisplayable.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableDisplayable.java
The file was modifiedmodules/Core/src/site/markdown/index.md.vm
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/DefaultMutableDisplayable.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/DefaultDisplayable.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Displayable.java
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/LocalizedDisplayable.java
Commit b2b967b3edfa5abc8d287f051ff461cb534f6664 by Fabrizio Giudici
Refactored.
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/spi/MutableIconProviderSupport.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableDisplayable.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/DefaultMutableDisplayable.java
Commit efa80fc0fd3ba7b3d07d427fb2446d9f0ed2ffa6 by Fabrizio Giudici
PresentationModel clean up.
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PresentationModel.java
Commit 2d734a76dfb75665672829fb4edc727a8e284210 by Fabrizio Giudici
STB-116: Added Mutable and MutableListeners.
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableIconProvider.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/MutableListener.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/MutableListener2.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/ChangingSource.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableDisplayable.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/MutableListenerAdapter.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PresentationModel.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/DefaultMutableDisplayable.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/spi/MutableIconProviderSupport.java
The file was addedmodules/Core/src/test/java/it/tidalwave/ui/core/role/impl/MutableListenerSupportTest.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/function/BoundFunctionSupport.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/Mutable.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/BoundProperty.java
The file was addedmodules/Core/src/test/java/it/tidalwave/ui/core/MutableTest.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/DefaultPresentationModel.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/MutableListenerSupport.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/MutableListener1.java
Commit a01006d256b280da6b1a3034142bbe33ec4b1c6f by Fabrizio Giudici
STB-113: ActionProvider dropped.
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/ActionProvider.java
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/spi/ActionProviderSupport.java
Commit c34cf5646be7149c66e9279f14566d46dc81d6d0 by Fabrizio Giudici
JavaFXBinder refactored (extracted ButtonBindings).
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/impl/DefaultJavaFXBinder.java
The file was modifiedmodules/JavaFXBindings/src/test/java/it/tidalwave/ui/javafx/impl/TestNGApplicationTest.java
The file was removedmodules/JavaFXBindings/src/test/java/it/tidalwave/ui/javafx/impl/DefaultJavaFXBinderTest.java
The file was addedmodules/JavaFXBindings/src/test/java/it/tidalwave/ui/javafx/impl/button/ButtonBindingsTest.java
The file was addedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/impl/button/ButtonBindings.java
Commit 7a20c4834dc26668c64992310e3ddea4a32bdb0c by Fabrizio Giudici
Clean up.
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/NodeAndDelegate.java
Commit cfe14e154b42b0265ab2f61fe1428c0e2ea1084e by Fabrizio Giudici
Example tests refactored with ArgumentCaptor.
The file was modifiedmodules/examples/Presentation/src/test/java/it/tidalwave/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java
Commit 852998973136ad441975ec9ea611495bef2155f7 by Fabrizio Giudici
Small fixes to site and javadoc.
The file was modifiedsrc/site/markdown/index.md.vm
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/annotation/EnableMessageBus.java
Commit ecd315af6cf32cc8328572af0f2f24aa4cc8a34c by Fabrizio Giudici
STB-114: K_LOG_DELEGATE_INVOCATIONS property allows to automatically log method calls to PresentationDelegates.
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/JavaFXSafeProxyCreator.java
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/JavaFXApplicationWithSplash.java
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/impl/util/JavaFXSafeComponentBuilder.java
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/impl/util/JavaFXSafeProxy.java
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/spi/AbstractJavaFXSpringApplication.java
Commit 8f5deecfc8b845a132f5fda844bbf26cd039790b by Fabrizio Giudici
STB-115: Added UserNotification and UserNotificationWithFeedback.
The file was addedmodules/Core/src/test/java/it/tidalwave/ui/core/test/UserNotificationMatcher.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/LockableView.java
The file was modifiedmodules/examples/Presentation/pom.xml
The file was modifiedmodules/examples/Presentation/src/main/java/it/tidalwave/ui/example/presentation/MainPanelPresentation.java
The file was addedmodules/Core/src/test/resources/it/tidalwave/ui/core/Bundle.properties
The file was modifiedmodules/examples/Presentation/src/main/java/it/tidalwave/ui/example/presentation/impl/DefaultMainPanelPresentationControl.java
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/impl/dialog/DialogBindings.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/UserNotification.java
The file was modifiedmodules/examples/Presentation/src/test/java/it/tidalwave/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java
The file was modifiedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/ui/example/presentation/impl/javafx/JavaFXMainPanelPresentationDelegate.java
The file was addedmodules/Core/src/test/java/it/tidalwave/ui/core/test/UserNotificationWithFeedbackTestHelper.java
The file was addedmodules/Core/src/test/java/it/tidalwave/ui/core/test/UserNotificationWithFeedbackMatcher.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/UserNotificationWithFeedback.java
The file was addedmodules/Core/src/test/java/it/tidalwave/ui/core/UserNotificationWithFeedbackTest.java
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/impl/filechooser/FileChooserBindings.java
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/JavaFXBinder.java
The file was addedmodules/Core/src/test/java/it/tidalwave/ui/core/UserNotificationTest.java
Commit 8a3498fea383c8899b8f7b82b7153c2b8c156d7a by Fabrizio Giudici
Added tests for Displayable.
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/DefaultDisplayable.java
The file was modifiedmodules/Core/src/test/resources/it/tidalwave/ui/core/role/Bundle.properties
The file was addedmodules/Core/src/test/resources/it/tidalwave/ui/core/role/Bundle_fr.properties
The file was addedmodules/Core/src/test/resources/it/tidalwave/ui/core/role/Bundle_it.properties
The file was modifiedmodules/Core/src/test/java/it/tidalwave/ui/core/role/DisplayableTest.java
Commit 1cf86079277c454e190789db041fe2b6e297efad by Fabrizio Giudici
Updated project description and URL.
The file was modifiedpom.xml
Commit b1c281dd60e9aab469c93db8bd967b0fe2055176 by Fabrizio Giudici
Updated README.md.
The file was modifiedREADME.md
Commit 1ce0f13f29d1592abd51b248361bfaaf7a2a49b5 by Fabrizio Giudici
[maven-release-plugin] prepare release 2.0-ALPHA-2
The file was modifiedmodules/examples/PresentationJavaFX/pom.xml
The file was modifiedmodules/pom.xml
The file was modifiedmodules/examples/pom.xml
The file was modifiedpom.xml
The file was modifiedmodules/JavaFXBindings/pom.xml
The file was modifiedmodules/Core/pom.xml
The file was modifiedmodules/examples/Model/pom.xml
The file was modifiedmodules/examples/Presentation/pom.xml
Commit b90f96296e4b86efe829b1f1db3c78f5f955c648 by Fabrizio Giudici
[maven-release-plugin] prepare for next development iteration
The file was modifiedmodules/Core/pom.xml
The file was modifiedmodules/JavaFXBindings/pom.xml
The file was modifiedmodules/examples/PresentationJavaFX/pom.xml
The file was modifiedmodules/examples/Presentation/pom.xml
The file was modifiedmodules/examples/pom.xml
The file was modifiedmodules/examples/Model/pom.xml
The file was modifiedmodules/pom.xml
The file was modifiedpom.xml
Commit 47b744f222ea64d2786bd662c931990e801ec033 by Fabrizio Giudici
Fixed typo.
The file was modifiedpom.xml
The file was modifiedREADME.md
Commit 572a9ea8aeabe28462f7a2236553c927925ef0b5 by Fabrizio Giudici
Bitbucket pipelines now correctly disable tests in the "no-ci" group.
The file was modifiedbitbucket-pipelines.yml