Commit 24da0a0
authored
Router: Refactoring move baselocation and isProduction to configuration (#2525)
* refactor: simplify `AzureDnsApiSimulator` by replacing `Outcome.RETURN` with static import and minor cleanup in methods
* refactor: improve JMX lifecycle management and HotDeployer YAML support
- Replace `DefaultRouter` with `Router` in `JmxRouter` for enhanced abstraction.
- Introduce `JMX_NAMESPACE` for improved consistency in bean names.
- Enhance `JmxExporter` with static factory methods and improved `Router` integration.
- Update `HotDeployer` to provide debug logging for unsupported YAML configurations.
* refactor: improve JMX lifecycle management and HotDeployer YAML support
- Replace `DefaultRouter` with `Router` in `JmxRouter` for enhanced abstraction.
- Introduce `JMX_NAMESPACE` for improved consistency in bean names.
- Enhance `JmxExporter` with static factory methods and improved `Router` integration.
- Update `HotDeployer` to provide debug logging for unsupported YAML configurations.
* refactor: streamline JMX integration and lifecycle handling
- Remove unused methods and imports from `DefaultRouter`, `JmxRouter`, and `Configuration`.
- Simplify `JmxExporter` by replacing `MBeanExporter` inheritance and improving lifecycle checks with `exporter` nullability.
- Optimize `addRouter()` in `JmxExporter` by removing redundant exception handling.
* extend: increase test timeout in `MassivelyParallelTest` and update JMX namespace in roadmap1 parent 9d23eca commit 24da0a0
53 files changed
Lines changed: 250 additions & 327 deletions
File tree
- core/src
- main/java/com/predic8/membrane/core
- cli
- interceptor
- acl
- apikey/stores
- authentication
- session
- xen
- cache
- jwt
- oauth2server
- oauth2
- authorizationservice
- tokengenerators
- schemavalidation
- server
- session
- soap
- stomp
- templating
- xslt
- jmx
- openapi/serviceproxy
- proxies
- router
- hotdeploy
- sslinterceptor
- test/java/com/predic8/membrane
- core
- interceptor/jwt
- openapi/serviceproxy
- router
- security
- transport/ssl
- acme
- integration/withoutinternet
- interceptor
- docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
| 445 | + | |
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments