File tree 5 files changed +30
-1
lines changed
5 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "author" : " Nemikor" ,
3
+ "pullrequestId" : " 274" ,
4
+ "message" : " Display missing link for SOAP guide and update version upgrade guide."
5
+ }
Original file line number Diff line number Diff line change 2
2
3
3
[ TOC]
4
4
5
+ ## Upgrade from 3.4.0 to 3.5.0
6
+
7
+ This is a quality of life and bugfix update, it shouldn't introduce any breaking issues.
8
+
9
+ ## Upgrade from 3.3.0 to 3.4.0
10
+
11
+ Version 3.4.0 allows fine-grained configuration and exception handling for connectors.
12
+ If an adapter contains global configuration which was added directly with ** RouteConfigurationBuilder** ,
13
+ it will no longer apply to connectors.
14
+ It should be refactored and provided via ** ConfigurationDefinition** .
15
+
16
+ ** Note:** When it comes to process orchestration global configuration will still be applicable.
17
+
18
+ ** Deprecation Notice**
19
+
20
+ The ` defineTransformationOrchestrator ` method from ** ConnectorBase** class is marked as deprecated as of version 3.4.0.
21
+ This method may be removed in future versions.
22
+ It is recommended to migrate to new ** Connector Processors** in all connectors.
23
+
5
24
## Upgrade from 3.2.0 to 3.3.0
6
25
7
26
This is mostly a dependencies update and bugfix version, so it's shouldn't introduce any braking changes.
Original file line number Diff line number Diff line change 1
- # SIP Integration Starter
1
+ # SIP SOAP Starter
2
2
3
3
[ TOC]
4
4
Original file line number Diff line number Diff line change @@ -411,3 +411,6 @@ public class SampleRestRoute extends RouteBuilder {
411
411
-----------------------------
412
412
```
413
413
414
+ ## Declarative approach
415
+
416
+ To use declarative approach with test kit follow the guide provided here: [Test Kit Declarative](test-kit-declarative.md)
Original file line number Diff line number Diff line change 15
15
- Starter Parent : starter-parent.md
16
16
- Security : security.md
17
17
- Test Kit : test-kit.md
18
+ - SOAP Starter : soap-starter.md
18
19
- Middle Component : middle-component.md
20
+ - Maven Plugin : maven-plugin.md
19
21
- Framework Version Upgrade : framework_version_upgrade.md
20
22
- License : license.md
21
23
- Contribution Guidelines : CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments