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

[FEATURE] Sapui5MavenSnapshotResolver: Use npm-dist.zip artifact for 1.116.0 and later #622

Merged
merged 5 commits into from
Jun 20, 2023

Commits on Jun 14, 2023

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

Commits on Jun 16, 2023

  1. [INTERNAL] Sapui5MavenSnapshotResolver: Store npm-dist.zip contents u…

    …nder different name from default JAR
    
    This is to ensure compatibility with old UI5 Tooling versions that are
    used in parallel. An old version might download the default JAR for
    1.117.0-SNAPSHOT and store it under "<library name>-prebuilt".
    
    While a new UI5 Tooling version would expect the content of the
    npm-dist.zip artifact under that name.
    
    Therefore, we use a new name for storing the new artifact.
    RandomByte committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    84483b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. [INTERNAL] Improve compatibility handling

    with installed content from previous ui5-project versions.
    
    The prebuilt package previously didn't contain a package.json.
    Now we only consider a package to be installed when it has a package.json
    This causes old jar based packages that already exist to be removed and
    replaced by the new npm-dist.zip contents.
    matz3 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    012cd23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8474978 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb75240 View commit details
    Browse the repository at this point in the history