Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BS-157] Add support for MultipartConfig #2

Closed
wants to merge 19 commits into from
Closed

[BS-157] Add support for MultipartConfig #2

wants to merge 19 commits into from

Commits on Jun 12, 2013

  1. [BS-157] Add support for MultipartConfig

    To support Multipart uploads, add ability to turn on some beans
    and servlet support if user includes a MultipartConfigElement in the
    app context.
    gregturn committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    14c1094 View commit details
    Browse the repository at this point in the history
  2. Obtain ServletContextInitializer beans later

    Update EmbeddedWebApplicationContext to obtain ServletContextInitializer
    beans after self initialization. Allows @configuration beans to be
    ServletContextAware.
    philwebb committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    6a2f36a View commit details
    Browse the repository at this point in the history
  3. Polish pom.xml

    Polish pom.xml formatting and pull version numbers into parent pom
    when possible.
    philwebb committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    ced99ff View commit details
    Browse the repository at this point in the history
  4. Use Spring 4.0 snapshot

    philwebb committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    7d7dc51 View commit details
    Browse the repository at this point in the history
  5. Update On(Missing)Bean Condition logic

    Update OnBeanCondition and OnMissingBeanCondition to work better
    with @configuration classes and to support an optional considerHierarchy
    annotation value.
    
    The class value for conditions can now also be inferred when used on
    @bean methods.
    philwebb committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    3536fc6 View commit details
    Browse the repository at this point in the history
  6. Support ordering of auto-configuration classes

    Update EnableAutoConfigurationImportSelector to sort auto-configuration
    classes based on @order and @AutoConfigureAfter annotations.
    philwebb committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    b572d98 View commit details
    Browse the repository at this point in the history
  7. Always store @componentscan details

    Refactor JpaComponentScanDetector to a more general use utility and
    ensure that details are always stored.
    philwebb committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    2f84df6 View commit details
    Browse the repository at this point in the history
  8. Polish and Fixup

    Polish and fixup:
    - Ordered auto-configuration
    - @ConditionalOnBean default on @bean methods
    - Improved separation of auto-configure classes
    - Consistent naming
    - Javadoc, code formatting and tests
    philwebb committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    dd69d0f View commit details
    Browse the repository at this point in the history
  9. Numerous changes to actuator

    Numerous changes to the actuator project, including:
    - Specific Endpoint interface
    - Spring MVC/Enpoint adapter
    - Management server context changes
    - Consistent auto-configuration class naming
    - Auto-configuration ordering
    - Javadoc, code formatting and tests
    philwebb committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    8c347fc View commit details
    Browse the repository at this point in the history
  10. Use SpringZero Banner

    philwebb committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    9782747 View commit details
    Browse the repository at this point in the history
  11. Add Jackson 2 to web starter

    philwebb committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    5ce220b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2013

  1. Add security starter pom

    philwebb committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    002c4e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1bac58 View commit details
    Browse the repository at this point in the history
  3. Add cacheable switch to Thymeleaf template resolver

    User can set spring.template.cache=false to change the behaviour
    dsyer committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    697c210 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2013

  1. Fix compile dependency on commons-logging

    Gonçalo Silva and Scott Andrews committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    ed513ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0b2b40 View commit details
    Browse the repository at this point in the history
  3. [BS-157] Add support for MultipartConfig

    To support Multipart uploads, add ability to turn on some beans
    and servlet support if user includes a MultipartConfigElement in the
    app context.
    gregturn committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    8df3aa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18970ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    997efe1 View commit details
    Browse the repository at this point in the history