File tree Expand file tree Collapse file tree
graylog-sdk-spring-boot-starter/src/main/java/com/joonsang/graylog/sdk/spring/starter/search Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ Graylog SDK Spring Boot Starter is available at the Central Maven Repository.
1313<dependency>
1414 <groupId>com.joonsang.graylog</groupId>
1515 <artifactId>graylog-sdk-spring-boot-starter</artifactId>
16- <version>2.0.4 </version>
16+ <version>2.0.5 </version>
1717</dependency>
1818```
1919
2020** Gradle**
2121```
22- implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '2.0.4 '
22+ implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '2.0.5 '
2323```
2424
2525## Troubleshooting
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010
1111subprojects {
1212 group = ' com.joonsang.graylog'
13- version = ' 2.0.4 '
13+ version = ' 2.0.5 '
1414 sourceCompatibility = ' 11'
1515
1616 repositories {
Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ private Filter convertToFilter(List<String> streamIds) {
503503 * @param body JSON body
504504 * @param queryId Query ID
505505 * @throws GraylogServerException Search result not successful
506- * @since 2.0.4
506+ * @since 2.0.5
507507 */
508508 private void validateSearchResult (String body , String queryId ) throws GraylogServerException {
509509 Boolean completedExceptionally = JsonPath .parse (body ).read ("$.execution.completed_exceptionally" );
You can’t perform that action at this time.
0 commit comments