Michael Munch
65359d8050
[Java] Use new location for hibernate validator ( #22287 )
...
* Use new location for hibernate validator
org.hibernate:hibernate-validator -> org.hibernate.validator:hibernate-validator
* Update samples
* Update samples
---------
Co-authored-by: Michael Munch <mmu@bankdata.dk >
2025-11-06 01:42:18 +08:00
William Cheng
3347204425
[java][microprofile] Using incorrect @Multipart instead of @FormParam ( #22266 )
...
* fix : #10618 Using incorrect @Multipart instead of @FormParam in microprofile java client
[BUG][JAVA] Using incorrect @Multipart instead of @FormParam when generated Microprofile java client #10618
https://github.com/OpenAPITools/openapi-generator/issues/10618
* fix : #10618 put updated samples under sourcecontrol
* fix : #10618 delete configoption disableMultipart for microprofile
* fix : #10618 put updated samples after cleanup of "disableMultipart"
* fix : #10618 make samples compile and switch jandex-maven-plugin
* fix : #10618 sync my fork with upstream & clean pom
* fix : #10618 regenerate samples
* fix : #10618 microprofile-rest-client-with-useSingleRequestParameter
* update
* update
---------
Co-authored-by: Riedlinger, Jochen (IT 480) <jochen.riedlinger@l-bank.de >
Co-authored-by: Jochen Riedlinger <j_ri@gmx.de >
Co-authored-by: Jochen Riedlinger <14962274+jochenr@users.noreply.github.com >
2025-11-02 16:56:10 +08:00
William Cheng
6eff628139
update logback to newer versions ( #22204 )
2025-10-22 18:51:38 +08:00
William Cheng
8790f7c8b1
Update logback core to newer version v1.5.13 ( #20363 )
...
* update logback to newer version
* update java inflector samples
* update logback to newer version
* fix auto-generated tests
2024-12-21 15:56:27 +08:00
DielN
b9f6fe6b1f
[Java] [Microprofile] Add Json-B polymorphism type info annotations ( #20164 )
...
* [Microprofile] Add Json-B polymorphism annotations
* [Microprofile] Set openApiNullable in configs to false
* [Microprofile] Bump JSON Bind version to 3.0
* [Microprofile] Only apply JSON-B polymorphism for MP 3.0
* Update samples
* [Microprofile] Update documentation/configs for openApiNullable
* Update docs
2024-12-03 12:02:54 +08:00
DielN
2a17134628
Add equals and hashCode methods to Microprofile ( #20011 )
...
* Add equals and hashCode methods to microprofile
* Add missing import
* Update samples
* Add missing dependency for reflection equals
2024-11-10 17:43:19 +08:00
Philzen
2b9949a66b
Bump Jackson to latest v2.17.1 and sync in templates ( #18799 )
...
* Drop separate version property
Not required as all Jackson packages usually tether on a version bump.
* Update Jackson to v2.17.1
* Sync Jackson version used by Spring Boot with project version
* Sync jackson update to v2.17.1 with generator templates
* Regenerate samples with updated versions
* Adjust test to current exception msg behavior
* Add dependency mgmt to ensure matching version for transitive dependencies
* Update library descriptions with correct Jackson version number
* Update library descriptions with correct GSON and JSONB versions
* Update retrofit library description with correct version number
* Update retrofit description to include Jackson as an option
This should have been done as part of in #16853 .
* Update remaining libary version descriptions with correct versions
* Generate updated doc
2024-06-02 15:17:38 +08:00
William Cheng
4e61738348
upgrade microprofile to junit5 ( #18669 )
...
* upgrade microprofile to junit5
* re-generate samples
* fix junit(DOT)version
* update tests for java microprofile server
* update samples
* update
* update
* update
* update
---------
Co-authored-by: Thorsten Hirsch <t.hirsch@web.de >
2024-05-14 18:21:19 +08:00
William Cheng
4c4d0e485a
[java] Update logback to newer versions ( #17259 )
...
* update logback to newer versions
* update
2023-11-30 18:51:46 +08:00
Vignesh
87b86c78dc
feat: Support useSingleRequestParameter feature for java microprofile client generation ( #17072 )
2023-11-21 11:56:11 +08:00