-
Notifications
You must be signed in to change notification settings - Fork 3
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
Merge Liferay feature branch to master #196
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
caalador
requested changes
Jan 7, 2022
vaadin-portlet/src/main/resources/META-INF/resources/scripts/PortletMethods.js
Outdated
Show resolved
Hide resolved
caalador
previously approved these changes
Jan 7, 2022
There are some failing tests, but this is in a feature branch for now so it should be fine.
Also flow.version 2.5.1, com.liferay.portal.kernel 9.30.0, flow.cdi.version 11.2.1 and license-checker 1.2.1. Disabled LicenseChecker. LiceseChecker has trouble with Liferay 7.3. (more comments in code)
ApplicationRouteRegistry.createRegistry(VaadinContext) depends on VaadinServletContext which is not ok with portlet context.
com.liferay.portlet.LiferayPortletUtil is available with Liferay 7.1+.
To avoid exception casting VaadinPortletRequest to VaadinServletRequest.
Script caused web component bootstrap script being embedded in PortletMethods script block when adding Vaadin portlet as a Liferay Widget.
Uses portlet context and loads the portlet methods file from jar dependency resources instead of static bundle for Pluto 3.0 implementations except Liferay. Fixes #191
Jna dependency conflict isn't reproduce with LR 7.3 and the last versions of 7.3 does not contain jna in it's system.packages.extra.bnd and META-INF/system.packages.extra.mf.
This reverts commit 77b39fc
1f59e38
to
edec515
Compare
SonarQube analysis reported 30 issues Top 10 issues
|
caalador
approved these changes
Jan 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
NOT SQUASH.
Type of change
Checklist
Additional for
Feature
type of change