Skip to content

Commit

Permalink
Remove unused configuration property (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Sep 10, 2021
1 parent 63170cc commit 4e3e34a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions opba-embedded-starter/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,5 @@ bpmnshared:
expire-after-write: PT600S
# TODO: re-enable retry after proper error handling implementation
number-of-retries: 0
job-timeout:
timeout: PT5M
flowable:
process-definition-location-prefix: classpath*:/processes/**/
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ public class FlowableProperties {
@NotNull
private Expirable expirable;

@NotNull
private JobTimeout jobTimeout;

@Data
@Configuration
public static class Serialization {
Expand Down Expand Up @@ -64,12 +61,4 @@ public static class Expirable {
@NotNull
private Duration expireAfterWrite;
}

@Data
@Configuration
public static class JobTimeout {

@NotNull
private Duration timeout;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,5 @@ bpmnshared:
expire-after-write: PT600S
# TODO: re-enable retry after proper error handling implementation
number-of-retries: 0
job-timeout:
timeout: PT5M
flowable:
process-definition-location-prefix: classpath*:/processes/**/
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,5 @@ bpmnshared:
expire-after-write: PT600S
# TODO: re-enable retry after proper error handling implementation
number-of-retries: 0
job-timeout:
timeout: PT5M
flowable:
process-definition-location-prefix: classpath*:/processes/**/

0 comments on commit 4e3e34a

Please sign in to comment.