v1.0.1-SNAPSHOT1
- May 05, 2020
-
-
Chris Lemaire authored
Fix Jacoco test report creation See merge request !6
-
Chris Lemaire authored
Exclude the generated source directories from the Jacoco test report. Also enable generation of a CSV results file.
-
Chris Lemaire authored
Add @ComponentScan for configurer-adapter See merge request !4
-
Chris Lemaire authored
The ComponentScan annotation will make sure that the entire package is imported by Spring when at least a LabradorSecurityConfigurerAdapter is configured. In the future, if the option of not enabling security should exist, we may want to add custom annotations to enable the ComponentScan. Additionally, we might want a separate ComponentScan for just LabracoreApiConfiguration. Tests were added in the form of smoke tests to test an application without explicit imports of labracore.lib.
-