Skip to content

Commit 1059508

Browse files
committed
Merge remote-tracking branch
'origin/issue/241_ProcessPluginApiClassLoader_Allow_List' into develop_2
2 parents 4818f61 + 051a692 commit 1059508

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dsf-bpe/dsf-bpe-server/src/main/resources/bpe/api/v1/allowed-bpe-classes.list

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
com.fasterxml.jackson.annotation
22
com.fasterxml.jackson.core
33
com.fasterxml.jackson.databind
4+
com.google.common
45
dev.dsf.bpe.api
56
jakarta.ws.rs
67
org.apache.commons.codec
78
org.apache.commons.io
89
org.apache.commons.lang3
910
org.apache.commons.text
11+
org.apache.http
1012
org.bouncycastle
1113
org.camunda.bpm.engine.delegate
1214
org.camunda.bpm.engine.impl.el.FixedValue
@@ -22,5 +24,7 @@ org.slf4j.LoggerFactory
2224
org.springframework.beans
2325
org.springframework.cglib
2426
org.springframework.context
27+
org.springframework.lang
28+
org.springframework.util
2529
org.springframework.web.util.UriComponents
2630
org.springframework.web.util.UriComponentsBuilder

dsf-bpe/dsf-bpe-server/src/main/resources/bpe/api/v2/allowed-bpe-classes.list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ org.slf4j.LoggerFactory
2828
org.springframework.beans
2929
org.springframework.cglib
3030
org.springframework.context
31+
org.springframework.lang
32+
org.springframework.util
3133
org.w3c.dom
3234
org.xml.sax

0 commit comments

Comments
 (0)