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

Upgrade provision app to spring boot 2 and spring sec 5 #39

Closed
clemensutschig opened this issue Oct 22, 2018 · 5 comments
Closed

Upgrade provision app to spring boot 2 and spring sec 5 #39

clemensutschig opened this issue Oct 22, 2018 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@clemensutschig
Copy link
Member

1.5.9 is horribly outdated

@clemensutschig clemensutschig added the enhancement New feature or request label Oct 22, 2018
@clemensutschig
Copy link
Member Author

clemensutschig commented Nov 11, 2018

For release 1 i suggest we uptake 1.5.15 which is the latest 1 version.. to not bring too many possible bads.. @michaelsauter / @tjaeschke - cool?

@clemensutschig clemensutschig self-assigned this Nov 11, 2018
@clemensutschig
Copy link
Member Author

clemensutschig commented Nov 12, 2018

ok - upgrade to .15 works with a few tweaks, upgrade to 2.0.5 shows a gazillion of failed tests - something pretty serious on mockito spy must have changed :(

    Mockito.doReturn(bitbucketData).when(spyAdapter)
        .callCreateProjectApi(Matchers.any(ProjectData.class), Matchers.anyString());

does not work anymore - so calls in the lower stack are executed and need to be mocked.

@michaelsauter
Copy link
Member

Using 1.5.15 for v1 of OpenDevStack sounds good to me.

@stitakis
Copy link
Member

Hi, someone working on this one? If is not the case, I´m happy to pick up this

@stitakis stitakis assigned stitakis and unassigned clemensutschig Jan 22, 2019
@stitakis stitakis moved this from To Do to In Progress in OpenDevStack 1.1.0 Feb 8, 2019
stitakis added a commit that referenced this issue Apr 19, 2019
…-and-ssec-5

#39 Upgrade provision app to spring boot 2 and spring sec 5
@stitakis
Copy link
Member

upgrade to sb 2.0.x done, we can now start working on the upgrade to 2.1.x and java 11

@michaelsauter michaelsauter moved this from In Progress to Done in OpenDevStack 1.1.0 Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

3 participants