Commit 9d23eca
authored
Refactor: Move Router, ... (#2523)
* refactor: remove unused classes and methods, streamline imports, and improve package structure in `core` module
* refactor: move `RuleManager` to `proxies` package, clean up imports, and remove unused methods
* refactor: replace `DefaultRouter` with `Router` for improved abstraction across components, remove unused classes/methods, and streamline imports
* refactor: update `LargeBodyTest` to replace `TestRouter` with `Router`, streamline initialization and lifecycle management
* refactor: simplify imports, remove unused methods, and improve lifecycle handling across routers and tests
* refactor: simplify `AzureDnsApiSimulator` by replacing `Outcome.RETURN` with static import and minor cleanup in methods1 parent a3e8f85 commit 9d23eca
317 files changed
Lines changed: 879 additions & 1029 deletions
File tree
- core/src
- main/java/com/predic8/membrane/core
- azure/api
- cli
- exchangestore
- exchange
- graphql
- interceptor
- acl
- adminapi
- administration
- apikey
- extractors
- stores
- authentication
- session
- xen
- balancer
- faultmonitoring
- cache
- flow
- choice
- formvalidation
- javascript
- oauth2client
- rf
- oauth2server
- oauth2
- authorizationservice
- flows
- processors
- request
- tokenrequest
- tokengenerators
- rest
- rewrite
- schemavalidation
- server
- session
- soap
- statistics
- stomp
- tunnel
- xslt
- jmx
- kubernetes
- client
- lang
- groovy
- openapi/serviceproxy
- proxies
- resolver
- router
- hotdeploy
- sslinterceptor
- transport
- http
- streampump
- ssl
- acme
- ws
- interceptors
- util/jdbc
- test
- java/com/predic8/membrane
- core
- acl
- azure
- config
- exchangestore
- graphql
- http
- interceptor
- acl
- adminapi
- apikey
- stores
- authentication
- balancer
- flow
- invocation
- internalservice
- formvalidation
- groovy
- javascript
- json
- jwt
- lang
- oauth2
- authorizationservice
- client
- b2c
- opentelemetry
- rewrite
- schemavalidation
- server
- session
- shadowing
- soap
- templating
- xmlprotection
- xml
- xslt
- kubernetes/client
- lang
- xpath
- openapi
- serviceproxy
- util
- validators
- exceptions
- security
- proxies
- resolver
- router
- security
- transport
- http2
- http
- client
- ssl
- acme
- ws
- evaluation
- integration
- withinternet
- interceptor
- withoutinternet
- interceptor
- oauth2
- interceptor
- ws_addressing
- resources
- distribution/src/test/java/com/predic8/membrane
- examples
- withinternet/env
- load
- docs
- war/src/main/java/com/predic8/membrane/servlet
- embedded
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 0 additions & 57 deletions
This file was deleted.
Lines changed: 12 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
25 | 24 | | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 88 | | |
101 | 89 | | |
102 | 90 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments