Skip to content

Releases: camel-tooling/camel-idea-plugin

Release 0.9.6

27 Apr 11:45
Compare
Choose a tag to compare
  • Upgraded to Camel 3.20.4

Release 0.9.5

19 Apr 07:26
Compare
Choose a tag to compare
  • Fix debugging with Camel Quarkus

Release 0.9.4

10 Apr 13:37
9017bf0
Compare
Choose a tag to compare
  • Support IDEA 2023.1

Release 0.9.3

30 Mar 05:11
282ea2f
Compare
Choose a tag to compare
  • Upgraded to Camel 3.20.3

Release 0.9.2

20 Mar 11:43
Compare
Choose a tag to compare

0.9.1 was broken so doing a new release to fix that

Release 0.9.1

16 Mar 19:55
f0f7f11
Compare
Choose a tag to compare
  • Support for IDEA 2022.3
  • Upgraded to Camel 3.20.2
  • Bug fixes

Release 0.9.0

21 Nov 09:17
f5f8677
Compare
Choose a tag to compare
  • Minimum IDEA version 2022.2
  • Upgrade to Camel 3.19
  • Adapt the route debugger to Camel 3.19
  • Set the body, headers or exchange properties from the context menu of the Debugger window using the Camel simple language
  • Deprecated endpoint options are now marked with strike-through in endpoint URI
  • Bug fixes

Release 0.8.15

09 Oct 08:53
bd7b164
Compare
Choose a tag to compare
  • Upgrade to Camel 3.19.0

Release 0.8.14

10 Sep 05:28
041c80c
Compare
Choose a tag to compare
  • Upgrade to Camel 3.18.2

Release 0.8.13

12 Aug 05:33
08933f7
Compare
Choose a tag to compare
  • Upgraded to Camel 3.18.1
  • Simplify types in code assistance for better readability
  • Allow to suggest only the Kamelet options (configurable)
  • Auto setup of the Camel Debugger for different Camel runtimes (Standalone/Main, SpringBoot, Quarkus)
  • Allow to define custom plugin parameters in the Camel Runners
  • Improve the multi-breakpoints support of the Camel Debugger
  • Bug fixes