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

feat: JLink plugin #688

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open

feat: JLink plugin #688

wants to merge 50 commits into from

Commits on Aug 28, 2024

  1. feat: jlink plugin

    Add initial implementation of jlink plugin.
    It creates Java runtime for a built project.
    If no jar files are found it generates an image for java.base
    module.
    vpa1977 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    276e669 View commit details
    Browse the repository at this point in the history
  2. feat: register jlink plugin

    vpa1977 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1512a53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7654fa View commit details
    Browse the repository at this point in the history
  4. lint: register.py reformat

    vpa1977 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5d56347 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0d8419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea176cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    545b707 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    3f375f8 View commit details
    Browse the repository at this point in the history
  2. feat: add dep slices

    vpa1977 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2ddf8cf View commit details
    Browse the repository at this point in the history
  3. test: update test assertions

    vpa1977 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4e3615d View commit details
    Browse the repository at this point in the history
  4. test: drop project test.

    vpa1977 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ab8598f View commit details
    Browse the repository at this point in the history
  5. lint: reformat jlink_plugin

    vpa1977 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7f76cc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4844ed View commit details
    Browse the repository at this point in the history
  7. test: fix directory.

    vpa1977 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7798ac8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c277ac9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e18adb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3411fbd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    29675ac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ceb65d1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e875b8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a776464 View commit details
    Browse the repository at this point in the history
  15. deps: install chisel snap

    vpa1977 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    66ab695 View commit details
    Browse the repository at this point in the history
  16. deps: install chisel snap

    vpa1977 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    212c9fd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    48b54f4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    efde661 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    943d333 View commit details
    Browse the repository at this point in the history
  20. lint: formatting

    vpa1977 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e2ce4b5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a288da3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3f2f61a View commit details
    Browse the repository at this point in the history
  23. fix(jlink_plugin): use options.jlink_java_version

    Use options.jlink_java_version in plugin to specify paths.
    Update test assertions.
    vpa1977 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dbe14dd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d23ed5f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    636e95b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix(jlink_plugin): drop chiselling dependencies

    Until canonical/craft-parts#833
    is implemented, the Java dependencies will be chiselled by a separate
    part.
    
    JLink plugin may implement validation of the dependencies in a separate
    PR.
    vpa1977 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3ba87e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a65ec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c734fc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    07ce839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    609dcfb View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. fix(jlink_plugin): doc comment

    Co-authored-by: Alex Lowe <alex.lowe@canonical.com>
    vpa1977 and lengau committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    357f4a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    d647605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17a0dc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d478cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fbea13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a0421c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    953ad7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9ff503 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b9e52e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. fix: do not copy build cacerts

    This step is not necessary as the required file
    is deployed by jlink.
    vpa1977 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e8097e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    503f936 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. chore: use format strings

    Use format strings to clean up code.
    vpa1977 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    719bb3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15d584c View commit details
    Browse the repository at this point in the history