You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: start-site/src/main/resources/application.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -836,12 +836,14 @@ initializr:
836
836
href: https://rsocket.io/
837
837
- name: Apache Camel
838
838
id: camel
839
-
compatibilityRange: "[3.3.0,3.5.0-M1)"
839
+
compatibilityRange: "[3.3.0,3.6.0-M1)"
840
840
mappings:
841
841
- compatibilityRange: "[3.3.0,3.4.0-M1)"
842
842
version: 4.8.6
843
843
- compatibilityRange: "[3.4.0,3.5.0-M1)"
844
844
version: 4.11.0
845
+
- compatibilityRange: "[3.5.0,3.6.0-M1)"
846
+
version: 4.12.0
845
847
description: Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.
0 commit comments