Skip to content
Failed

Changes

Summary

  1. Upgraded to TheseFoolishThings 3.2-ALPHA-23, SteelBlue 1.1-ALPHA-3 and code clean up. (details)
  2. Untracked some IDEA files. (details)
  3. Updated copyright year. (details)
  4. Updated SuperPOM to '5.9', TheseFoolishThings to '3.2-ALPHA-24', SteelBlue to '1.1-ALPHA-4'. (details)
  5. BH-41: Now JDK 21 is required to build the project. (details)
  6. Refactored. (details)
  7. New comment style. (details)
  8. Added site draft. (details)
  9. Log clean up. (details)
  10. Spring upgraded to '6.2.1'. (details)
  11. commons-configuration upgraded to '2.11.0'. (details)
  12. SteelBlue upgraded to '1.1-ALPHA-5'. (details)
  13. Fixed OpenJFX dependencies. (details)
Commit c08fd3dd6a98c372ada38f54799fd7d40642b490 by Fabrizio Giudici
Upgraded to TheseFoolishThings 3.2-ALPHA-23, SteelBlue 1.1-ALPHA-3 and code clean up.
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/JobEventXml.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/CustomerRegistry.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizInvoiceImporter.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventPresentable.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentationDelegate.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/types/Money.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/DefaultJobEventExplorerPresentationControl.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/JobEvent.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporter.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/resources/it/tidalwave/accounting/ui/impl/javafx/Application.fxml (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateAdapter.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentationDelegate.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentation.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/JobEventTest.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Accounting.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.java (diff)
The file was modifiedmodules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/DefaultProjectExplorerPresentationControl.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentationDelegate.java (diff)
The file was modifiedmodules/iBizImporter/src/test/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterTest.java (diff)
The file was modifiedmodules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/DefaultHourlyReportPresentationControl.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGenerator.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentationDelegate.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/application/javafx/JavaFXToolBarModel.java (diff)
The file was modifiedmodules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/ProjectReportUserActionProvider.java (diff)
The file was modifiedmodules/UI/src/main/java/it/tidalwave/accounting/impl/DefaultAccountingController.java (diff)
The file was modifiedmodules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/IBizImporterActionProvider.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallable.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentation.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/JavaFXApplicationPresentationDelegate.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/ProjectTest.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/role/ui/spi/MessageSendingUserAction.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/CustomerXml.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateTimeAdapter.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentation.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/resources/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JobEventExplorer.fxml (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventGroupPresentable.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/role/LoadableSaveableAccounting.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/RedStyleForNegativeMoney.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentationDelegate.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/model/types/MoneyTest.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java (diff)
The file was modifiedmodules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/CustomerPresentable.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/TimedJobEventPresentable.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/BlueHourApplicationAssembler.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Invoice.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Customer.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryFlatJobEvent.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/ObjectFactory.java (diff)
The file was modifiedmodules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/DefaultCustomerExplorerPresentationControl.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/FlatJobEventPresentable.java (diff)
The file was modifiedmodules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporter.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/Main.java (diff)
The file was modifiedmodules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/ProjectPresentable.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Project.java (diff)
The file was modifiedmodules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java (diff)
The file was modifiedmodules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallableTest.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/resources/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/HourlyReport.fxml (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/CustomerTest.java (diff)
The file was modifiedmodules/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/InvoiceRegistry.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/model/types/AddressTest.java (diff)
Commit f15e4d26fc471a99aa5f7c013d7b8e717578cb35 by Fabrizio Giudici
Untracked some IDEA files.
The file was removed.idea/markdown.xml
The file was removed.idea/vcs.xml
The file was removed.idea/jpa-buddy.xml
The file was removed.idea/misc.xml
The file was removed.idea/pmd-idea.xml
The file was removed.idea/encodings.xml
The file was removed.idea/jarRepositories.xml
The file was modified.gitignore (diff)
The file was removed.idea/checkstyle-idea.xml
The file was removed.idea/uiDesigner.xml
The file was removed.idea/modules.xml
The file was removed.idea/compiler.xml
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/ProjectSpi.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/ProjectRegistry.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/model/impl/HourlyReportGeneratorTestSupport.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/model/types/MoneyTest.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventGroupPresentable.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentation.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/role/LoadableSaveableAccounting.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/DefaultJobEventExplorerPresentationControl.java (diff)
The file was modifiedLICENSE.txt (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporter.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryObjectFactory.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java (diff)
The file was modifiedmodules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/CustomerPresentable.java (diff)
The file was modifiedmodules/UI/pom.xml (diff)
The file was modifiedmodules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/HourlyReportPresentation.java (diff)
The file was modifiedmodules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/CustomerExplorerPresentationControl.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/resources/logback.xml (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/Formatters.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/CustomerSelectedEvent.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizInvoiceImporter.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/CustomerTest.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/EventTypeAdapter.java (diff)
The file was modifiedmodules/XmlMarshalling/pom.xml (diff)
The file was modifiedmodules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/IBizImporterActionProvider.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallable.java (diff)
The file was modifiedmodules/pom.xml (diff)
The file was modifiedmodules/iBizImporter/src/test/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterTest.java (diff)
The file was modifiedmodules/UIJobEventExplorer/pom.xml (diff)
The file was modifiedmodules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/DefaultCustomerExplorerPresentationControl.java (diff)
The file was modifiedmodules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentationControl.java (diff)
The file was modifiedpom.xml (diff)
The file was modifiedmodules/UICustomerExplorer/pom.xml (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/IBizUtils.java (diff)
The file was modifiedmodules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallableTest.java (diff)
The file was modifiedmodules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/HourlyReportPresentationControl.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/role/Loadable.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentationDelegate.java (diff)
The file was modifiedmodules/Installers/macOS/pom.xml (diff)
The file was modifiedmodules/UIHourlyReport/pom.xml (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/resources/META-INF/UIJobEventExplorerAutoBeans.xml (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/MoneyFormat.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/types/Address.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/HourlyReportGenerator.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/role/ui/spi/MessageSendingUserAction.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java (diff)
The file was modifiedmodules/UIHourlyReport/src/main/resources/META-INF/UIAutoBeans.xml (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporter.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentationDelegate.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/resources/META-INF/JavaFXApplicationAutoBeans.xml (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizInvoiceImporter.java (diff)
The file was modifiedmodules/UICommons/pom.xml (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentation.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java (diff)
The file was modifiedmodules/Model/src/main/resources/META-INF/CommonsAutoBeans.xml (diff)
The file was modifiedmodules/UICustomerExplorer/src/main/resources/META-INF/UICustomerExplorerAutoBeans.xml (diff)
The file was modifiedmodules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentation.java (diff)
The file was modifiedmodules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/JobEventXml.java (diff)
The file was modifiedmodules/UI/src/main/java/it/tidalwave/accounting/impl/DefaultAccountingController.java (diff)
The file was modifiedmodules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/ProjectReportUserActionProvider.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/InvoiceRegistry.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/role/ui/spi/DefaultUserActionProvider2.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentationDelegate.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterBuilderFactory.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/JobEventExplorerPresentationControl.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/resources/META-INF/blueHourJavaFXAutoBeans.xml (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentationDelegate.java (diff)
The file was modifiedmodules/UIProjectExplorer/pom.xml (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/role/Saveable.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/JobEventGroupSpi.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/CustomerSpi.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/TestUtils.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/MoneyAdapter.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/DurationFormat.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentationDelegate.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/JobEvent.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventPresentable.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/ProjectTest.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizProjectImporter.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/BlueHourApplicationAssembler.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/TimedJobEventPresentable.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporterBuilderFactory.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/CustomerRegistry.java (diff)
The file was modifiedmodules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/DefaultProjectExplorerPresentationControl.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java (diff)
The file was modifiedmodules/ModelInMemory/pom.xml (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/JobEventGroup.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Project.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryFlatJobEvent.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/TimedJobEventSpi.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AddressXml.java (diff)
The file was modifiedmodules/UIiBizImporter/pom.xml (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateAdapter.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/JavaFXApplicationPresentationDelegate.java (diff)
The file was modifiedmodules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/ProjectPresentable.java (diff)
The file was modifiedmodules/iBizImporter/pom.xml (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/AccountingOpenedEvent.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizCustomerImporter.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/HourlyReport.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Invoice.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/types/Money.java (diff)
The file was modifiedmodules/UIProjectExplorer/src/main/resources/META-INF/UIProjectExplorerAutoBeans.xml (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/HourlyReportGeneratorTest.java (diff)
The file was modifiedmodules/iBizImporter/src/main/resources/META-INF/iBizImporterAutoBeans.xml (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/Main.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/application/javafx/JavaFXToolBarModel.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/IdAdapter.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateTimeAdapter.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentation.java (diff)
The file was modifiedmodules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/IBizImporterPresentationControl.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/model/types/AddressTest.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/JobEventRegistry.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/Styleables.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/JobEventExplorerPresentation.java (diff)
The file was modifiedmodules/UI/src/main/resources/META-INF/UIAutoBeans.xml (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Accounting.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/ProjectSelectedEvent.java (diff)
The file was modifiedmodules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/CustomerExplorerPresentation.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGenerator.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinder.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/ImportRequest.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizCustomerImporter.java (diff)
The file was modifiedmodules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/IBizImporterPresentation.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/ProjectStatusAdapter.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/JobEventSpi.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Customer.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/AccountingOpenRequest.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/InvoiceSpi.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/ObjectFactory.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/FlatJobEventSpi.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/JobEventTest.java (diff)
The file was modifiedmodules/UIiBizImporter/src/main/resources/META-INF/UIAutoBeans.xml (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/application/spi/ToolBarModelSupport.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/ProjectHourlyReportRequest.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/CustomerXml.java (diff)
The file was modifiedmodules/JavaFXUI/pom.xml (diff)
The file was modifiedmodules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/DefaultHourlyReportPresentationControl.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentation.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentation.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/RedStyleForNegativeMoney.java (diff)
The file was modifiedmodules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/application/ToolBarModel.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/FlatJobEventPresentable.java (diff)
The file was modifiedmodules/Model/pom.xml (diff)
Commit 1cbef5898287f055ce42fb0f8dd6c799e497631d by Fabrizio Giudici
Updated SuperPOM to '5.9', TheseFoolishThings to '3.2-ALPHA-24', SteelBlue to '1.1-ALPHA-4'.
The file was removedmodules/UICommons/src/main/java/it/tidalwave/application/ToolBarModel.java
The file was addedmodules/UI/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
The file was addedmodules/UIJobEventExplorer/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
The file was addedmodules/UICustomerExplorer/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
The file was modifiedmodules/JavaFXApplication/pom.xml (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentation.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentation.java (diff)
The file was removedmodules/JavaFXApplication/src/config/activate-it.tidalwave-aspectj-springaop-v1-profile
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentation.java (diff)
The file was removedmodules/UI/src/config/activate-it.tidalwave-aspectj-springaop-v1-profile
The file was addedmodules/UIHourlyReport/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
The file was removedmodules/JavaFXApplication/src/main/java/it/tidalwave/application/javafx/JavaFXToolBarModel.java
The file was removedmodules/UICustomerExplorer/src/config/activate-it.tidalwave-aspectj-springaop-v1-profile
The file was modifiedmodules/pom.xml (diff)
The file was addedmodules/JavaFXApplication/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
The file was removedmodules/UIiBizImporter/src/config/activate-it.tidalwave-aspectj-springaop-v1-profile
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/BlueHourApplicationAssembler.java (diff)
The file was removedmodules/UIJobEventExplorer/src/config/activate-it.tidalwave-aspectj-springaop-v1-profile
The file was addedmodules/UIProjectExplorer/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
The file was modifiedmodules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/IBizImporterActionProvider.java (diff)
The file was removedmodules/UICommons/src/config/activate-it.tidalwave-aspectj-springaop-v1-profile
The file was addedmodules/UICommons/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentation.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/resources/META-INF/JavaFXApplicationAutoBeans.xml (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/JavaFXApplicationPresentationDelegate.java (diff)
The file was addedmodules/UIiBizImporter/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
The file was modifiedpom.xml (diff)
The file was modifiedmodules/JavaFXUI/pom.xml (diff)
The file was removedmodules/UIHourlyReport/src/config/activate-it.tidalwave-aspectj-springaop-v1-profile
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentation.java (diff)
The file was removedmodules/UIProjectExplorer/src/config/activate-it.tidalwave-aspectj-springaop-v1-profile
The file was removedmodules/UICommons/src/main/java/it/tidalwave/application/spi/ToolBarModelSupport.java
Commit fe3b6863b6e27c0fffc7af18919b2719e5565a69 by Fabrizio Giudici
BH-41: Now JDK 21 is required to build the project.
The file was modifiedpom.xml (diff)
The file was modifiedbitbucket-pipelines.yml (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/Formatters.java (diff)
The file was modifiedmodules/pom.xml (diff)
The file was modified.maven-env (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGenerator.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/FlatJobEventSpi.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java (diff)
The file was modifiedmodules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/JobEventSpi.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentation.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/CustomerTest.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentation.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/ProjectStatusAdapter.java (diff)
The file was modifiedmodules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/ProjectPresentable.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizInvoiceImporter.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateTimeAdapter.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/CustomerSelectedEvent.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/JobEventGroup.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java (diff)
The file was modifiedmodules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/IBizImporterActionProvider.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/CustomerXml.java (diff)
The file was modifiedmodules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/IBizImporterPresentation.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/InvoiceRegistry.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentation.java (diff)
The file was modifiedmodules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentation.java (diff)
The file was modifiedmodules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentationControl.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/JavaFXApplicationPresentationDelegate.java (diff)
The file was modifiedmodules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateAdapter.java (diff)
The file was modifiedmodules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/ProjectReportUserActionProvider.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/Main.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/MoneyAdapter.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/CustomerSpi.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/role/Saveable.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizCustomerImporter.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/role/ui/spi/MessageSendingUserAction.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Accounting.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Customer.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/Styleables.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporter.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/role/ui/spi/DefaultUserActionProvider2.java (diff)
The file was modifiedmodules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/BlueHourApplicationAssembler.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/JobEventTest.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/ObjectFactory.java (diff)
The file was modifiedmodules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/CustomerExplorerPresentation.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventGroupPresentable.java (diff)
The file was modifiedmodules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/IBizImporterPresentationControl.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/TimedJobEventSpi.java (diff)
The file was modifiedmodules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/CustomerPresentable.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinder.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/ProjectSelectedEvent.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/JobEventExplorerPresentationControl.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/IdAdapter.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizInvoiceImporter.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizProjectImporter.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/ImportRequest.java (diff)
The file was modifiedmodules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/DefaultCustomerExplorerPresentationControl.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/model/types/MoneyTest.java (diff)
The file was modifiedmodules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/DefaultHourlyReportPresentationControl.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentationDelegate.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/InvoiceSpi.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/types/Address.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/role/Loadable.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Invoice.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporterBuilderFactory.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentation.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/model/impl/HourlyReportGeneratorTestSupport.java (diff)
The file was modifiedmodules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/DefaultProjectExplorerPresentationControl.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/HourlyReport.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventPresentable.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/ProjectHourlyReportRequest.java (diff)
The file was modifiedmodules/UI/src/main/java/it/tidalwave/accounting/impl/DefaultAccountingController.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/JobEvent.java (diff)
The file was modifiedmodules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/HourlyReportPresentation.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/DefaultJobEventExplorerPresentationControl.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentation.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/JobEventRegistry.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentationDelegate.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/CustomerRegistry.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryFlatJobEvent.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/FlatJobEventPresentable.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/RedStyleForNegativeMoney.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/TestUtils.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AddressXml.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/Project.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/ProjectRegistry.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/ProjectTest.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/TimedJobEventPresentable.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentationDelegate.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/AccountingOpenRequest.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentationDelegate.java (diff)
The file was modifiedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/HourlyReportGeneratorTest.java (diff)
The file was modifiedmodules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/JobEventExplorerPresentation.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/model/types/AddressTest.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/ProjectSpi.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/DurationFormat.java (diff)
The file was modifiedmodules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentationDelegate.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/EventTypeAdapter.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryObjectFactory.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporter.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGenerator.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/commons/AccountingOpenedEvent.java (diff)
The file was modifiedmodules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/HourlyReportPresentationControl.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallable.java (diff)
The file was modifiedmodules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/HourlyReportGenerator.java (diff)
The file was modifiedmodules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/CustomerExplorerPresentationControl.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/types/Money.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/Formatters.java (diff)
The file was modifiedmodules/UICommons/src/main/java/it/tidalwave/accounting/role/LoadableSaveableAccounting.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/IBizUtils.java (diff)
The file was modifiedmodules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/JobEventXml.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizCustomerImporter.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/JobEventGroupSpi.java (diff)
The file was modifiedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java (diff)
The file was modifiedmodules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/MoneyFormat.java (diff)
The file was modifiedmodules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallableTest.java (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterBuilderFactory.java (diff)
The file was modifiedmodules/iBizImporter/src/test/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterTest.java (diff)
The file was modifiedpom.xml (diff)
The file was modifiedREADME.md (diff)
The file was addedsrc/site/site.xml
The file was addedsrc/site/resources/css/site.css
The file was addedsrc/site/markdown/index.md.vm
The file was modifiedmodules/JavaFXApplication/src/main/resources/logback.xml (diff)
Commit 4fc35336ff1c1f352fcfb440a639942b41de5ee2 by Fabrizio Giudici
Spring upgraded to '6.2.1'.
The file was modifiedmodules/pom.xml (diff)
Commit 3db3de155a631c8238dd6916adb8b788410d2051 by Fabrizio Giudici
commons-configuration upgraded to '2.11.0'.
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java (diff)
The file was modifiedmodules/iBizImporter/pom.xml (diff)
The file was modifiedmodules/pom.xml (diff)
The file was modifiedmodules/XmlMarshalling/pom.xml (diff)
The file was modifiedmodules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/IBizUtils.java (diff)
The file was modifiedmodules/pom.xml (diff)
Commit 1aceff289a3e49cdfaf157dfb41495d9e56e8fbb by Fabrizio Giudici
Fixed OpenJFX dependencies.
The file was modifiedmodules/JavaFXApplication/pom.xml (diff)
The file was modifiedmodules/Installers/macOS/pom.xml (diff)
The file was modifiedmodules/JavaFXUI/pom.xml (diff)