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

Fix #105: "multiple conformsTo values" #111

Merged
merged 24 commits into from
Jun 23, 2023
Merged

Commits on May 5, 2023

  1. refactor(reader): reduce complexity

    - increase readability to make planned changes easier
    - using streams and optional to avoid missed cases
    - using node.path(...) to avoid too many json validation checks
    Pfeil committed May 5, 2023
    Configuration menu
    Copy the full SHA
    ffaacf4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. fix: avoid memory duplication

    Pfeil committed May 8, 2023
    Configuration menu
    Copy the full SHA
    8cf1d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b43c233 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c4ce84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dbbde7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15878ab View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

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

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    8f70ab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4bd843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9377c7c View commit details
    Browse the repository at this point in the history
  4. sonarlint: compare strings using equals

    Co-authored-by: sonatype-lift[bot] <37194012+sonatype-lift[bot]@users.noreply.github.com>
    Pfeil and sonatype-lift[bot] authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    caee947 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82322f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    e81174b View commit details
    Browse the repository at this point in the history
  2. feat: create crates according v1.2-DRAFT, including the multiple conf…

    …ormsTo values feature.
    Pfeil committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c07f25b View commit details
    Browse the repository at this point in the history
  3. cleanup: imports, small todo

    Pfeil committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c925b40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21a43ae View commit details
    Browse the repository at this point in the history
  5. docs: add parameter description

    Pfeil committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1f039dc View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    295a46a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6741fc7 View commit details
    Browse the repository at this point in the history
  3. refactor: simplify crate builders

    On purpose, we do not add a setVersion method, so it is easier to
    maintain a lower version, if no new features are being used.
    Pfeil committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0d4fd82 View commit details
    Browse the repository at this point in the history
  4. fix(docs): Add missing summary

    Pfeil committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    123f789 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6c7602 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad1e914 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    025c19e View commit details
    Browse the repository at this point in the history