adjust jersey2/jersey3 templates (#21171)

* respect useJakartaEE in jersey3

* useJakarteEE=true in jersey3 samples

* don't force jakarta package for jersey3

* adjust whitespace between jersey2 and jersey3

* enforce useJakartaEe for jersey3, warn on misuse for jersey 2

* set useJakartaEe for jersey3, generate samples
This commit is contained in:
martin-mfg
2025-04-29 09:01:43 +02:00
committed by GitHub
parent 3fadfe3889
commit 9a289e9713
21 changed files with 29 additions and 22 deletions

View File

@@ -849,7 +849,7 @@ public class ApiClient extends JavaTimeFormatter {
return entity;
}
/**
/**
* Adds the object with the provided key to the MultiPart.
* Based on the object type sets Content-Disposition and Content-Type.
*