Changes

Summary

  1. Upgraded to TheseFoolishThings 3.2-ALPHA-23, SteelBlue 1.1-ALPHA-3 and code clean up. (details)
  2. Updated copyright year. (details)
  3. SuperPOM upgraded to 5.3. (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 modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/CustomerTest.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/application/javafx/JavaFXToolBarModel.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentationDelegate.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Accounting.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallable.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/AddressTest.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/MoneyTest.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporter.java
The file was modified modules/JavaFXUI/src/main/resources/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/HourlyReport.fxml
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventPresentable.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentationDelegate.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/ObjectFactory.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallableTest.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/ProjectReportUserActionProvider.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryFlatJobEvent.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/DefaultProjectExplorerPresentationControl.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/InvoiceRegistry.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/CustomerXml.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Invoice.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentationDelegate.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/DefaultHourlyReportPresentationControl.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentation.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/types/Money.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentation.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentation.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/JobEvent.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentationDelegate.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/DefaultJobEventExplorerPresentationControl.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/BlueHourApplicationAssembler.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/ProjectTest.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/DefaultCustomerExplorerPresentationControl.java
The file was modified pom.xml
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/IBizImporterActionProvider.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/role/LoadableSaveableAccounting.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/JobEventXml.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/JavaFXApplicationPresentationDelegate.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentationDelegate.java
The file was modified modules/iBizImporter/src/test/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterTest.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventGroupPresentable.java
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/ProjectPresentable.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/CustomerRegistry.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/RedStyleForNegativeMoney.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Project.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/CustomerPresentable.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/JobEventTest.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/Main.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGenerator.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Customer.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizInvoiceImporter.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/TimedJobEventPresentable.java
The file was modified modules/UI/src/main/java/it/tidalwave/accounting/impl/DefaultAccountingController.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java
The file was modified modules/JavaFXApplication/src/main/resources/it/tidalwave/accounting/ui/impl/javafx/Application.fxml
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/FlatJobEventPresentable.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/role/ui/spi/MessageSendingUserAction.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateAdapter.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java
The file was modified modules/pom.xml
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateTimeAdapter.java
The file was modified modules/JavaFXUI/src/main/resources/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JobEventExplorer.fxml
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporter.java
Commit 9d7ea7f0cb924e41a31d86da8ab14a69ffbd67f1 by Fabrizio Giudici
Updated copyright year.
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Accounting.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/MoneyFormat.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/CustomerSelectedEvent.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/IBizImporterActionProvider.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/impl/HourlyReportGeneratorTestSupport.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/CustomerXml.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentation.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/FlatJobEventPresentable.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/RedStyleForNegativeMoney.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/TimedJobEventPresentable.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/AddressTest.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/application/spi/ToolBarModelSupport.java
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentation.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGenerator.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/JobEventSpi.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/FlatJobEventSpi.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/ImportRequest.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/IBizUtils.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/CustomerTest.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporter.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentation.java
The file was modified modules/JavaFXUI/src/main/resources/META-INF/blueHourJavaFXAutoBeans.xml
The file was modified modules/UIHourlyReport/src/main/resources/META-INF/UIAutoBeans.xml
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/ProjectRegistry.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/CustomerPresentable.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/ProjectStatusAdapter.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/DefaultJobEventExplorerPresentationControl.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/JobEventGroup.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/ProjectReportUserActionProvider.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallableTest.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/ProjectSelectedEvent.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/HourlyReportPresentation.java
The file was modified modules/UIiBizImporter/pom.xml
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizInvoiceImporter.java
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/DefaultProjectExplorerPresentationControl.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryFlatJobEvent.java
The file was modified modules/UIHourlyReport/pom.xml
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/TimedJobEventSpi.java
The file was modified modules/UI/pom.xml
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/ProjectPresentable.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java
The file was modified modules/UIProjectExplorer/src/main/resources/META-INF/UIProjectExplorerAutoBeans.xml
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentationDelegate.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/HourlyReportPresentationControl.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentation.java
The file was modified modules/iBizImporter/src/test/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterTest.java
The file was modified modules/iBizImporter/pom.xml
The file was modified modules/Model/src/main/resources/META-INF/CommonsAutoBeans.xml
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventPresentable.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/Main.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/JobEventExplorerPresentation.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizInvoiceImporter.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/CustomerExplorerPresentationControl.java
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentationControl.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/IBizImporterPresentationControl.java
The file was modified modules/UI/src/main/resources/META-INF/UIAutoBeans.xml
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/role/LoadableSaveableAccounting.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/CustomerExplorerPresentation.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentation.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentationDelegate.java
The file was modified modules/UICustomerExplorer/pom.xml
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentation.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentationDelegate.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java
The file was modified modules/Model/pom.xml
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AddressXml.java
The file was modified modules/iBizImporter/src/main/resources/META-INF/iBizImporterAutoBeans.xml
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/HourlyReportGeneratorTest.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/CustomerSpi.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/DefaultHourlyReportPresentationControl.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/types/Address.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/ProjectHourlyReportRequest.java
The file was modified modules/UIJobEventExplorer/src/main/resources/META-INF/UIJobEventExplorerAutoBeans.xml
The file was modified modules/UIJobEventExplorer/pom.xml
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Project.java
The file was modified modules/UIiBizImporter/src/main/resources/META-INF/UIAutoBeans.xml
The file was modified pom.xml
The file was modified LICENSE.txt
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/MoneyTest.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/application/ToolBarModel.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/AccountingOpenedEvent.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/JobEventGroupSpi.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/ProjectTest.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentationDelegate.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/JobEvent.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/Styleables.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/role/ui/spi/DefaultUserActionProvider2.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/Formatters.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/role/Loadable.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterBuilderFactory.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizCustomerImporter.java
The file was modified modules/JavaFXApplication/src/main/resources/logback.xml
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/ProjectSpi.java
The file was modified modules/ModelInMemory/pom.xml
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinder.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/JobEventExplorerPresentationControl.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/application/javafx/JavaFXToolBarModel.java
The file was modified modules/pom.xml
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Customer.java
The file was modified modules/UICustomerExplorer/src/main/resources/META-INF/UICustomerExplorerAutoBeans.xml
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizCustomerImporter.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryObjectFactory.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/IdAdapter.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/BlueHourApplicationAssembler.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/DurationFormat.java
The file was modified modules/UI/src/main/java/it/tidalwave/accounting/impl/DefaultAccountingController.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/HourlyReport.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/role/ui/spi/MessageSendingUserAction.java
The file was modified modules/JavaFXApplication/src/main/resources/META-INF/JavaFXApplicationAutoBeans.xml
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/role/Saveable.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateTimeAdapter.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/JobEventTest.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/JobEventRegistry.java
The file was modified modules/Installers/macOS/pom.xml
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/ObjectFactory.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/EventTypeAdapter.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/JavaFXApplicationPresentationDelegate.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/types/Money.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/IBizImporterPresentation.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/CustomerRegistry.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Invoice.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallable.java
The file was modified modules/XmlMarshalling/pom.xml
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateAdapter.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizProjectImporter.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporter.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/JobEventXml.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventGroupPresentable.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/MoneyAdapter.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java
The file was modified modules/UICommons/pom.xml
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/HourlyReportGenerator.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/TestUtils.java
The file was modified modules/UIProjectExplorer/pom.xml
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java
The file was modified modules/JavaFXUI/pom.xml
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/DefaultCustomerExplorerPresentationControl.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporterBuilderFactory.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/InvoiceRegistry.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/AccountingOpenRequest.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentationDelegate.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/InvoiceSpi.java
Commit b820ed36bbb4cd2ad20c5b1eb46520a469736f62 by Fabrizio Giudici
SuperPOM upgraded to 5.3.
The file was modified modules/pom.xml
The file was modified pom.xml