Skip to content

Commit 05ebfea

Browse files
jcschaffclaude
andcommitted
Upgrade OpenAPI Generator to v7.20.0 and Jackson to 2.19.2
Upgrade OpenAPI Generator from v7.12.0 to v7.20.0 and Jackson from 2.15.2 to 2.19.2 (matching Quarkus 3.27.2 LTS). The v7.20.0 generator requires Jackson 2.16+ for JavaTimeFeature support. Updated the FieldDataResourceApi.patch to match v7.20.0 output format. Regenerated all client libraries (Java, Python, TypeScript). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 11d4926 commit 05ebfea

200 files changed

Lines changed: 7368 additions & 3392 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@
121121
<itext.version>2.1.7</itext.version>
122122
<quarkus-itext.version>3.0.5</quarkus-itext.version>
123123
<quarkus-logging-json.version>3.4.1</quarkus-logging-json.version>
124-
<jackson-annotations.version>2.15.2</jackson-annotations.version>
125-
<jackson-core.version>2.15.2</jackson-core.version>
126-
<jackson-databind.version>2.15.2</jackson-databind.version>
127-
<jackson-dataformat-yaml.version>2.15.2</jackson-dataformat-yaml.version>
128-
<jackson-datatype.version>2.15.2</jackson-datatype.version>
124+
<jackson-annotations.version>2.19.2</jackson-annotations.version>
125+
<jackson-core.version>2.19.2</jackson-core.version>
126+
<jackson-databind.version>2.19.2</jackson-databind.version>
127+
<jackson-dataformat-yaml.version>2.19.2</jackson-dataformat-yaml.version>
128+
<jackson-datatype.version>2.19.2</jackson-datatype.version>
129129
<jakarta-annotation.version>1.3.5</jakarta-annotation.version>
130130
<jama.version>1.0.3</jama.version>
131131
<jaxb-api.version>2.3.0</jaxb-api.version>

python-restclient/.github/workflows/python.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ name: vcell_client Python package
77

88
on: [push, pull_request]
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215

1316
runs-on: ubuntu-latest
1417
strategy:
1518
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1720

1821
steps:
1922
- uses: actions/checkout@v4

python-restclient/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.12.0
1+
7.20.0

python-restclient/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: 1.0.1
77
- Package version: 1.0.0
8-
- Generator version: 7.12.0
8+
- Generator version: 7.20.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://vcell.org](https://vcell.org)
1111

1212
## Requirements.
1313

14-
Python 3.8+
14+
Python 3.9+
1515

1616
## Installation & Usage
1717
### pip install

python-restclient/vcell_client/__init__.py

Lines changed: 219 additions & 107 deletions
Large diffs are not rendered by default.

python-restclient/vcell_client/api/admin_resource_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
VCell API
53
@@ -12,6 +10,7 @@
1210
Do not edit the class manually.
1311
""" # noqa: E501
1412

13+
1514
import warnings
1615
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1716
from typing import Any, Dict, List, Optional, Tuple, Union

python-restclient/vcell_client/api/bio_model_resource_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
VCell API
53
@@ -12,6 +10,7 @@
1210
Do not edit the class manually.
1311
""" # noqa: E501
1412

13+
1514
import warnings
1615
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1716
from typing import Any, Dict, List, Optional, Tuple, Union

python-restclient/vcell_client/api/export_resource_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
VCell API
53
@@ -12,6 +10,7 @@
1210
Do not edit the class manually.
1311
""" # noqa: E501
1412

13+
1514
import warnings
1615
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1716
from typing import Any, Dict, List, Optional, Tuple, Union

python-restclient/vcell_client/api/field_data_resource_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
VCell API
53
@@ -12,6 +10,7 @@
1210
Do not edit the class manually.
1311
""" # noqa: E501
1412

13+
1514
import warnings
1615
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1716
from typing import Any, Dict, List, Optional, Tuple, Union

0 commit comments

Comments
 (0)