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

(update) spring boot 2.0.0.RELEASE #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 9, 2018

  1. (update) spring boot 2.0.0.RELEASE

    Use the new version of spring boot.  This will change the SPI because
    Spring boot now uses Class<?>[] to boostrap rather than Object[].
    
    It also upgrades Mockito to 2.x which requires an additional test scope
    library for Vert.X mock testing.
    trajano committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    88da410 View commit details
    Browse the repository at this point in the history
  2. (fix) use setWebApplicationType

    Removes deprecation
    trajano committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    7ab9d23 View commit details
    Browse the repository at this point in the history