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

fix: use the latest Spring version #7028

Merged
merged 4 commits into from
Nov 26, 2019
Merged

Commits on Nov 25, 2019

  1. fix: use the latest Spring version

    This fixes the Spring version mismatch between flow-server-3.0-SNAPSHOT and vaadin-spring-13.0-SNAPSHOT.
    Also removes the workaround added to avoid a runtime failure caused by the version mismatch (added in #7024).
    Viktor Lukashov committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    30b2cad View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. fix: use the latest Spring version in the flow-ccdm-connect test

    This fixes the Spring version mismatch between flow-server and the flow-ccdm-connect test.
    Also remove the dependency to `vaadin-spring` to break the circular dependency.
    Viktor Lukashov committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    238e452 View commit details
    Browse the repository at this point in the history
  2. keep the flow-ccdm-connect test green (restore the vaadin-spring dep)

    There is a separate task to remove the dependency later: #7030
    Viktor Lukashov committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    5c4001a View commit details
    Browse the repository at this point in the history
  3. fix SonarCube warnings

    Viktor Lukashov committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    b471c93 View commit details
    Browse the repository at this point in the history