Brian Oxley (binkley)
Brian Oxley (binkley)
Current version is adequate for a version 1.
Evaluate checkstyle maven plugin.
Failsafe plugin generates a report of no tests in the the parent root. This is the sole file in `target` in the project root. Teach failsafe plugin not to do...
Review http://www.axonframework.org/docs/2.4/using-spring.html and decide what (if anything) should be updated.
Presently must do this: ``` @Autowired @Qualifier("someAggregateRepository") private EventSourcingRepository repository; ``` Figure out how to register the auto-generated repository in a way to support just: ``` @Autowired private EventSourcingRepository repository;...
## Standard structure Consider putting each page on pipeline portion into a standard structure: - Why and General - Specific to JVM (JVM, Gradle and Maven) - Spots to insert...
Choose build plugin(s) to bake "quality checks" into Gradle and Maven, and avoid configuring each tool separately. - [x] Spotless spike (#489) - [x] Spotless implementation (#535) - [x] Qulice...
**See #544 to find out what publishers want.** ## References 1. Gather all external links used in other pages. 2. Add relevant books and sites. 3. Further reading. - Versioning...
Previous `README.md` was everything together in sections of a single file. That remains helpful. Either: 1. Provide a link to a "everything" page for long reading & printing. 2. Clarify...
See related #516. > [!IMPORTANT] > Front end topics are out of scope at this point > When the book expands to show builds for more than JVM platform languages,...