File tree Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Original file line number Diff line number Diff line change @@ -45,30 +45,6 @@ to generate adapter code for Javalin and Helidon SE/Nima.
45
45
<scope >provided</scope >
46
46
</dependency >
47
47
```
48
- If there are other annotation processors and they are specified via <i >maven-compiler-plugin</i > then we add avaje-http-generator there instead.
49
- ``` xml
50
- <plugin >
51
- <groupId >org.apache.maven.plugins</groupId >
52
- <artifactId >maven-compiler-plugin</artifactId >
53
- <configuration >
54
- <annotationProcessorPaths > <!-- All annotation processors specified here -->
55
- <path >
56
- <groupId >io.avaje</groupId >
57
- <artifactId >avaje-inject-generator</artifactId >
58
- <version >${avaje-inject.version}</version >
59
- </path >
60
- <path >
61
- <groupId >io.avaje</groupId >
62
- <artifactId >avaje-http-javalin-generator</artifactId >
63
- <version >${avaje-http.version}</version >
64
- </path >
65
- <path >
66
- ... other annotation processor ...
67
- </path >
68
- </annotationProcessorPaths >
69
- </configuration >
70
- </plugin >
71
- ```
72
48
73
49
## Define a Controller (These APT processors work with both Java and Kotlin.)
74
50
``` java
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >io.avaje</groupId >
33
33
<artifactId >avaje-jsonb</artifactId >
34
- <version >1.4-RC7 </version >
34
+ <version >1.4-RC8 </version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >io.helidon.nima.webserver</groupId >
79
79
<path >
80
80
<groupId >io.avaje</groupId >
81
81
<artifactId >avaje-jsonb-generator</artifactId >
82
- <version >1.4-RC7 </version >
82
+ <version >1.4-RC8 </version >
83
83
</path >
84
84
</annotationProcessorPaths >
85
85
</configuration >
You can’t perform that action at this time.
0 commit comments