File tree Expand file tree Collapse file tree 8 files changed +13
-8
lines changed
src/main/java/org/dominokit/rest/js Expand file tree Collapse file tree 8 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >domino-rest</artifactId >
77 <groupId >org.dominokit</groupId >
8- <version >1.0.0-RC4 </version >
8+ <version >1.0.0-RC5 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change @@ -76,4 +76,9 @@ public String getBodyAsString() {
7676 public ArrayBuffer getResponseArrayBuffer () {
7777 return Js .cast (request .response );
7878 }
79+
80+ /** @return the {@code XMLHttpRequest} associated with this response. */
81+ public XMLHttpRequest getRequest () {
82+ return request ;
83+ }
7984}
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.dominokit</groupId >
77 <artifactId >domino-rest</artifactId >
8- <version >1.0.0-RC4 </version >
8+ <version >1.0.0-RC5 </version >
99 </parent >
1010
1111 <artifactId >domino-rest-jaxrs</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >domino-rest</artifactId >
77 <groupId >org.dominokit</groupId >
8- <version >1.0.0-RC4 </version >
8+ <version >1.0.0-RC5 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >domino-rest</artifactId >
66 <groupId >org.dominokit</groupId >
7- <version >1.0.0-RC4 </version >
7+ <version >1.0.0-RC5 </version >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >domino-rest</artifactId >
77 <groupId >org.dominokit</groupId >
8- <version >1.0.0-RC4 </version >
8+ <version >1.0.0-RC5 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >domino-rest</artifactId >
77 <groupId >org.dominokit</groupId >
8- <version >1.0.0-RC4 </version >
8+ <version >1.0.0-RC5 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55
66 <groupId >org.dominokit</groupId >
77 <artifactId >domino-rest</artifactId >
8- <version >1.0.0-RC4 </version >
8+ <version >1.0.0-RC5 </version >
99 <packaging >pom</packaging >
1010
1111 <name >domino-rest</name >
7070
7171 <properties >
7272 <snapshot .version>HEAD-SNAPSHOT</snapshot .version>
73- <next .release.version>1.0.0-RC4 </next .release.version>
73+ <next .release.version>1.0.0-RC5 </next .release.version>
7474 <maven .compiler.source>1.8</maven .compiler.source>
7575 <maven .compiler.target>1.8</maven .compiler.target>
7676 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments