Skip to content

Commit 10e3189

Browse files
NemikorNemanja Nedeljkovic
and
Nemanja Nedeljkovic
authored
Update docs (#274)
Documentation updates --------- Co-authored-by: Nemanja Nedeljkovic <[email protected]>
1 parent 0543e53 commit 10e3189

File tree

5 files changed

+30
-1
lines changed

5 files changed

+30
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"author": "Nemikor",
3+
"pullrequestId": "274",
4+
"message": "Display missing link for SOAP guide and update version upgrade guide."
5+
}

docs/framework_version_upgrade.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
[TOC]
44

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+
524
## Upgrade from 3.2.0 to 3.3.0
625

726
This is mostly a dependencies update and bugfix version, so it's shouldn't introduce any braking changes.

docs/soap-starter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SIP Integration Starter
1+
# SIP SOAP Starter
22

33
[TOC]
44

docs/test-kit.md

+3
Original file line numberDiff line numberDiff line change
@@ -411,3 +411,6 @@ public class SampleRestRoute extends RouteBuilder {
411411
-----------------------------
412412
```
413413
414+
## Declarative approach
415+
416+
To use declarative approach with test kit follow the guide provided here: [Test Kit Declarative](test-kit-declarative.md)

mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ nav:
1515
- Starter Parent: starter-parent.md
1616
- Security: security.md
1717
- Test Kit: test-kit.md
18+
- SOAP Starter: soap-starter.md
1819
- Middle Component: middle-component.md
20+
- Maven Plugin: maven-plugin.md
1921
- Framework Version Upgrade: framework_version_upgrade.md
2022
- License: license.md
2123
- Contribution Guidelines: CONTRIBUTING.md

0 commit comments

Comments
 (0)