Conversation
- Implemented gui-launcher module to enable command line execution of GUI
…t jar) to maven-jar-plugin (slim jar) - Corrected erroneous classPath in Gui commandlet
…modate new GUI commandlet
|
@hohwille I had following thoughts:
|
Coverage Report for CI Build 24878769465Coverage decreased (-0.09%) to 70.595%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions15 previously-covered lines in 6 files lost coverage.
Coverage Stats💛 - Coveralls |
Yes, |
No, since |
small fix in Gui.java Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
|
TODO: GO through the .workflow files for GitHu actions and update all java versions as discussed in the daily |
…om.xml file does not exist.
…et-cleanhistory' into devonfw#1724-create-gui-commandlet-cleanhistory
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
…et-cleanhistory' into devonfw#1724-create-gui-commandlet-cleanhistory
…her to the ide-gui-launcher module from ide-cli
|
I just wanted to merge this PR and include it into our PR but found one last problem.
Not entirely correct. We always need to document our dependencies and check their licenses. As a first thing we need to add the license to our aggregated license in this PR. BTW: We could also support the |
|
For license of OpenJFX see also: |
a combined work based on this library. Thus, the terms and conditions of So even though IANAL this clearly implies the copy-left. |
|
Are you sure that we need to adjust the license? Because JavaFX is also licensed under the GPL with the Classpath Exception, which should apply to our case. As I understand it, we would only need to change the license of the GUI module if we were making changes directly to the JavaFX library itself, which we are not doing:
In principle, we only have a dependency relationship with JavaFX. |
…sspath exception)"
This PR fixes #1724
Implemented changes:
Checklist for this PR
Make sure everything is checked before merging this PR. For further info please also see
our DoD.
mvn clean testlocally all tests pass and build is successful#«issue-id»: «brief summary»(e.g.#921: fixed setup.bat). If no issue ID exists, title only.In Progressand assigned to you or there is no issue (might happen for very small PRs)with
internalChecklist for tool commandlets
Have you added a new
«tool»as commandlet? There are the following additional checks:«tool»«TOOL»_VERSIONand«TOOL»_EDITIONare honored by your commandlet