FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for docs/generators/java.md - ntodd/openapi-generator · GitHub
ntodd
/
openapi-generator
Public
forked from
OpenAPITools/openapi-generator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
openapi-generator
docs
generators
java.md
on
master
User selector
Datepicker
Commit history
Commits on Sep 4, 2024
feat (JAVA SPRING RESTCLIENT) 19406: Add single request parameter for Spring RestClient (#19430)
Show description for e4112c5
Nicklas2751
authored
e4112c5
View commit details
Copy full SHA for e4112c5
View code at this point
Browse repository at this point
Commits on Aug 29, 2024
[Java] Add a new additional property to configure Jackson's `failOnUnknownProperties` (#19271)
Show description for dfc381c
fistons
authored
dfc381c
View commit details
Copy full SHA for dfc381c
View code at this point
Browse repository at this point
Commits on Jun 30, 2024
Fix Issue 18224 - Load x-field-extra-annotation in the operation parameter (#18967)
Show description for 21d3cfe
rodrigoma3
and
Rodrigo Maciel de Almeida
authored
21d3cfe
View commit details
Copy full SHA for 21d3cfe
View code at this point
Browse repository at this point
Commits on Jun 2, 2024
Bump Jackson to latest v2.17.1 and sync in templates (#18799)
Show description for 2b9949a
Philzen
authored
2b9949a
View commit details
Copy full SHA for 2b9949a
View code at this point
Browse repository at this point
Commits on May 14, 2024
[java] implement #18032 add builder pattern to java client and spring generator (#18650)
Show description for 51ef868
wing328
and
jpfinne
authored
51ef868
View commit details
Copy full SHA for 51ef868
View code at this point
Browse repository at this point
Commits on May 7, 2024
[Microprofile] Add option to use tags a client keys and server generator (#16673)
Show description for dec8a43
authored
dec8a43
View commit details
Copy full SHA for dec8a43
View code at this point
Browse repository at this point
Commits on May 1, 2024
[Java][Client] Add support for the new Spring RestClient (#18522)
Show description for ef2fa03
Nicklas2751
authored
ef2fa03
View commit details
Copy full SHA for ef2fa03
View code at this point
Browse repository at this point
Add new option `allArgConstructor` for java client, spring generators (#18538)
Show description for 2a1b4f9
wing328
and
jpfinne
authored
2a1b4f9
View commit details
Copy full SHA for 2a1b4f9
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
(java client) minor code enhancements (#18493)
Show description for 3bd6d67
wing328
authored
3bd6d67
View commit details
Copy full SHA for 3bd6d67
View code at this point
Browse repository at this point
Commits on Apr 9, 2024
"==" enum value generates "_" in Java which is invalid since Java 9 (#18338)
Show description for b2a7f43
wing328
and
Julien BÉTI
authored
b2a7f43
View commit details
Copy full SHA for b2a7f43
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
expand documentation for option "artifactVersion" (#17845)
Show description for aad345f
martin-mfg
authored
aad345f
View commit details
Copy full SHA for aad345f
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
add security feature AWSV4Signature to documentation (#15603)
tiffmaelite
authored
42f7219
View commit details
Copy full SHA for 42f7219
View code at this point
Browse repository at this point
Commits on Nov 21, 2023
feat: Support useSingleRequestParameter feature for java microprofile client generation (#17072)
vickymicky
authored
87b86c7
View commit details
Copy full SHA for 87b86c7
View code at this point
Browse repository at this point
Commits on Sep 26, 2023
remove jersey 1 (#16646)
martin-mfg
authored
1cff462
View commit details
Copy full SHA for 1cff462
View code at this point
Browse repository at this point
Commits on Sep 15, 2023
remove option, update doc (#16592)
wing328
authored
70bffff
View commit details
Copy full SHA for 70bffff
View code at this point
Browse repository at this point
Autoset constants (Required fields having single valid enum value) Java (OkHttp) Implementation of #16547 (#16550)
Show description for 4b87606
prashant-pant
authored
4b87606
View commit details
Copy full SHA for 4b87606
View code at this point
Browse repository at this point
Commits on Aug 30, 2023
Fix Issue 16385 (#16387)
jimsimon-wk
authored
9cc5513
View commit details
Copy full SHA for 9cc5513
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
Add additional reserved words for java and csharp (#16276)
Show description for d9001b8
jwenger100
and
Jonathan Wenger
authored
d9001b8
View commit details
Copy full SHA for d9001b8
View code at this point
Browse repository at this point
Commits on Aug 6, 2023
[Java][Client] Fix handling of 'number' types in oneOf (#16202)
karzang
authored
e299382
View commit details
Copy full SHA for e299382
View code at this point
Browse repository at this point
Commits on Jun 30, 2023
add supportUrlQuery as an option (#15958)
wing328
authored
9a968c3
View commit details
Copy full SHA for 9a968c3
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
[Java][Client] Fix #12556 Support primitives and arrays in oneOf (#13897)
Show description for e9d9866
karzang
authored
e9d9866
View commit details
Copy full SHA for e9d9866
View code at this point
Browse repository at this point
Commits on Jun 6, 2023
Add support for swagger2 in [java] client generators (#15456)
Show description for 59ba00e
vad-systems
authored
59ba00e
View commit details
Copy full SHA for 59ba00e
View code at this point
Browse repository at this point
[Java] fix security features listed in documentation (#15756)
tiffmaelite
authored
79c2e87
View commit details
Copy full SHA for 79c2e87
View code at this point
Browse repository at this point
Commits on May 22, 2023
remove fullJavaUtil (#15033)
martin-mfg
authored
ad5cc82
View commit details
Copy full SHA for ad5cc82
View code at this point
Browse repository at this point
Commits on May 16, 2023
add HTTP signature to SecurityFeature (#15542)
tiffmaelite
authored
0067687
View commit details
Copy full SHA for 0067687
View code at this point
Browse repository at this point
Commits on May 5, 2023
add option, update doc (#15419)
wing328
authored
737cb36
View commit details
Copy full SHA for 737cb36
View code at this point
Browse repository at this point
Add property generateClientAsBean for config creation of ApiClient.java and XXXApi.java (#15416)
jorgerod
authored
76c05b2
View commit details
Copy full SHA for 76c05b2
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
allow to specify the useOneOfInterfaces option for java (#15042)
robbertvanwaveren
authored
8a426b2
View commit details
Copy full SHA for 8a426b2
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
[csharp-netcore] Add option skip generating getter for sub-schemas (#15007)
Show description for 88da364
wing328
authored
88da364
View commit details
Copy full SHA for 88da364
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
[java][apache-httpclient] update httpclient dependency to the latest 5.x (#14673)
Show description for d7edbad
andrevegas
authored
d7edbad
View commit details
Copy full SHA for d7edbad
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
[Java/Microprofile] Add support for Jackson serialization & async interfaces using Mutiny in Java Microprofile library (#11554)
pravussum
authored
4f1708c
View commit details
Copy full SHA for 4f1708c
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
[Java] better default value handling (#14130)
Show description for fd45b74
wing328
and
leonard84
authored
fd45b74
View commit details
Copy full SHA for fd45b74
View code at this point
Browse repository at this point
Commits on Jan 13, 2023
update useRuntimeException description (#14452)
wing328
authored
079ad17
View commit details
Copy full SHA for 079ad17
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
[Java][Client Default] Support of AWS Signature V4 (#14287)
Show description for c6ea564
outscale-mdr
authored
c6ea564
View commit details
Copy full SHA for c6ea564
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
[Java] Fix #14276 Java Templates uses jakarta or javax package if useJakartaEe is enabled (#14343)
Show description for 456cca1
parenko
authored
456cca1
View commit details
Copy full SHA for 456cca1
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL