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

CCDM: use v15 alpha #953

Merged
merged 8 commits into from
Oct 10, 2019
Merged

CCDM: use v15 alpha #953

merged 8 commits into from
Oct 10, 2019

Conversation

qtdzz
Copy link

@qtdzz qtdzz commented Oct 4, 2019

Issues found during this PR:

  • flow.start doesn't work correctly in this project. In the bakery, it is configured with Spring to do the authentication at the URL /login. We are asking for initialization with a GET request /login?v-r=init..... It's fine and the server responses the configuration for flow-client to initialize the client engine. However, client-engine seems to take that URL prefix, /login, as the base URL for later RPC requests, the next request they send is a POST request /login?v-r=uidl..... Then that request is caught by Spring and considered as an authentication request.
    Fixed in CCDM: consider servlet context when server navigation flow#6638
  • Another problem found was Regression: scanner does not visit class fields when looking for imports flow#6653, in this PR there is a workaround for it.

This change is Reviewable

@platosha platosha changed the title [WIP] CCDM: use v15 snapshot CCDM: use v15 snapshot Oct 7, 2019
@platosha platosha changed the title CCDM: use v15 snapshot [WIP] CCDM: use v15 snapshot Oct 7, 2019
@manolo manolo changed the title [WIP] CCDM: use v15 snapshot CCDM: use v15 snapshot Oct 9, 2019
Copy link
Member

@manolo manolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r2, 3 of 3 files at r3.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@manolo manolo changed the title CCDM: use v15 snapshot CCDM: use v15 alpha Oct 9, 2019
Copy link

@vlukashov vlukashov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r2, 3 of 3 files at r4.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link

@vlukashov vlukashov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 9 of 9 files at r5.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Member

@manolo manolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 9 of 9 files at r5.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@manolo manolo merged commit eb28e89 into ccdm Oct 10, 2019
@manolo manolo deleted the tn/ccdm branch October 10, 2019 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants