Skip to content
Snippets Groups Projects
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 .
  1. Feb 09, 2018
  2. Oct 09, 2017
  3. Oct 05, 2017
    • Phillip Webb's avatar
      Ignore secrets.yml · 0419d42b
      Phillip Webb authored
      Ignore `secrets.yml` so that if can be used to hold sensitive
      credentials.
      
      See gh-9316
      0419d42b
    • Phillip Webb's avatar
      Ignore flattened POMs · 258c442e
      Phillip Webb authored
      Ignore flattened POM files which will be generated once the build has
      been reworked.
      
      See gh-9316
      258c442e
  4. Aug 25, 2017
  5. Jul 17, 2017
  6. Jun 17, 2016
  7. Jun 10, 2016
    • Phillip Webb's avatar
      Refine ApplicationHome detection logic · c66da65e
      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
      c66da65e
  8. May 03, 2016
  9. Aug 21, 2015
  10. Jul 08, 2015
  11. Jul 01, 2015
  12. May 26, 2015
    • Greg Turnquist's avatar
      Auto-configure Spring Security OAuth2 when detected on the classpath · 53f67a44
      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)
      53f67a44
  13. Mar 03, 2015
  14. Nov 19, 2014
  15. Nov 08, 2014
  16. May 31, 2014
  17. May 29, 2014
    • Dave Syer's avatar
      Allow tests to System.exit() by default · 84366275
      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).
      84366275
  18. Dec 23, 2013
  19. Oct 23, 2013
  20. Oct 10, 2013
  21. Sep 19, 2013
    • Greg Turnquist's avatar
      Ignore IntelliJ build stuff · 2e5fc2b3
      Greg Turnquist authored
      2e5fc2b3
    • Greg Turnquist's avatar
      [BS-48] Add autoconfigured JMS support · 5801e422
      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
      5801e422
  22. Sep 06, 2013
  23. Jul 31, 2013
  24. Jul 30, 2013
  25. Jul 16, 2013
  26. Jul 09, 2013
  27. May 17, 2013
  28. May 15, 2013
    • Dave Syer's avatar
      [bs-118], [bs-119]: add UI builder features · 53078c32
      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
      53078c32
  29. May 08, 2013
  30. Apr 24, 2013