This project is mirrored from https://github.com/spring-projects/spring-boot.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jun 27, 2014
-
-
Spring Buildmaster authored
-
Phillip Webb authored
Fixes gh-1178
-
Phillip Webb authored
This reverts commit 67189477.
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Phillip Webb authored
No need as picked up from the parent.
-
- Jun 26, 2014
-
-
Dave Syer authored
If an Endpoint is already @ManagedResource then it doesn't need an additional (probably wrong) MBEan registration based on the invoke() method.
-
Dave Syer authored
The DataSourceInitializer is instantiated early by the DataSourceInitializerPostProcessor, so it has to live in isolation (in its own @Configuration) to prevent early instantiation of the DataSourceAutoConfiguration. Fixes gh-1166
-
Dave Syer authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Trying to fix the Windows CI build
-
Phillip Webb authored
-
Phillip Webb authored
Exception appears to be different on Windows JVMs
-
Phillip Webb authored
Fixes gh-1169
-
Phillip Webb authored
Fix 'fat jar' support for windows to correctly deal with URL and path slash issues. The root cause of the original problem was caused by JAR URLs not including a root slash (ie `file:C:/Users` vs `file:/C:/Users`) Fixes gh-1145
-
Phillip Webb authored
Fixes gh-1168
-
- Jun 25, 2014
-
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-1148
-
Andy Wilkinson authored
Closes #1162
-
Andy Wilkinson authored
Closes #1161
-
Andy Wilkinson authored
Closes #1160
-
Andy Wilkinson authored
Closes #1159
-
Andy Wilkinson authored
Closes #1158
-
Andy Wilkinson authored
Closes #1157
-
Andy Wilkinson authored
Closes #1156
-
Andy Wilkinson authored
Closes #1155
-
Andy Wilkinson authored
Closes #1154
-
Andy Wilkinson authored
Closes #1153
-
Andy Wilkinson authored
Closes #1152
-
Andy Wilkinson authored
Closes #1151
-
Andy Wilkinson authored
Closes #1150
-
Dave Syer authored
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update ExecutableArchiveLauncher so that `-cp` URLs are not added when they are already contained as nested JARs. This prevents a SecurityException "signer information does not match error" when using signed jars. The root cause of the issue was that the primary JAR file was on the default classpath with the URL "file:....jar" and in the main URL set as "jar:file:....jar". It is now filtered so that only the "jar:" variant is added. Fixes gh-1134
-