Changes

Summary

  1. PARTIAL: API upgraded to TheseFoolishThings 3.2-ALPHA-15-SNAPSHOT. (details)
  2. Updated IDEA files. (details)
  3. SteelBlue upgraded to 1.1-ALPHA-2. (details)
  4. Updated headers. (details)
  5. Clean up. (details)
  6. Fix for BH-40. (details)
  7. Fixed test consistency. (details)
  8. Refactored. (details)
  9. Fixed broken test. (details)
  10. Refactored Money constructor. (details)
  11. Fix to allow release in Central Repo. (details)
  12. POM clean up. (details)
  13. Updated README. (details)
  14. [maven-release-plugin] prepare release 1.0-ALPHA-8 (details)
  15. [maven-release-plugin] prepare for next development iteration (details)
Commit feef0399b2573246c94f0ada7672e42a74ec7aa2 by Fabrizio Giudici
PARTIAL: API upgraded to TheseFoolishThings 3.2-ALPHA-15-SNAPSHOT.
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java
The file was modified modules/Model/src/main/resources/META-INF/CommonsAutoBeans.xml
The file was modified modules/JavaFXApplication/src/main/resources/logback.xml
The file was modified modules/Model/src/main/java/it/tidalwave/util/F8.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/application/spi/ToolBarModelSupport.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/spi/util/FinderWithIdMapSupport.java
The file was modified modules/pom.xml
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/InMemoryJobEventFinderFromList.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/InMemoryJobEventFinderSupport.java
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/spi/util/FinderWithIdSupport.java
Commit 760553d64746401b4c557e474c1e51d7664525a3 by Fabrizio Giudici
Updated IDEA files.
The file was modified .idea/jarRepositories.xml
The file was modified .idea/encodings.xml
The file was modified .idea/misc.xml
The file was modified .idea/modules.xml
The file was added.idea/jpa-buddy.xml
The file was modified .idea/compiler.xml
The file was added.idea/markdown.xml
Commit 2526e0716e5176611a6e224ed67f00bde7cae9e4 by Fabrizio Giudici
SteelBlue upgraded to 1.1-ALPHA-2.
The file was modified modules/pom.xml
Commit 3b943ef9bec6aefe2185ea5d656cf9426ffb624c by Fabrizio Giudici
Updated headers.
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/AccountingOpenedEvent.java
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentationControl.java
The file was modified modules/UICustomerExplorer/src/main/resources/META-INF/UICustomerExplorerAutoBeans.xml
The file was modified modules/UIProjectExplorer/pom.xml
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/spi/util/FinderWithIdMapSupport.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventPresentable.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/main/java/it/tidalwave/accounting/model/types/Address.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/InvoiceRegistry.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java
The file was modified modules/UI/src/main/java/it/tidalwave/accounting/impl/DefaultAccountingController.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizInvoiceImporter.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/JobEventGroup.java
The file was modified modules/iBizImporter/src/test/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterTest.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/InMemoryFlatJobEvent.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/HourlyReport.java
The file was modified modules/Installers/macOS/pom.xml
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/ProjectRegistry.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallable.java
The file was modified modules/UI/pom.xml
The file was modified modules/UICommons/src/main/java/it/tidalwave/role/ui/spi/MessageSendingUserAction.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.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/spi/InvoiceSpi.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/JobEventSpi.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/CustomerTest.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/CustomerSpi.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/impl/DefaultHourlyReportGenerator.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizInvoiceImporter.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Invoice.java
The file was modified modules/XmlMarshalling/pom.xml
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/AccountingXmlUnmarshallable.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/JobEventExplorerPresentation.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/IBizImporterPresentationControl.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/IdAdapter.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/HourlyReportPresentation.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryObjectFactory.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGeneratorTest.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/ProjectSpi.java
The file was modified modules/UICommons/pom.xml
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizCustomerImporter.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventGroupPresentable.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.java
The file was modified modules/iBizImporter/pom.xml
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/spi/util/FinderWithIdSupport.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/TimedJobEventSpi.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizProjectImporter.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/MoneyFormat.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/AccountingOpenRequest.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AddressXml.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentation.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/CustomerSelectedEvent.java
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/ProjectPresentable.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/ProjectExplorerPresentation.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/HourlyReportGenerator.java
The file was modified modules/UIJobEventExplorer/src/main/resources/META-INF/UIJobEventExplorerAutoBeans.xml
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java
The file was modified modules/UICustomerExplorer/pom.xml
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/JobEventRegistry.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/ProjectHourlyReportRequest.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/spi/JobEventGroupSpi.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.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/JavaFxProjectExplorerPresentation.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/DefaultHourlyReportPresentationControl.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/AddressTest.java
The file was modified pom.xml
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Accounting.java
The file was modified modules/ModelInMemory/pom.xml
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/Styleables.java
The file was modified modules/pom.xml
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/FlatJobEventPresentable.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/IBizImporterActionProvider.java
The file was modified modules/UIHourlyReport/src/main/resources/META-INF/UIAutoBeans.xml
The file was modified modules/Model/src/main/resources/META-INF/CommonsAutoBeans.xml
The file was modified modules/UICommons/src/main/java/it/tidalwave/application/spi/ToolBarModelSupport.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/RedStyleForNegativeMoney.java
The file was modified modules/Model/pom.xml
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/InMemoryProject.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallableTest.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentationDelegate.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/ProjectReportUserActionProvider.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporter.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/role/Loadable.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java
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/ProjectStatusAdapter.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/ProjectSelectedEvent.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/ProjectTest.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/JobEvent.java
The file was modified modules/Model/src/main/java/it/tidalwave/util/F8.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/DurationFormat.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Project.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinder.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/DefaultJobEventExplorerPresentationControl.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/spi/IBizCustomerImporter.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/JobEventExplorerPresentationControl.java
The file was modified modules/iBizImporter/src/main/resources/META-INF/iBizImporterAutoBeans.xml
The file was modified modules/UIiBizImporter/pom.xml
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/types/Money.java
The file was modified modules/UI/src/main/resources/META-INF/UIAutoBeans.xml
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/EventTypeAdapter.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporterBuilderFactory.java
The file was modified modules/UIProjectExplorer/src/main/resources/META-INF/UIProjectExplorerAutoBeans.xml
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/resources/META-INF/JavaFXApplicationAutoBeans.xml
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/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentationDelegate.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/HourlyReportPresentationControl.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Customer.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/MoneyAdapter.java
The file was modified modules/UIJobEventExplorer/pom.xml
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/IBizUtils.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/ObjectFactory.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentationDelegate.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentation.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/FlatJobEventSpi.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/CustomerXml.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporter.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentation.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/adapters/LocalDateAdapter.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/application/ToolBarModel.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/Main.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/JobEventTest.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/CustomerExplorerPresentationControl.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/DefaultCustomerExplorerPresentationControl.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/Formatters.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/MoneyTest.java
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/DefaultProjectExplorerPresentationControl.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/ImportRequest.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/role/ui/spi/DefaultUserActionProvider2.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/application/javafx/JavaFXToolBarModel.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/TestUtils.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/CustomerExplorerPresentation.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java
The file was modified modules/JavaFXUI/pom.xml
The file was modified modules/UIHourlyReport/pom.xml
The file was modified modules/UIiBizImporter/src/main/resources/META-INF/UIAutoBeans.xml
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterBuilderFactory.java
The file was modified modules/JavaFXApplication/src/main/resources/logback.xml
The file was modified LICENSE.txt
The file was modified modules/JavaFXUI/src/main/resources/META-INF/blueHourJavaFXAutoBeans.xml
Commit 83a9d5b7ae6354612399e843b4f0fba8a4dc0bed by Fabrizio Giudici
Clean up.
The file was removed.lgtm.yml
The file was modified src/assemble/bin.xml
Commit f394f96699de2bf53cf6a8f696c042f5c2473c6a by Fabrizio Giudici
Fix for BH-40.
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java
The file was removedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/spi/util/FinderWithIdMapSupport.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/InMemoryInvoiceFinderFromMap.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallableTest.java
The file was modified modules/pom.xml
The file was removedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/spi/util/FinderWithIdSupport.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java
The file was removedmodules/Model/src/main/java/it/tidalwave/util/F8.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java
Commit 72fdbdc07edbbe43ff630ad59d260ae21cae0063 by Fabrizio Giudici
Fixed test consistency.
The file was modified modules/XmlMarshalling/src/test/resources/expected-results/Scenario1.xml
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java
Commit 920c050e1bc0e92da8766a697cb6d630ce0a871b by Fabrizio Giudici
Refactored.
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/application/javafx/JavaFXToolBarModel.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Invoice.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Customer.java
The file was modified .idea/inspectionProfiles/Project_Default.xml
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGenerator.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/CustomerXml.java
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/InMemoryJobEvent.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/IdAdapter.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGeneratorTest.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java
The file was modified modules/iBizImporter/src/test/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterTest.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/types/Money.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/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/MoneyFormat.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/IBizUtils.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizInvoiceImporter.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/accounting/role/LoadableSaveableAccounting.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/EventTypeAdapter.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallable.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/AccountingOpenRequest.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/Main.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/JobEventXml.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/ProjectTest.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Project.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/DurationFormat.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/adapters/ProjectStatusAdapter.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/JobEventTest.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.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/model/types/MoneyTest.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/CustomerExplorerPresentation.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryObjectFactory.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.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/DefaultIBizCustomerImporter.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/DefaultHourlyReportPresentationControl.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/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java
Commit 6c10179741297786fee5176b04da17da2742a7c3 by Fabrizio Giudici
Fixed broken test.
The file was modified modules/Model/src/test/resources/expected-results/Scenario1-Acme Consulting Project 2.txt
The file was removedmodules/Model/src/test/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGeneratorTest.java
The file was modified modules/Model/src/test/resources/expected-results/Scenario1-Acme Financing Project 1.txt
The file was addedmodules/Model/src/test/java/it/tidalwave/accounting/model/impl/HourlyReportGeneratorTestSupport.java
The file was modified modules/Model/src/test/resources/expected-results/Scenario1-Acme Consulting Project 1.txt
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/Formatters.java
The file was modified modules/Model/src/test/resources/expected-results/Scenario1-Acme Financing Project 2.txt
The file was addedmodules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/HourlyReportGeneratorTest.java
Commit 3dff49adaae8dcdd8eb7354d3b88883ea09b30c7 by Fabrizio Giudici
Refactored Money constructor.
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/types/Money.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/MoneyTest.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/test/java/it/tidalwave/accounting/model/types/impl/ProjectTest.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java
Commit 2ed79ca2a210555703442577120c2a19f398d923 by Fabrizio Giudici
Fix to allow release in Central Repo.
The file was modified modules/ModelInMemory/pom.xml
Commit 6dd85fa00a8d76a853f8c66eb6cd7be8277b8d5a by Fabrizio Giudici
POM clean up.
The file was modified pom.xml
The file was modified modules/pom.xml
Commit 5fb16ab1eb1062b0b16ca1b5c1bb23320464b271 by Fabrizio Giudici
Updated README.
The file was modified README.md
Commit dc50c5868d863122e9eb77bd2112caf6957e450e by Fabrizio Giudici
[maven-release-plugin] prepare release 1.0-ALPHA-8
The file was modified modules/UI/pom.xml
The file was modified modules/Installers/macOS/pom.xml
The file was modified modules/ModelInMemory/pom.xml
The file was modified modules/Model/pom.xml
The file was modified pom.xml
The file was modified modules/UIJobEventExplorer/pom.xml
The file was modified modules/JavaFXApplication/pom.xml
The file was modified modules/iBizImporter/pom.xml
The file was modified modules/UIProjectExplorer/pom.xml
The file was modified modules/UICommons/pom.xml
The file was modified modules/UICustomerExplorer/pom.xml
The file was modified modules/XmlMarshalling/pom.xml
The file was modified modules/UIHourlyReport/pom.xml
The file was modified modules/JavaFXUI/pom.xml
The file was modified modules/UIiBizImporter/pom.xml
The file was modified modules/pom.xml
Commit aa31935cf203ce57a5c79675fcac9fe20d924a2e by Fabrizio Giudici
[maven-release-plugin] prepare for next development iteration
The file was modified modules/pom.xml
The file was modified modules/UIiBizImporter/pom.xml
The file was modified modules/UI/pom.xml
The file was modified pom.xml
The file was modified modules/JavaFXUI/pom.xml
The file was modified modules/UICommons/pom.xml
The file was modified modules/iBizImporter/pom.xml
The file was modified modules/UIProjectExplorer/pom.xml
The file was modified modules/Installers/macOS/pom.xml
The file was modified modules/Model/pom.xml
The file was modified modules/XmlMarshalling/pom.xml
The file was modified modules/UICustomerExplorer/pom.xml
The file was modified modules/JavaFXApplication/pom.xml
The file was modified modules/UIJobEventExplorer/pom.xml
The file was modified modules/ModelInMemory/pom.xml
The file was modified modules/UIHourlyReport/pom.xml