Skip to content

Releases: palantir/gradle-conjure

5.42.0

09 Feb 12:08
02feb85
Compare
Choose a tag to compare
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

11 Jul 16:26
ba987a9
Compare
Choose a tag to compare
Type Description Link
Fix Revert "remove afterEvaluate in some places (#1246)" #1248

5.40.0

06 Jul 12:56
5436767
Compare
Choose a tag to compare
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

04 Apr 20:07
9292b59
Compare
Choose a tag to compare

Automated release, no documented user facing changes

5.38.0

03 Apr 17:45
2376fe2
Compare
Choose a tag to compare
Type Description Link
Fix conjure-java-local adds correct dependencies for jaxrs, dialogue, and conjure-undertow generated code. #1200

5.37.0

22 Mar 16:38
6a2ebc3
Compare
Choose a tag to compare
Type Description Link
Improvement Eclipse does not show warnings in conjure generated code. #1136

5.36.0

21 Mar 13:44
af1baed
Compare
Choose a tag to compare

Automated release, no documented user facing changes

5.35.0

17 Mar 12:39
93c5aed
Compare
Choose a tag to compare
Type Description Link
Fix Test for the correct 'jakartaPackages' flag when generating dependencies. #1158

5.34.0

09 Feb 17:46
950964c
Compare
Choose a tag to compare
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

28 Nov 21:32
a6023e4
Compare
Choose a tag to compare
Type Description Link
Fix Fix exact dependency check failures in conjure-java-local #1124