Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
171 commits
Select commit Hold shift + click to select a range
ec6919d
Fixed warning (#837)
hbelmiro Oct 31, 2024
aa9f471
fix Build fails if quarkus-oidc-client is not in the classpath (#829)
rmanibus Nov 4, 2024
fd9629f
Bump quarkus.version from 3.15.1 to 3.16.1 (#836)
dependabot[bot] Nov 6, 2024
b0cebad
Bump quarkus.version from 3.16.1 to 3.16.2 (#842)
dependabot[bot] Nov 7, 2024
72edb3f
Added the `main-lts` branch to CI (#841)
hbelmiro Nov 7, 2024
0e38b42
Release 2.6.0 (#843)
ricardozanini Nov 7, 2024
a9d0c7f
Update the latest release version 2.6.0 in documentation
quarkiverse-ci[bot] Nov 7, 2024
d43da6a
[maven-release-plugin] prepare release 2.6.0
quarkiverse-ci[bot] Nov 7, 2024
8cba4b2
[maven-release-plugin] prepare for next development iteration
quarkiverse-ci[bot] Nov 7, 2024
af0a708
Add logo to docs and README (#847)
melloware Nov 12, 2024
3af015f
Consistently use `quarkus-generator.openApiSpecId` as openApiSpecId i…
marko-bekhta Nov 12, 2024
1dffa46
docs: add marko-bekhta as a contributor for code (#850)
allcontributors[bot] Nov 12, 2024
4fc3803
Bump quarkus.version from 3.16.2 to 3.16.3 (#853)
dependabot[bot] Nov 14, 2024
1230fb8
Bump io.swagger.parser.v3:swagger-parser from 2.1.23 to 2.1.24 (#857)
dependabot[bot] Nov 19, 2024
91b1ce6
Bump quarkus.version from 3.16.3 to 3.17.0 (#860)
dependabot[bot] Nov 21, 2024
6cd8f74
Link to extension guide on the extensions site (#861)
Postremus Nov 21, 2024
fa01799
Bump org.openapitools:openapi-generator from 7.8.0 to 7.10.0 (#858)
dependabot[bot] Nov 22, 2024
e230b96
Fix #852 - Process Qute templates in a strict manner (#864)
ricardozanini Nov 25, 2024
e5993bf
Fix #824 - Introduce a separated OIDC module to hold security depende…
ricardozanini Nov 27, 2024
71c9988
Bump quarkus.version from 3.17.0 to 3.17.2 (#877)
dependabot[bot] Nov 29, 2024
fe4c1f5
Added feature to set schema mappings when generation clients. (#846)
denvitaharen Nov 29, 2024
2711260
remove operation id prefix (#873)
yuhaibohotmail Nov 29, 2024
2d82c37
NO-ISSUE: Upgrade WireMock to `3.9.2`; Add Jboss RestEasy Multipart t…
ricardozanini Dec 2, 2024
02aab42
Bump dawidd6/action-download-artifact from 6 to 7 (#887)
dependabot[bot] Dec 2, 2024
f335857
Release 2.7.0 (#891)
ricardozanini Dec 3, 2024
69aa485
Update the latest release version 2.7.0 in documentation
quarkiverse-ci[bot] Dec 3, 2024
a86a22b
[maven-release-plugin] prepare release 2.7.0
quarkiverse-ci[bot] Dec 3, 2024
f2e8856
[maven-release-plugin] prepare for next development iteration
quarkiverse-ci[bot] Dec 3, 2024
372725d
Bump org.wiremock:wiremock from 3.9.2 to 3.10.0 (#892)
dependabot[bot] Dec 3, 2024
babae9b
Fix path generate (#884)
yuhaibohotmail Dec 3, 2024
0719839
Improve remove operation id prefix (#886)
yuhaibohotmail Dec 3, 2024
3b91228
Bump quarkus.version from 3.17.2 to 3.17.3 (#896)
dependabot[bot] Dec 5, 2024
cdbc976
Add generatemodels and generateapis options (#897)
andybarilla Dec 6, 2024
d412043
docs: add andybarilla as a contributor for code, test, and doc (#902)
allcontributors[bot] Dec 6, 2024
7634262
docs: add yuhaibohotmail as a contributor for code, and test (#906)
allcontributors[bot] Dec 8, 2024
1c0a5a4
Bump quarkus.version from 3.17.3 to 3.17.4 (#908)
dependabot[bot] Dec 12, 2024
12825ee
Exposed the serializable-model when generating client models. (#907)
denvitaharen Dec 12, 2024
34a822e
Release 2.7.1 (#913)
hbelmiro Dec 16, 2024
2eea941
Update the latest release version 2.7.1 in documentation
quarkiverse-ci[bot] Dec 16, 2024
d071c26
[maven-release-plugin] prepare release 2.7.1
quarkiverse-ci[bot] Dec 16, 2024
e137f1e
[maven-release-plugin] prepare for next development iteration
quarkiverse-ci[bot] Dec 16, 2024
59031b8
Update snapshot_deploy.yml (#916)
gastaldi Dec 16, 2024
715f256
Bump com.github.javaparser:javaparser-core from 3.26.2 to 3.26.3 (#917)
dependabot[bot] Dec 17, 2024
773177c
Added so equals and hashcode is generated in models.
denvitaharen Dec 18, 2024
9e302e4
Added extra empty row between toString and equals
denvitaharen Dec 18, 2024
a5cd95b
Updated the documentation
denvitaharen Dec 18, 2024
3d02cc2
Added javadoc to the equals and hashcode methods
denvitaharen Dec 18, 2024
020241f
Bump quarkus.version from 3.17.4 to 3.17.5 (#921)
dependabot[bot] Dec 20, 2024
ff0130e
Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (#922)
dependabot[bot] Dec 20, 2024
ac665fe
Update docs/modules/ROOT/pages/includes/equals-hashcode.adoc
denvitaharen Dec 20, 2024
53db5f9
Changed so we use FCQN instead of importin java.util.Objects.
denvitaharen Dec 20, 2024
0072fac
Merge remote-tracking branch 'origin/feature/add-equals-hashcode-clie…
denvitaharen Dec 20, 2024
cd63c11
Refactored VerifyGenerationTest so it tests the generation better.
denvitaharen Dec 20, 2024
5121a39
Corrected name of methods in VerifyGenerationTest.
denvitaharen Dec 22, 2024
6553a9e
Merge pull request #920 from denvitaharen/feature/add-equals-hashcode…
fjtirado Dec 23, 2024
513c6c6
Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (#929)
dependabot[bot] Jan 2, 2025
a3f1385
Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#931)
dependabot[bot] Jan 6, 2025
1498727
Bump quarkus.version from 3.17.5 to 3.17.6 (#934)
dependabot[bot] Jan 9, 2025
54222dc
Remove yq from quarkus-snapshot.yaml (#935)
gastaldi Jan 10, 2025
64835e4
Bump quarkus.version from 3.17.6 to 3.17.7 (#938)
dependabot[bot] Jan 16, 2025
570c9b9
Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#945)
dependabot[bot] Jan 20, 2025
1be3aaa
Bump io.swagger.parser.v3:swagger-parser from 2.1.24 to 2.1.25 (#946)
dependabot[bot] Jan 20, 2025
891b6f3
Support dash (-) on RegisterRestClient#configKey (#927)
mcruzdev Jan 20, 2025
c311e94
Fix #933 - Filter oauth security definitions from spec when generatin…
ricardozanini Jan 20, 2025
f6a217c
Fix #940 - Change authorization properties configuration to RUNTIME (…
ricardozanini Jan 21, 2025
d976cd3
Bump org.openapitools:openapi-generator from 7.10.0 to 7.11.0 (#951)
dependabot[bot] Jan 21, 2025
b9d49cf
Add validation when the input-base-dir is not present (#928)
mcruzdev Jan 21, 2025
a940d82
Convert client and server modules to use @ConfigMapping (#944)
mcruzdev Jan 22, 2025
c59792b
Small cleanup in README (#956)
ricardozanini Jan 22, 2025
00556ff
[issues#959] Fix `api.qute` condition to include the `baseUri` to `@R…
pefernan Jan 22, 2025
ffc75eb
Release 2.8.0 (#962)
ricardozanini Jan 22, 2025
068fe34
Update the latest release version 2.8.0 in documentation
quarkiverse-ci[bot] Jan 22, 2025
322a437
[maven-release-plugin] prepare release 2.8.0
quarkiverse-ci[bot] Jan 22, 2025
5a851a7
[maven-release-plugin] prepare for next development iteration
quarkiverse-ci[bot] Jan 22, 2025
6233670
Bump quarkus.version from 3.17.7 to 3.18.0 (#965)
dependabot[bot] Jan 23, 2025
e74f9c3
[issues#964] Fix beanValidationCore.qute condition to include the jak…
JPSantistebanQ Jan 23, 2025
a036f3e
Bump dawidd6/action-download-artifact from 7 to 8 (#968)
dependabot[bot] Jan 27, 2025
ef8b310
Bump actions/stale from 9.0.0 to 9.1.0 (#969)
dependabot[bot] Jan 27, 2025
a930f6d
Bump quarkus.version from 3.18.0 to 3.18.1 (#974)
dependabot[bot] Jan 30, 2025
fedd161
Bump org.wiremock:wiremock from 3.10.0 to 3.11.0 (#977)
dependabot[bot] Feb 3, 2025
2eabcb2
[issues#976] Fix `api.qute` condition to include jakarta constraint a…
JPSantistebanQ Feb 4, 2025
b0b8bbc
docs: add JPSantistebanQ as a contributor for code, and test (#981)
allcontributors[bot] Feb 4, 2025
c7da172
Bump quarkus.version from 3.18.1 to 3.18.2 (#982)
dependabot[bot] Feb 6, 2025
fe95b49
Drop legacyConfigRoot as it is not necessary (#986)
gsmet Feb 12, 2025
3b13525
Bump org.wiremock:wiremock from 3.11.0 to 3.12.0 (#988)
dependabot[bot] Feb 13, 2025
556bab3
Bump quarkus.version from 3.18.2 to 3.18.3 (#989)
dependabot[bot] Feb 13, 2025
43746ea
[Fix #991] Changing URLPatternMatcher implementation (#992)
fjtirado Feb 18, 2025
a44d76c
release 2.8.1 (#1000)
ricardozanini Feb 18, 2025
27af8d4
Update the latest release version 2.8.1 in documentation
quarkiverse-ci[bot] Feb 18, 2025
6298a24
[maven-release-plugin] prepare release 2.8.1
quarkiverse-ci[bot] Feb 18, 2025
bc4d85a
[maven-release-plugin] prepare for next development iteration
quarkiverse-ci[bot] Feb 18, 2025
80a4766
Bug [Bean Validation]: Compilation error with array of strings with v…
joschi Feb 19, 2025
e532a81
docs: add joschi as a contributor for code (#1003)
allcontributors[bot] Feb 19, 2025
900d9f9
Bump quarkus.version from 3.18.3 to 3.19.0 (#1005)
dependabot[bot] Feb 20, 2025
355d5d1
Fix security link. (#1007)
dellamas Feb 24, 2025
6a9e8a1
docs: add dellamas as a contributor for doc (#1010)
allcontributors[bot] Feb 24, 2025
bb1f4fb
Bump org.slf4j:slf4j-ext from 2.0.16 to 2.0.17 (#1012)
dependabot[bot] Feb 26, 2025
bb43278
Bump quarkus.version from 3.19.0 to 3.19.1 (#1014)
dependabot[bot] Feb 27, 2025
47528aa
Bump org.openapitools:openapi-generator from 7.11.0 to 7.12.0 (#1016)
dependabot[bot] Mar 3, 2025
b62d296
Bump dawidd6/action-download-artifact from 8 to 9 (#1018)
dependabot[bot] Mar 3, 2025
8fc8093
Fix #1022 - Discriminator should only add Jackson JsonSubTypes when t…
ricardozanini Mar 3, 2025
b9514aa
Merge pull request #1023 from ricardozanini/issue-1022
fjtirado Mar 4, 2025
f2839ec
Bump org.wiremock:wiremock from 3.12.0 to 3.12.1 (#1024)
dependabot[bot] Mar 4, 2025
3a11b3f
release 2.8.2 (#1027)
ricardozanini Mar 4, 2025
b5794ef
Update the latest release version 2.8.2 in documentation
quarkiverse-ci[bot] Mar 4, 2025
f4ca672
[maven-release-plugin] prepare release 2.8.2
quarkiverse-ci[bot] Mar 4, 2025
7dd5be7
[maven-release-plugin] prepare for next development iteration
quarkiverse-ci[bot] Mar 4, 2025
3bf400e
Fix #1029: POJO ignore deprecated in hashcode/equals (#1030)
melloware Mar 5, 2025
b243d0e
Bump quarkus.version from 3.19.1 to 3.19.2 (#1032)
dependabot[bot] Mar 6, 2025
f2ef46a
Fixed wrong case in the OpenAPI word in module names and docs (#1036)
hbelmiro Mar 10, 2025
445f577
Bump org.eclipse.microprofile.fault-tolerance:microprofile-fault-tole…
dependabot[bot] Mar 12, 2025
fa2ad16
Bump io.quarkiverse:quarkiverse-parent from 18 to 19 (#1041)
dependabot[bot] Mar 12, 2025
f7ce928
Bump quarkus.version from 3.19.2 to 3.19.3 (#1044)
dependabot[bot] Mar 13, 2025
6c85744
Fix #1038 - Do not register duplicated AuthProviders SyntheticBeans
ricardozanini Mar 13, 2025
d820f7f
Add mock and wiremock modules
mcruzdev Mar 11, 2025
a963396
Merge pull request #826 from mcruzdev/mock-module
fjtirado Mar 19, 2025
c9f4308
Merge pull request #1046 from ricardozanini/issue-1038
fjtirado Mar 19, 2025
18d0182
Bump quarkus.version from 3.19.3 to 3.21.0 (#1056)
dependabot[bot] Mar 20, 2025
95a32db
Bump commons-io:commons-io from 2.16.1 to 2.18.0 (#1057)
dependabot[bot] Mar 20, 2025
7cabf3a
Bump io.swagger.parser.v3:swagger-parser from 2.1.22 to 2.1.25 (#1058)
dependabot[bot] Mar 20, 2025
bbe84e7
Add codestarts to server extension (#1037)
vladprado Mar 20, 2025
caf823b
Upgrade apicurio-codegen to 1.2.0.Final (#1015)
mcruzdev Mar 20, 2025
0b85735
#1045 - Refactor inputExtension method to inputExtensions (#1052)
vladprado Mar 20, 2025
5a83192
Release 2.9.0 (#1063)
ricardozanini Mar 21, 2025
011f1c6
Update the latest release version 2.9.0 in documentation
quarkiverse-ci[bot] Mar 21, 2025
cacab94
[maven-release-plugin] prepare release 2.9.0
quarkiverse-ci[bot] Mar 21, 2025
65edb17
[maven-release-plugin] prepare for next development iteration
quarkiverse-ci[bot] Mar 21, 2025
04a46b6
improving form clarity (#1062)
jghagemann Mar 23, 2025
80c6326
docs: add jghagemann as a contributor for doc (#1068)
allcontributors[bot] Mar 23, 2025
4fe173b
Add description to server/runtime/pom.xml (#1069)
mcruzdev Mar 24, 2025
2a6e2c2
Bump io.swagger.parser.v3:swagger-parser from 2.1.25 to 2.1.26 (#1072)
dependabot[bot] Mar 26, 2025
f739e6b
Adjust moqu wiremock docs (#1080)
mcruzdev Mar 31, 2025
f77cbfe
Bump com.github.javaparser:javaparser-core from 3.26.3 to 3.26.4 (#1084)
dependabot[bot] Apr 2, 2025
6985a1f
Bump quarkus.version from 3.21.0 to 3.21.1 (#1087)
dependabot[bot] Apr 3, 2025
81ca0f5
Fix #1035 - Add Interfaces to Configuration objects (#1089)
ricardozanini Apr 4, 2025
1b5fdfd
Fix #1065 - Add Dynamic URL support (#1094)
ricardozanini Apr 8, 2025
8aff9c1
Fix #1098: Rename key local variable to mapKey (#1099)
melloware Apr 9, 2025
b9c32b2
Bump quarkus.version from 3.21.1 to 3.21.2 (#1101)
dependabot[bot] Apr 10, 2025
c3e144b
Bump io.quarkiverse:quarkiverse-parent from 19 to 20 (#1102)
dependabot[bot] Apr 10, 2025
699d955
Fix #1088 - Add support for custom credentials provider in runtime (#…
ricardozanini Apr 11, 2025
afb46bc
Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#1107)
dependabot[bot] Apr 14, 2025
ca6d5d1
Add support for basic auth propagation (#1078)
gabriel-farache Apr 14, 2025
5d06194
Bump quarkus.version from 3.21.2 to 3.21.3 (#1114)
dependabot[bot] Apr 17, 2025
3d6c573
Bump io.apicurio:apicurio-codegen from 1.2.0.Final to 1.2.1.Final (#1…
dependabot[bot] Apr 21, 2025
25d3970
Bump quarkus.version from 3.21.3 to 3.22.0 (#1119)
dependabot[bot] Apr 24, 2025
64a1eb9
Bump org.wiremock:wiremock from 3.12.1 to 3.13.0 (#1122)
dependabot[bot] Apr 25, 2025
93cb710
Bump org.openapitools:openapi-generator from 7.12.0 to 7.13.0 (#1124)
dependabot[bot] Apr 28, 2025
5a397ae
Bump quarkus.version from 3.22.0 to 3.22.1 (#1128)
dependabot[bot] May 1, 2025
bf04196
Add initialize empty collection parameter (#1129)
fkischewski99 May 6, 2025
2479144
Bump quarkus.version from 3.22.1 to 3.22.2 (#1132)
dependabot[bot] May 8, 2025
622951e
Add ServerCodegenConfig updating docs (#1095)
mcruzdev May 11, 2025
6130735
Prepare release 2.10.0 (#1135)
hbelmiro May 11, 2025
66e4854
Update the latest release version 2.10.0 in documentation
quarkiverse-ci[bot] May 11, 2025
fb2ae5a
[maven-release-plugin] prepare release 2.10.0
quarkiverse-ci[bot] May 11, 2025
1dd9318
[maven-release-plugin] prepare for next development iteration
quarkiverse-ci[bot] May 11, 2025
c71af83
Update dependabot to run on `main-lts`
ricardozanini May 12, 2025
2612dca
Bump io.swagger.parser.v3:swagger-parser from 2.1.26 to 2.1.27 (#1137)
dependabot[bot] May 12, 2025
8c8f6ca
Bump io.swagger.parser.v3:swagger-parser from 2.1.26 to 2.1.27 (#1141)
dependabot[bot] May 12, 2025
c750dfc
Adjust server codestarts (#1143)
mcruzdev May 13, 2025
340d51f
Bump quarkus.version from 3.22.2 to 3.22.3 (#1144)
dependabot[bot] May 15, 2025
dd8ccf0
Improve shouldRun method (#1142)
mcruzdev May 17, 2025
6ab80b2
Bump io.swagger.parser.v3:swagger-parser from 2.1.27 to 2.1.28 (#1149)
dependabot[bot] May 19, 2025
7574151
Fix #1151 - Fail on scenarios where OAuth2 is required and OIDC is no…
ricardozanini May 21, 2025
e41ef64
Bump quarkus.version from 3.22.3 to 3.23.0 (#1157)
dependabot[bot] May 23, 2025
b0d7634
Bump io.swagger.parser.v3:swagger-parser from 2.1.28 to 2.1.29 (#1159)
dependabot[bot] May 27, 2025
bf2608e
Bump dawidd6/action-download-artifact from 9 to 10 (#1164)
dependabot[bot] Jun 2, 2025
6393e0c
Reenable tests on Windows
dellamas Jun 3, 2025
399b54b
Revert "Reenable tests on Windows"
dellamas Jun 3, 2025
c780504
Reenable tests on Windows
dellamas Jun 3, 2025
4286dfd
Revert "Reenable tests on Windows"
dellamas Jun 3, 2025
5808153
Reenable tests on Windows
dellamas Jun 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,73 @@
"contributions": [
"doc"
]
},
{
"login": "marko-bekhta",
"name": "Marko Bekhta",
"avatar_url": "https://avatars.githubusercontent.com/u/4004823?v=4",
"profile": "https://github.com/marko-bekhta",
"contributions": [
"code"
]
},
{
"login": "andybarilla",
"name": "Andy Barilla",
"avatar_url": "https://avatars.githubusercontent.com/u/5983808?v=4",
"profile": "https://kranzilla.com/",
"contributions": [
"code",
"test",
"doc"
]
},
{
"login": "yuhaibohotmail",
"name": "yuhaibohotmail",
"avatar_url": "https://avatars.githubusercontent.com/u/48646226?v=4",
"profile": "https://github.com/yuhaibohotmail",
"contributions": [
"code",
"test"
]
},
{
"login": "JPSantistebanQ",
"name": "Juan Piero Santisteban Quiroz",
"avatar_url": "https://avatars.githubusercontent.com/u/49204973?v=4",
"profile": "https://jpsantistebanq.github.io/portfolio",
"contributions": [
"code",
"test"
]
},
{
"login": "joschi",
"name": "Jochen Schalanda",
"avatar_url": "https://avatars.githubusercontent.com/u/43951?v=4",
"profile": "https://github.com/joschi",
"contributions": [
"code"
]
},
{
"login": "dellamas",
"name": "Luis Fabrício De Llamas",
"avatar_url": "https://avatars.githubusercontent.com/u/80655200?v=4",
"profile": "https://dev.to/dellamas",
"contributions": [
"doc"
]
},
{
"login": "jghagemann",
"name": "João Guilherme Hagemann",
"avatar_url": "https://avatars.githubusercontent.com/u/42047435?v=4",
"profile": "https://github.com/jghagemann",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
Expand Down
100 changes: 100 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
name: Bug Report
description: Create a bug report
labels: ["type: bug"]
body:

- type: markdown
attributes:
value: |
Thank you for contributing with Quarkus OpenAPI Generator with this bug report! Submit your issue below:

- type: markdown
attributes:
value: |
## Bug Report

- type: dropdown
id: extension
attributes:
label: "Tell us the extension you're using"
multiple: false
options:
- Client
- Server
- Mock
validations:
required: true

- type: textarea
id: i-tried-this
attributes:
label: "I tried this:"
placeholder: "What did you try to do? A code snippet or example helps."
validations:
required: true

- type: textarea
id: instead-what-happened
attributes:
label: "This happened:"
placeholder: "What happened instead of what you've expected?"
validations:
required: true

- type: textarea
id: what-did-you-expect
attributes:
label: "I expected this:"
placeholder: "What did you expect to happen? Describe the output or behavior you expected to see (unless it's obvious)."

- type: textarea
id: workaround
attributes:
label: "Is there a workaround?"
placeholder: "What's the workaround to avoid this issue?"

- type: textarea
id: reproduce
attributes:
label: "How can we try to reproduce the issue?"
placeholder: "What steps or configuration do we need to reproduce the erratic behavior?"

- type: textarea
attributes:
label: Anything else?
placeholder: |
Links? References? Logs? Anything that will give us more context about the issue you are encountering.
Tip: You can attach images or log files by dragging files in.

- type: markdown
attributes:
value: |
## Environment

- type: input
attributes:
label: Output of `uname -a` or `ver`
- type: input
attributes:
label: Output of `java -version`
- type: input
attributes:
label: Quarkus OpenApi version or git rev
- type: input
attributes:
label: Build tool (ie. output of `mvnw --version` or `gradlew --version`)
- type: textarea
attributes:
label: Additional information
description: >
If you have any additional information for us, please feel free to use the field below.
You can attach screenshots or screen recordings here, by
dragging and dropping files in the field below.

- type: textarea
attributes:
label: Community Notes
value: |
<!-- Please keep this note for the community -->
* Please vote by adding a 👍 reaction to the issue to help us prioritize.
* If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞
60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name: Feature Request
description: Request a new feature
labels: ["type: feature"]
body:

- type: markdown
attributes:
value: |
:pray: Thanks for taking the time to fill out this feature request!

- type: markdown
attributes:
value: |
## Feature Request

- type: dropdown
id: extension
attributes:
label: "Tell us the extension to which you'd like to add the feature."
multiple: false
options:
- Client
- Server
- Mock
validations:
required: true

- type: textarea
id: what-would-you-like-to-add
attributes:
label: "What kind of feature would you like to add?"
placeholder: "Description of the feature you'd like to see."
validations:
required: true

- type: textarea
id: proposals
attributes:
label: "Proposal(s):"
placeholder: "Describe your proposal(s) and any relevant details here."

- type: textarea
id: alternatives
attributes:
label: "Alternative(s):"
placeholder: "Describe any alternative approaches, options, or suggestions you’d like to consider."

- type: textarea
id: additional-info
attributes:
label: "Additional info:"
placeholder: "Provide any supplementary details, context, or supporting information here."

- type: textarea
attributes:
label: Community Notes
value: |
<!-- Please keep this note for the community -->
* Please vote by adding a 👍 reaction to the feature to help us prioritize.
* If you want to work on this feature, please leave a comment.
30 changes: 24 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,35 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Maven updates for main branch
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"
ignore:
- dependency-name: "org.apache.maven.plugins:maven-compiler-plugin"

# Maven updates for main-lts branch
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
target-branch: "main-lts"
ignore:
- dependency-name: "org.apache.maven.plugins:maven-compiler-plugin"
- dependency-name: "io.quarkus:quarkus-bom"
- dependency-name: "io.quarkus.platform:quarkus-bom"

# GitHub Actions updates for main branch
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"

# GitHub Actions updates for main-lts branch
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"
target-branch: "main-lts"
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release:
current-version: 2.5.0
current-version: 2.10.0
next-version: 3.0.0-SNAPSHOT
15 changes: 11 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "main-lts"
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
Expand All @@ -27,7 +28,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [
ubuntu-latest,
windows-latest
]
java: [
{ 'version': '17' },
{ 'version': '21' }
Expand All @@ -46,14 +50,17 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn '-Dorg.slf4j.simpleLogger.log.org.openapitools=off' -B formatter:validate impsort:check verify --file pom.xml
run: mvn '-Dorg.slf4j.simpleLogger.log.org.openapitools=off' -B formatter:validate impsort:check install --file pom.xml

build_reactive:
name: Build - RESTEasy Reactive
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [
ubuntu-latest,
windows-latest
]
java: [
{ 'version': '17' },
{ 'version': '21' }
Expand All @@ -72,4 +79,4 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn -Presteasy-reactive '-Dorg.slf4j.simpleLogger.log.org.openapitools=off' -B formatter:validate impsort:check verify --file pom.xml
run: mvn -Presteasy-reactive '-Dorg.slf4j.simpleLogger.log.org.openapitools=off' -B formatter:validate impsort:check install --file pom.xml
1 change: 1 addition & 0 deletions .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "main-lts"
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: [ "main", "main-lts" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "main-lts" ]
schedule:
- cron: "2 0 * * 6"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
steps:
- name: Download PR Artifact
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v10
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
workflow_conclusion: success
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
if: github.actor == 'quarkusbot' || github.actor == 'quarkiversebot' || github.actor == '<ADMIN>'

steps:
- name: Install yq
run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y

- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down
Loading