This is an automated email from the ASF dual-hosted git repository. zregvart pushed a change to branch spring-upgrades in repository https://gitbox.apache.org/repos/asf/camel.git.
omit d999cea Upgrade Spring Boot to 2.1.0.RELEASE omit c31d178 Upgrade Spring framework to 5.1.2.RELEASE add b765261 Updated readme.txt (#2585) add 87d2d98 Upgrade Micrometer to version 1.1.0 add 8bfc21b Upgrade Netty to version 4.1.31.Final add 6bfc7cd Upgrade Aspectj to version 1.9.2 add 35a23cf Added Http Session Handling docs add 1fb56fa Added http-session-handling to summary add 2b8499c Fixed minor docs add be09d0b Added Service Pool to docs add c008810 Added Service Pool to Summary add 0177dd2 Added Threading Model to Docs add 4a885bf Added Threading Model to Summary add 7c6924d Updated docs for Threading Model add 66f875a Fixed architecture image add d2edced Upgrade Spring framework to 5.1.2.RELEASE add 312b931 Upgrade Spring Boot to 2.1.0.RELEASE This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (d999cea) \ N -- N -- N refs/heads/spring-upgrades (312b931) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: docs/user-manual/en/SUMMARY.md | 6 +- docs/user-manual/en/architecture.adoc | 2 +- docs/user-manual/en/http-session-handling.adoc | 152 +++++++++++++ docs/user-manual/en/servicepool.adoc | 60 +++++ docs/user-manual/en/threading-model.adoc | 244 +++++++++++++++++++++ .../README.md | 2 +- parent/pom.xml | 8 +- 7 files changed, 465 insertions(+), 9 deletions(-) create mode 100644 docs/user-manual/en/http-session-handling.adoc create mode 100644 docs/user-manual/en/servicepool.adoc create mode 100644 docs/user-manual/en/threading-model.adoc