- 25 Aug, 2014 4 commits
-
-
Dave Syer authored
-
Dave Syer authored
We can't easily solve the problem by not allowing Spring Security to eagerly instantiate everything, but we can be defensive about data.sql and make sure it is executed even if the listener isn't yet registered. Fixes gh-1386
-
Dave Syer authored
-
Dave Syer authored
-
- 23 Aug, 2014 1 commit
-
-
Stephane Nicoll authored
This commit adds a 'skip' parameter to the 'repackage' goal that is false by default. When this parameter is enabled, the repackage goal does not run at all. This can be used when repackaging should occur conditionally or when a particular module in a hierarchy should not use this feature. Fixes gh-1424
-
- 22 Aug, 2014 9 commits
-
-
Phillip Webb authored
Conflicts: spring-boot-dependencies/pom.xml
-
Phillip Webb authored
This reverts commit bbdfcd4f.
-
Phillip Webb authored
Restore repositories section accidentally removed during the merge
-
Phillip Webb authored
Conflicts: spring-boot-dependencies/pom.xml
-
Phillip Webb authored
Fixes gh-1423
-
Phillip Webb authored
-
Phillip Webb authored
Fix DataSourceProperties getUsername() and getPassword() methods to call getDriverClassName() rather than using `this.driverClassName` to ensure than deduced driver classes can be used. Fixes gh-1421
-
Phillip Webb authored
-
Phillip Webb authored
Relocate DataSourceAutoConfiguration.CONFIGURATION_PREFIX to DataSourceProperties.PREFIX.
-
- 21 Aug, 2014 16 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Switch driver class to the more conventionally named `org.hsqldb.jdbc.JDBCDriver`.
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update CONTRIBUTING.adoc with improved code formatter instructions. Fixes gh-1271
-
Phillip Webb authored
Update ExtendedPathMatchingResourcePatternResolver to use similar code as the fix for SPR-12095. Fixes gh-1378
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Fixes #1411
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, ProjectLibraries only considered a configuration's direct file dependencies. This meant that a transitive file dependency that should have been pulled in via a project dependency was not included in the repackaged jar's lib directory. ProjectLibraries has been updated to walk down the tree of project dependencies and create libraries for any file dependencies that are found. Fixes gh-1368
-
Andy Wilkinson authored
-
Phillip Webb authored
Updates to prevent the maven-invoker-plugin from downloading remote snapshot jars. Possibly caused by the recent changes to the spring-boot-dependencies POM. See gh-1413
-
Phillip Webb authored
-
Phillip Webb authored
Inadvertently missed on commit 7732135a Fixes gh-1413
-
- 20 Aug, 2014 9 commits
-
-
Phillip Webb authored
Extract useful logic from StartupInfoLogger to a new ApplicationHome class. Fixes gh-1414
-
Phillip Webb authored
This reverts commit c28026bb.
-
Phillip Webb authored
-
Phillip Webb authored
Add a repositories section to the spring-boot-dependencies POM but strip it out during a CI build. This allows snapshot and milestone BOM imports to be used but doesn't pollute published POMs and doesn't prevent a fresh checkout from building. Fixes gh-1413
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
-
- 19 Aug, 2014 1 commit
-
-
Phillip Webb authored
-