Commit 919fb6b
authored
fix: pin async javadocs to Java 11 (#318)
The Java publish workflow for `v0.5.3` failed while generating Javadocs
for the async modules because they use `java.net.http`, but the
inherited Javadoc configuration was still resolved against Java 8
semantics. This change pins the async modules' Javadoc generation to
Java 11 locally, without changing the root profile used by the
synchronous modules.
I validated this by rerunning the async Maven packaging path with
`deploy-to-ossrh`; the original `package java.net.http does not exist`
failure no longer reproduces and the build now advances to an unrelated
external Javadoc link fetch error.1 parent c7870eb commit 919fb6b
3 files changed
Lines changed: 24 additions & 0 deletions
File tree
- java
- lance-namespace-async-client
- lance-namespace-core-async
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
108 | 116 | | |
109 | 117 | | |
110 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
108 | 116 | | |
109 | 117 | | |
110 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
0 commit comments