File tree Expand file tree Collapse file tree 16 files changed +31
-27
lines changed
src/main/java/io/avaje/jex/http Expand file tree Collapse file tree 16 files changed +31
-27
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.avaje</groupId >
77 <artifactId >avaje-jex-parent</artifactId >
8- <version >3.3-RC5 </version >
8+ <version >3.3</version >
99 </parent >
1010 <artifactId >avaje-jex-file-upload</artifactId >
1111 <name >avaje-jex-file-upload</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >avaje-jex-parent</artifactId >
66 <groupId >io.avaje</groupId >
7- <version >3.3-RC5 </version >
7+ <version >3.3</version >
88 </parent >
99
1010 <artifactId >avaje-jex-freemarker</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.avaje</groupId >
88 <artifactId >avaje-jex-parent</artifactId >
9- <version >3.3-RC5 </version >
9+ <version >3.3</version >
1010 </parent >
1111
1212 <artifactId >avaje-jex-htmx</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >avaje-jex-parent</artifactId >
66 <groupId >io.avaje</groupId >
7- <version >3.3-RC5 </version >
7+ <version >3.3</version >
88 </parent >
99
1010 <artifactId >avaje-jex-mustache</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.avaje</groupId >
77 <artifactId >avaje-jex-parent</artifactId >
8- <version >3.3-RC5 </version >
8+ <version >3.3</version >
99 </parent >
1010 <artifactId >avaje-jex-ssl</artifactId >
1111 <name >avaje-jex-ssl-plugin</name >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.avaje</groupId >
77 <artifactId >avaje-jex-parent</artifactId >
8- <version >3.3-RC5 </version >
8+ <version >3.3</version >
99 </parent >
1010 <artifactId >avaje-jex-static-content</artifactId >
1111 <name >avaje-jex-static-content</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >avaje-jex-parent</artifactId >
66 <groupId >io.avaje</groupId >
7- <version >3.3-RC5 </version >
7+ <version >3.3</version >
88 </parent >
99
1010 <artifactId >avaje-jex-test</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.avaje</groupId >
88 <artifactId >avaje-jex-parent</artifactId >
9- <version >3.3-RC5 </version >
9+ <version >3.3</version >
1010 </parent >
1111
1212 <artifactId >avaje-jex</artifactId >
Original file line number Diff line number Diff line change @@ -99,10 +99,9 @@ default <T> T bodyAsClass(Class<T> beanType) {
9999 }
100100
101101 /**
102- * Returns the request body as an input stream.
102+ * Returns the request body as an input stream. Will return an empty stream if any of the various body methods were called
103103 *
104104 * @return The request body as an input stream.
105- * @implNote will return an empty stream if any of the various body methods were called
106105 */
107106 InputStream bodyAsInputStream ();
108107
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.avaje</groupId >
77 <artifactId >examples</artifactId >
8- <version >3.3-RC5 </version >
8+ <version >3.3</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
You can’t perform that action at this time.
0 commit comments