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

[backport] Import the publisher applications from P2 #3572

Merged
merged 2 commits into from
Mar 11, 2024

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    d607f44 View commit details
    Browse the repository at this point in the history
  2. Refactor Tycho to use copied application

    P2 and Tycho have different demands when it comes to "Applications" e.g.
    Tycho often want to programmatically set things, while in P2 they are
    called in means of CLI. Also in the past it has shown its very hard to
    maintain "extensibility" together with "compatibility".
    
    Because of this, this now also imports the set of Publisher applications
    to Tycho, this will open us with a large set of new opportunities e.g.
    getting rid of argument building just that these arguments are later
    passed back into fields/objects.
    laeubi committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    34998a1 View commit details
    Browse the repository at this point in the history