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 .
- Feb 09, 2018
-
-
Raja Kolli authored
Closes gh-11971
-
Phillip Webb authored
-
- Oct 09, 2017
-
-
Stephane Nicoll authored
-
- Oct 05, 2017
-
-
Phillip Webb authored
Ignore `secrets.yml` so that if can be used to hold sensitive credentials. See gh-9316
-
Phillip Webb authored
Ignore flattened POM files which will be generated once the build has been reworked. See gh-9316
-
- Aug 25, 2017
-
-
Johnny Lim authored
Closes gh-10069
-
- Jul 17, 2017
-
-
Raja Kolli authored
Closes gh-9772
-
- Jun 17, 2016
-
-
Stephane Nicoll authored
-
- Jun 10, 2016
-
-
Phillip Webb authored
Update the detection logic used in ApplicationHome to: - Deal with `!/` elements in URLs so that `BOOT-INF/classes` packaging works as expected. - Use the `start-class` when no explicit source class is provided to prevent accidentally picking a home next to a `spring-boot.jar` that happens to be on the classpath. - Ignore search logic when running from a unit test. Fixes gh-6129
-
- May 03, 2016
-
-
Phillip Webb authored
-
- Aug 21, 2015
-
-
Dave Syer authored
-
- Jul 08, 2015
-
-
Phillip Webb authored
Not sure why it's there but it's far too broad.
-
- Jul 01, 2015
-
-
sopov.ivan authored
Closes gh-3375
-
sopov.ivan authored
Closes gh-3375
-
- May 26, 2015
-
-
Greg Turnquist authored
* Automatically spin up Authorization Server and Resource Server * Automatically configures method level security included OAuth2Expression handler * Wrote extensive unit tests verifying default behavior as well as the auto-configuration backing off when custom Authorization/Resource servers are included * Created org.springframework.boot.security.oauth2 subpackage to contain it * Can also disable either resource of authorization server completely with a single property for each * Print out the auto-generated secrets and other settings * Added spring-boot-sample-secure-oauth2 to provide a sample that can be run and poked with curl as well as some automated tests. * Make users ask for which servers to install by adding @Enable* * User has to @EnableGlobalMethodSecurity instead of using properties files Add Spring Security OAuth2 support to Spring Boot CLI * Triggered from either @EnableAuthorizationServer or @EnableResourceServer * Needs to have @EnableGlobalMethodSecurity to allow picking the annotation model. * By default, comes with import support for @PreAuthorize, @PreFilter, @PostAuthorize, and @PostFilter via a single start import * Also need import support for the enable annotations mentioned above. * Added extra test case and sample (oauth2.groovy)
-
- Mar 03, 2015
-
-
Phillip Webb authored
-
- Nov 19, 2014
-
-
Dave Syer authored
Including maps and lists. Beans with no metadata (in /META-INF/*spring-configuration-metadata.json) are just serialized as they come (so might have problems like cycles). Serialization errors are caught and rendered as an "error" for that bean. Any problems can be fixed by preparing metadata and specifying which properties are to be rendered that way. Fixes gh-1746, fixes gh-1921
-
Andy Wilkinson authored
Closes gh-1779
-
sopov.ivan authored
See gh-1779
-
- Nov 08, 2014
-
-
Phillip Webb authored
-
- May 31, 2014
-
-
Phillip Webb authored
Hopefully preventing any accidental commits.
-
- May 29, 2014
-
-
Dave Syer authored
Otherwise the ApplicationContext stays alive and if it's a server app the JVM does not exit at the end of "spring test". User can override with "spring test foo.groovy --nohup" (which we have to do in our unit tests).
-
- Dec 23, 2013
-
-
Dave Syer authored
$ ant -lib ivy-2.2.jar (substitute the location of your actual ivy jar) $ java -jar target/*.jar Fixes gh-140
-
- Oct 23, 2013
-
-
Dave Syer authored
-
- Oct 10, 2013
-
-
Dave Syer authored
-
- Sep 19, 2013
-
-
Greg Turnquist authored
-
Greg Turnquist authored
* Add ability to detect spring-jms on the path and create a JmsTemplate with ActiveMQConnectionFactory * Create tests showing autoconfigured JmsTemplate with ActiveMQ, but prove it backs off if a separate ConnectionFactory exists. * Add support to spring-boot-cli to that it detects JmsTemplate, DefaultMessageListenerContainer, or SimpleMessageListenerContainer, and turns on autoconfiguration as well as add proper @Grab's and import statements. * Write a jms.groovy test showing proper CLI support Simplify ActiveMQ configuration Update ActiveMQ to 5.7.0
-
- Sep 06, 2013
-
-
Phillip Webb authored
-
Dave Syer authored
-
- Jul 31, 2013
-
-
Dave Syer authored
-
- Jul 30, 2013
-
-
Phillip Webb authored
-
- Jul 16, 2013
-
-
Dave Syer authored
[Fixes #53376257]
-
- Jul 09, 2013
-
-
Phillip Webb authored
-
- May 17, 2013
-
-
Dave Syer authored
-
- May 15, 2013
-
-
Dave Syer authored
* MessageSource created automatically (location spring.messages.basename:messages) * Thymeleaf configured automatically to look for templates in classpath:/templates * Added static resource handlers for classpath:/static and classpath:/ [Fixes #49832165] [bs-118] Support for thymeleaf templates
-
- May 08, 2013
-
-
Dave Syer authored
-
- Apr 24, 2013
-
-
Dave Syer authored
-