Releases: palantir/gradle-conjure
Releases · palantir/gradle-conjure
5.42.0
Type |
Description |
Link |
Fix |
Run compileTypescript and compileConjure as a dependency of build to catch more failure at PR time rather than publish time. |
#1349 |
5.41.0
Type |
Description |
Link |
Fix |
Revert "remove afterEvaluate in some places (#1246)" |
#1248 |
5.40.0
Type |
Description |
Link |
Improvement |
Dependencies for subprojects are now added via an addProvider instead which defers execution of the code that adds the dependencies until the project is actually configured, by which time the extension values have been populated. |
#1246 |
5.39.0
Automated release, no documented user facing changes
5.38.0
Type |
Description |
Link |
Fix |
conjure-java-local adds correct dependencies for jaxrs, dialogue, and conjure-undertow generated code. |
#1200 |
5.37.0
Type |
Description |
Link |
Improvement |
Eclipse does not show warnings in conjure generated code. |
#1136 |
5.36.0
Automated release, no documented user facing changes
5.35.0
Type |
Description |
Link |
Fix |
Test for the correct 'jakartaPackages' flag when generating dependencies. |
#1158 |
5.34.0
Type |
Description |
Link |
Improvement |
by default gradle-conjure will generate a project with the older "javax" dependencies unless "useJakartaNamespaces" is set to true, and then it will select the newer "jakarta" dependencies. |
#1155 |
5.33.0
Type |
Description |
Link |
Fix |
Fix exact dependency check failures in conjure-java-local |
#1124 |