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

[pull] master from swagger-api:master #228

Open
wants to merge 580 commits into
base: master
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 27, 2022

  1. Merge pull request #1810 from swagger-api/action

    Use latest snapshot to test new url
    gracekarina committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    98627ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8792283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    362ab2e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1811 from swagger-api/action

    use release version in action
    gracekarina committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ce8c2f1 View commit details
    Browse the repository at this point in the history
  5. bump swagger deps

    frantuma committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    8106a41 View commit details
    Browse the repository at this point in the history
  6. prepare release 2.1.3

    frantuma committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    713885d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. bump snapshot 2.1.4-SNAPSHOT

    frantuma committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    99457c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Update ReferenceUtils to better support windows filesystem

    Occurs on windows filesystems:
    
    when absoluteUri is something like "C:/openapi.yml", the "scheme" part is resolved into "C".
    So it passes through all the statements and lands on an exception being thrown. A more resilient approach is to always default to reading from file when the scheme cannot be determined
    snaggedagge committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a14671f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec6bd80 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Merge pull request #1819 from snaggedagge/patch-1

    Update ReferenceUtils to better support windows filesystem
    gracekarina committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    1d9b4b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

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

Commits on Oct 10, 2022

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

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    1147e03 View commit details
    Browse the repository at this point in the history
  2. update jackson version

    frantuma committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    e01a4eb View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    415d6ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a94617 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b35d16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70106ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8578b58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41cc5c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. update swagger deps

    frantuma committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    bbcca65 View commit details
    Browse the repository at this point in the history
  2. prepare release 2.1.4

    frantuma committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e41b1c7 View commit details
    Browse the repository at this point in the history
  3. bump snapshot 2.1.5-SNAPSHOT

    frantuma committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f6270d5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from swagger-api/master

    Get latest changes from swagger-parser origin repository
    mgiamberardino committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e059e0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3ff07d View commit details
    Browse the repository at this point in the history
  6. prepare release 2.1.5

    frantuma committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    8282c23 View commit details
    Browse the repository at this point in the history
  7. bump snapshot 2.1.6-SNAPSHOT

    frantuma committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    af0ab16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0838f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

Commits on Oct 19, 2022

  1. Merge pull request #1765 from levoai/master

    Issue #1764: Handle dereferencing paths accessing arrays by index
    gracekarina committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    6e83a8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69cd22 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

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

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    899f5e2 View commit details
    Browse the repository at this point in the history
  2. prepare release 2.1.6

    frantuma committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    18d885a View commit details
    Browse the repository at this point in the history
  3. bump snapshot 2.1.7-SNAPSHOT

    frantuma committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    5d39e62 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    e27c913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d72bb1e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1795 from bfreuden/issue-1454

    Issue 1454
    gracekarina committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    84713d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4560c4b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    022e551 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4785352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    350a04d View commit details
    Browse the repository at this point in the history
  4. prepare release 2.1.7

    frantuma committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    585b1b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. bump snapshot 2.1.8-SNAPSHOT

    frantuma committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    2f35a0d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    b2a9442 View commit details
    Browse the repository at this point in the history
  2. prepare release 2.1.8

    frantuma committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    4b3863c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    75a21d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1820 from AndySpaven/ISSUE-1745

    ISSUE-1745 - Change the buildUrl to handle more cases of path traversal
    gracekarina committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    4c74190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    608fc7b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1733 from frankbille/master

    Paths defined as $ref wont add parameters to each operation
    gracekarina committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f9d8633 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. bump snapshot 2.1.9-SNAPSHOT

    frantuma committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    9739fc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    fd3bc70 View commit details
    Browse the repository at this point in the history
  2. prepare release 2.1.9

    frantuma committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e0f86d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    280e6c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    73715ca View commit details
    Browse the repository at this point in the history
  2. Update test

    devdevx committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    668428d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'issues-1777-1802' of github.com:devdevx/swagger-parser …

    …into issues-1777-1802
    devdevx committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    721a410 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. test: enhance OAS 3.1 tests

    frantuma committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c0c434b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

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

Commits on Dec 19, 2022

  1. Merge pull request #1823 from devdevx/issues-1777-1802

    Extend resolve fully and solve issues #1777 and #1802
    gracekarina committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    19f7529 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    0db5ed9 View commit details
    Browse the repository at this point in the history
  2. prepare release 2.1.10

    frantuma committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    a549f3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3574a63 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Allow user to override the Code Point Limit required by SnakeYaml

    With this patch, a user may set the system property
    'maxYamlCodePoints' in order to override the default 3MiB limit
    configured in the org.yaml.snakeyaml package by default. This limit
    was implemented to prevent certain Denial-of-Service (DOS) attacks,
    but users should be given the opportunity to override this value for
    valid configurations which exceed the limit, such as the Redfish
    OpenAPI specification (developed by DMTF), which weighs in at 4.9MiB.
    
    This patch was tested to work with openapi-generator-cli v6.3.0.
    
    Signed-off-by: Ethan D. Twardy <ethan.twardy@gmail.com>
    AmateurECE authored and frantuma committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    93d1f49 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. prepare release 2.1.11

    frantuma committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    d8e65a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63dd8f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 6, 2023

  1. fix for issue-1865 - dereferencing files with dots

    Co-authored-by: gracekarina <gracekarina.gonzalez@gmail.com>
    Co-authored-by: frantuma <frantuma@yahoo.com>
    gracekarina and frantuma committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    138687c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    63af905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eabe3b View commit details
    Browse the repository at this point in the history
  3. prepare release 2.1.12

    frantuma committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    12a4a2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fa620f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

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

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    90a54c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1879 from adrianhj/fix/ensure-valid-classpath-paths

    fix: #1878 ensure correct separator in classpath location
    gracekarina committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7e7123d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

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

Commits on Mar 13, 2023

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

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    f5cf9cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1892 from douglasbgray/issue-1891

    Issue-1891: Fix for mixed folder and classpath references not resolving.
    gracekarina committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    5d34287 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    884b47a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a847e View commit details
    Browse the repository at this point in the history
  3. Add schema reference to the parent array

    Yehor Kovalchuk committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0b02ce6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f6eb9c View commit details
    Browse the repository at this point in the history
  5. Code improvements

    Yehor Kovalchuk committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    93a77c9 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/master'

    Yehor Kovalchuk committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0fe3ba4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1893 from ind1go/bug/1572-spaces-in-doc-path

    Add test to expose issue 1572 - spaces in path to doc using relative server
    gracekarina committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    cc337d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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

Commits on Mar 24, 2023

  1. Merge remote-tracking branch 'origin/master'

    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    494712c View commit details
    Browse the repository at this point in the history
  2. Add capability to parse components example with ordinal json

    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1354611 View commit details
    Browse the repository at this point in the history
  3. Revert "Add schema reference to the parent array"

    This reverts commit 0b02ce6
    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    e491ae3 View commit details
    Browse the repository at this point in the history
  4. Revert "Code improvements"

    This reverts commit 93a77c9
    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4423a85 View commit details
    Browse the repository at this point in the history
  5. Revert "Return single imports"

    This reverts commit e4d1d0a.
    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    c676c71 View commit details
    Browse the repository at this point in the history
  6. Revert "Fix changes"

    This reverts commit 27af60e
    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    76b6e36 View commit details
    Browse the repository at this point in the history
  7. Revert "Ignore test with edge case"

    This reverts commit fd923d3
    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    26c91c7 View commit details
    Browse the repository at this point in the history
  8. Revert "Comment corner case test"

    This reverts commit 45e3f97
    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    15d490a View commit details
    Browse the repository at this point in the history
  9. Revert "Return single imports"

    This reverts commit e4d1d0a.
    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    23de9d0 View commit details
    Browse the repository at this point in the history
  10. Revert "Fix changes"

    This reverts commit 27af60e
    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4fa8a85 View commit details
    Browse the repository at this point in the history
  11. Revert "Ignore test with edge case"

    This reverts commit fd923d3
    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    51e1514 View commit details
    Browse the repository at this point in the history
  12. Revert "Comment corner case test"

    This reverts commit 45e3f97
    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d1aafe2 View commit details
    Browse the repository at this point in the history
  13. Rollback for reverted commits

    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ad8c3da View commit details
    Browse the repository at this point in the history
  14. Add appropriate test

    Yehor Kovalchuk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7ed3db2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    27a690e View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    Celebrate-future authored and frantuma committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    470c410 View commit details
    Browse the repository at this point in the history
  3. Update pom.xml

    Celebrate-future authored and frantuma committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    bcb7999 View commit details
    Browse the repository at this point in the history
  4. Update pom.xml

    Celebrate-future authored and frantuma committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    9dddd45 View commit details
    Browse the repository at this point in the history
  5. prepare release 2.1.13

    frantuma committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    0fa0bb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fafe3ea View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Add equals/hashCode for class comparison

    Yehor Kovalchuk committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5e4e450 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Code improvements

    Yehor Kovalchuk committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7e6af13 View commit details
    Browse the repository at this point in the history
  2. Return single imports

    Yehor Kovalchuk committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2f3865a View commit details
    Browse the repository at this point in the history
  3. Fix changes

    Yehor Kovalchuk committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    bd2570f View commit details
    Browse the repository at this point in the history
  4. Ignore test with edge case

    Yehor Kovalchuk committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f4fe2dc View commit details
    Browse the repository at this point in the history
  5. Comment corner case test

    Yehor Kovalchuk committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    815de7b View commit details
    Browse the repository at this point in the history
  6. Handle array properties separately

    Yehor Kovalchuk committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1d9af14 View commit details
    Browse the repository at this point in the history
  7. Format refactoring for test. Fixed of the test where the refernce to …

    …the file was not taken into account earlier
    Yehor Kovalchuk committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7e3dd07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3245a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf01547 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Merge pull request #1903 from craftsman228/issue1902

    #1902- Add capability to parse components example with ordinal json
    gracekarina committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    4e31c73 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    d163a6c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1896 from craftsman228/fix_ref

    #1889 - Add reference to parent element
    gracekarina committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9b875f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 12, 2023

  1. Update package names

    CalemRoelofsSB committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ce72c42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05af6a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2e6237 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge pull request #1910 from swagger-api/ft/create_safe_url_resolver

    Initial commit of safe url resolver
    CalemRoelofsSB committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7ff9e99 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. SWG-7516 utilizing safeURLResolver in swagger-parser-v3

    Milosz Tarka committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    f01f29f View commit details
    Browse the repository at this point in the history
  2. SWG-7516 pom fix

    Milosz Tarka committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b0893ef View commit details
    Browse the repository at this point in the history
  3. SWG-7516 null point check in resolver

    Milosz Tarka committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8c9c609 View commit details
    Browse the repository at this point in the history
  4. SWG-7516 updated version

    Milosz Tarka committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    d2e15f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. SWG-7516 adding more tests

    Milosz Tarka committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    bd12f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e45c88 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    ba13af5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f543757 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1913 from swagger-api/ft/add-documentation-for-sa…

    …fe-url-resolver
    
    Add documentation for swagger-parser-safe-url-resolver
    CalemRoelofsSB committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2d8cceb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    f144dd1 View commit details
    Browse the repository at this point in the history
  2. SWG-7516 fixing error handling

    Milosz Tarka committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2742c96 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1911 from swagger-api/SWG-7516-utilizing-safe-url…

    …-resolving-in-swagger-parser
    
    SWG-7516 utilizing safeURLResolver in swagger-parser-v3
    MiloszTarka committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e5a23e8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. add setter to define max-code points

    - streamline with all other options that are programmatically accessible
    - simplify non-cli usage of the swagger-parser, where setting system.properties is unnatural
    ivy-rew authored and frantuma committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0805312 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

Commits on May 16, 2023

  1. bump core and parser deps

    frantuma committed May 16, 2023
    Configuration menu
    Copy the full SHA
    af3df4c View commit details
    Browse the repository at this point in the history
  2. prepare release 2.1.14

    frantuma committed May 16, 2023
    Configuration menu
    Copy the full SHA
    fcb3e2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c69f1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    c9223f3 View commit details
    Browse the repository at this point in the history
  2. Clean up imports

    CalemRoelofsSB committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e0e9219 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

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

Commits on May 29, 2023

  1. Merge pull request #1934 from swagger-api/feature/extend-Deserializat…

    …ionUtils-with-custom-yaml-mapper-v3
    
    parser-v3: Extend DeserializationUtils to enable providing a custom YAML Mapper
    CalemRoelofsSB committed May 29, 2023
    Configuration menu
    Copy the full SHA
    7c871a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7864a54 View commit details
    Browse the repository at this point in the history
  3. prepare release 2.1.15

    frantuma committed May 29, 2023
    Configuration menu
    Copy the full SHA
    17940c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c6b141 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Fix resolve $refs in headers

    jorgerod authored and frantuma committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d0b2935 View commit details
    Browse the repository at this point in the history
  2. add missing 3.1 fields

    frantuma committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    da4d474 View commit details
    Browse the repository at this point in the history
  3. fix CI python env

    frantuma committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8531ea3 View commit details
    Browse the repository at this point in the history
  4. prepare release 2.1.16

    frantuma committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    234d290 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08a7630 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    d2ca690 View commit details
    Browse the repository at this point in the history
  2. more passing tests

    gracekarina committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    c1dc157 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a385750 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. pom changes

    gracekarina committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4db43ea View commit details
    Browse the repository at this point in the history
  2. pom changes reversed

    gracekarina committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a7c1a74 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    98e8a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58fe433 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'bug/1951-improve-handling-of-missing-schema-map' of htt…

    …ps://github.com/icikle/swagger-parser into bug/1951-improve-handling-of-missing-schema-map
    
    * 'bug/1951-improve-handling-of-missing-schema-map' of https://github.com/icikle/swagger-parser:
      Prevent NPE from missing schema on Component.  Improve exception handling.
    
    # Conflicts:
    #	modules/swagger-parser-v3/src/test/java/io/swagger/v3/parser/test/OAIDeserializationTest.java
    ian-kettle-fm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9c6ec9e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

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

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    65efdc7 View commit details
    Browse the repository at this point in the history
  2. fixed running testng tests

    loplex committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    64f1467 View commit details
    Browse the repository at this point in the history
  3. Fix #1955 Schema refs of array parameters are not resolved for rename…

    …d schema components
    loplex committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7098fc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Add fallback to Thread Context Class Loader for resource loading

    This commit adds a fallback to `Thread.currentThread().getContextClassLoader().getResourceAsStream(file)` in the `ClasspathHelper` class.
    
    Previously, if the `ClasspathHelper.class.getResourceAsStream(file)` and `ClassLoader.getSystemResourceAsStream(file)` methods returned `null`, no further attempts were made to load the resource, which caused issues in Quarkus applications in dev mode.
    
    This commit adds an additional fallback to `Thread.currentThread().getContextClassLoader().getResourceAsStream(file)` to improve compatibility with the Quarkus class loading model.
    
    Related Issue: #1968
    Simon Democko committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    77d1241 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge pull request #1969 from mimkorn/1968

    Add fallback to Thread Context Class Loader for resource loading
    gracekarina committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    03238c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    c5a9e0a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1956 from loplex/bugfix-1955

    Bugfix 1955 Schema refs of array parameters are not resolved for renamed schema components
    gracekarina committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    cf7eaf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65c577d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1952 from icikle/bug/1951-improve-handling-of-mis…

    …sing-schema-map
    
    Bug/1951 improve handling of missing schema map
    gracekarina committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4213f7f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. reduce failing test to 2

    gracekarina committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    430eb1b View commit details
    Browse the repository at this point in the history
  2. fix remaining tests

    gracekarina committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    a9db06e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41dc277 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1976 from swagger-api/revert-1969-1968

    Revert "Add fallback to Thread Context Class Loader for resource loading"
    gracekarina committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    5108367 View commit details
    Browse the repository at this point in the history
  5. Revert "Bugfix 1955 Schema refs of array parameters are not resolved …

    …for renamed schema components"
    gracekarina committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    0110632 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1977 from swagger-api/revert-1956-bugfix-1955

    Revert "Bugfix 1955 Schema refs of array parameters are not resolved for renamed schema components"
    gracekarina committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    d2e6b3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    011c06e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1947 from swagger-api/fix_test_build

    test compatibility fixing
    gracekarina committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    48ea50d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. update dependencies

    frantuma committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c6fe887 View commit details
    Browse the repository at this point in the history
  2. update CI python

    frantuma committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    69ee19c View commit details
    Browse the repository at this point in the history
  3. prepare release 2.1.17

    frantuma committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d12b383 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    4e67aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b2b361 View commit details
    Browse the repository at this point in the history
  3. prepare release 2.1.18

    frantuma committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    295e292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1656aa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    7335b7f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/swagger-api/swagger-parser

    …into parser-resolving-duplicated-path
    gracekarina committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    84cc5b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. remove commented code

    gracekarina committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    93c684e View commit details
    Browse the repository at this point in the history
  2. remove unused import

    gracekarina committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3297b83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdd5251 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fix safeUrlResolving tests

    frantuma committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5183d25 View commit details
    Browse the repository at this point in the history
  2. Adjusts const type

    spacether authored and frantuma committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d55bd59 View commit details
    Browse the repository at this point in the history
  3. Changes to getAnyType

    spacether authored and frantuma committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6874eaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfda9d9 View commit details
    Browse the repository at this point in the history
  5. deps update and check in CI

    frantuma committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7826bbf View commit details
    Browse the repository at this point in the history
  6. Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0

    Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0.
    - [Commits](apache/maven-source-plugin@maven-source-plugin-3.2.1...maven-source-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-source-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and frantuma committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5cf6ba8 View commit details
    Browse the repository at this point in the history
  7. Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.2

    Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.2.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and frantuma committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2bf315d View commit details
    Browse the repository at this point in the history
  8. Bump org.apache.maven.plugins:maven-compiler-plugin

    Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and frantuma committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f3a22cf View commit details
    Browse the repository at this point in the history
  9. Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1

    Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.35.0 to 2.35.1.
    - [Release notes](https://github.com/wiremock/wiremock/releases)
    - [Commits](wiremock/wiremock@2.35.0...2.35.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.tomakehurst:wiremock-jre8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and frantuma committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0c15eda View commit details
    Browse the repository at this point in the history
  10. Bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0 to 3.2.2

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.2.2.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and frantuma committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8d5b569 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' of https://github.com/swagger-api/swagger-parser

    …into parser-resolving-duplicated-path
    gracekarina committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b9c5286 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3084a32 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3d2bb87 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    af8bb82 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Bump commons-io:commons-io from 2.14.0 to 2.15.0

    Bumps commons-io:commons-io from 2.14.0 to 2.15.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and frantuma committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6d4442a View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.2.1 to 3.4.1

    Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.2.1 to 3.4.1.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](apache/maven-enforcer@enforcer-3.2.1...enforcer-3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and frantuma committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4b10941 View commit details
    Browse the repository at this point in the history
  3. Bump org.apache.maven.plugins:maven-shade-plugin from 3.3.0 to 3.5.1

    Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.0 to 3.5.1.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.3.0...maven-shade-plugin-3.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-shade-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and frantuma committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c690d8d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. add constructs to tests

    gracekarina committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9a01c6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    631c2fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1994 from swagger-api/parser-resolving-duplicated…

    …-path
    
    fix parser dereferencing when pathItems are the same
    gracekarina committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6cbc377 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. fix dependabot file

    frantuma committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e87ad97 View commit details
    Browse the repository at this point in the history
  2. bump swagger-core to 2.2.19

    frantuma committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ec91ad5 View commit details
    Browse the repository at this point in the history
  3. prepare release 2.1.19

    frantuma committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    85ce557 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21cdafd View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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

Commits on Jan 6, 2024

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

Commits on Jan 11, 2024

  1. Merge pull request #2032 from swagger-api/SWG-9288-utilizing-safe-url…

    …-resolver-for-oas-30
    
    SWG-9288 utilizing safe url resolver for OAS 3.0 parsing
    MiloszTarka committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2295b8a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    429c24c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2035 from maddingo/bugfix/issue-2034

    fixed issue 2034, added test case for issue
    gracekarina committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3837814 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. update dependencies

    frantuma committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5b91535 View commit details
    Browse the repository at this point in the history
  2. prepare release 2.1.20

    frantuma committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3a31c16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00d2c5c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. [Issue 2048] NullPointerException: Cannot invoke

    "io.swagger.v3.oas.models.media.Schema.get$ref()" because "items" is
    null #2048
    
    PR for:
    ```
    Caused by: java.lang.NullPointerException: Cannot invoke
    "io.swagger.v3.oas.models.media.Schema.get$ref()" because "items" is
    null
    	at io.swagger.v3.parser.processors.SchemaProcessor.processArraySchema(SchemaProcessor.java:218)
    	at io.swagger.v3.parser.processors.SchemaProcessor.processSchemaType(SchemaProcessor.java:69)
    	at io.swagger.v3.parser.processors.SchemaProcessor.processPropertySchema(SchemaProcessor.java:139)
    	at io.swagger.v3.parser.processors.SchemaProcessor.processSchemaType(SchemaProcessor.java:76)
    	at io.swagger.v3.parser.processors.SchemaProcessor.processSchema(SchemaProcessor.java:61)
    	at io.swagger.v3.parser.processors.ComponentsProcessor.processSchemas(ComponentsProcessor.java:231)
    	at io.swagger.v3.parser.processors.ComponentsProcessor.processComponents(ComponentsProcessor.java:145)
    	at io.swagger.v3.parser.OpenAPIResolver.resolve(OpenAPIResolver.java:73)
            ...
    ```
    The above is from a log and I don't have a easy way to create a
    reproducer. You'll notice though that most call sites of
    `ArraySchema.getItems()` in this repo do check for a null result value,
    but not _all_ call sites.
    garydgregory committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    25381a3 View commit details
    Browse the repository at this point in the history
  2. [Issue 2046] NPE in OpenAPIV3Parser.read(String,

    List<AuthorizationValue>, ParseOptions)
    garydgregory committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    19c65e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge pull request #2049 from garydgregory/Issue2048

    [Issue 2048] NullPointerException in SchemaProcessor.processArraySchema()
    gracekarina committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d057528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6717e8e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2047 from garydgregory/Issue2046

    [Issue 2046] NPE in OpenAPIV3Parser.read(String, List<AuthorizationValue>, ParseOptions)
    gracekarina committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7d6bad8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. add JavaTimeModule

    pjfanning authored and frantuma committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d380fbf View commit details
    Browse the repository at this point in the history
  2. add test and fix response resolver

    gracekarina authored and frantuma committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    89be06a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    285907c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    3695edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03f0809 View commit details
    Browse the repository at this point in the history
  3. prepare release 2.1.21

    frantuma committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    24a1dfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1fb1b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46e3ca9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5dc1cf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    056774f View commit details
    Browse the repository at this point in the history
  2. update existing tests

    stefan521 authored and frantuma committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b2ef50b View commit details
    Browse the repository at this point in the history
  3. remove newline

    stefan521 authored and frantuma committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c5f50e9 View commit details
    Browse the repository at this point in the history
  4. update dependencies

    frantuma committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6c22e31 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    96241cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80a3eba View commit details
    Browse the repository at this point in the history
  3. prepare release 2.1.22

    frantuma committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5040b8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    361d7f3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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