Skip to content

Releases: camel-tooling/camel-idea-plugin

Release 0.3.4

17 Jan 21:08
Compare
Choose a tag to compare
Release 0.3.4 Pre-release
Pre-release

The 0.3.4 includes the following changes

  • Real time validation of complex string values that use string concat, fields or other code structures is current skipped and not red-flagged.
  • Endpoints that support extra options like HTTP based are now highlighted in code editor and shown in quick documentation.
  • Inspection (analyze code) combined into a single inspection instead of individual per language.
  • Minor bug fixes.

Release 0.3.3

15 Jan 17:18
Compare
Choose a tag to compare
Release 0.3.3 Pre-release
Pre-release

The 0.3.3 includes the following changes

  • Real time validation of Simple language now validates predicates vs expression mode.
  • Add Simple language to inspection (analyze code).
  • Added XML and Groovy language to real time validation of Simple language in editor.
  • Added alternative Camel icon to choose from preference.
  • Added support for downloading camel-catalog from 3rd party repositories defined in pom.xml such as JBoss Fuse.
  • Other minor bug fixes.

Release 0.3.2

11 Jan 15:51
Compare
Choose a tag to compare
Release 0.3.2 Pre-release
Pre-release

The 0.3.2 includes the following changes

  • Real time validation of Simple language in editor for Java, Groovy, Kotlin, Scala, and XML.
  • Real time validation for Camel endpoints can now check in consumer and producer only mode.
  • Inspection (analyze code) to validate Camel endpoints in Java, Groovy, Kotlin, Scala, XML.
  • Smart completion can show quick document for the selected option in the list (cltr + j)

Release 0.3.1

10 Jan 08:44
Compare
Choose a tag to compare
Release 0.3.1 Pre-release
Pre-release

The 0.3.1 includes the following changes

  • Allow to turn on or off scanning for third party components.
  • Real time validation is now checked for endpoints used outside routes.
  • Minor bug fixes.

Release 0.3.0

09 Jan 08:47
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release

The 0.3.0 includes the following changes

  • Real time validate Camel endpoints (underline errors in red).
  • Added support for 3rd party Camel components (not from the Apache Camel release).
  • Attempts to use same version as camel-core dependency from the loaded project (may require download over internet)
  • Preference page to configure the plugin.
  • Minor bug fixes

Release 0.2.2

06 Jan 13:45
Compare
Choose a tag to compare
Release 0.2.2 Pre-release
Pre-release

The 0.2.2 includes the following changes

  • Show Camel icon in gutter where a Camel route starts.
  • Support for endpoints using single quotes in Groovy

Release 0.2.1

04 Jan 17:45
Compare
Choose a tag to compare
Release 0.2.1 Pre-release
Pre-release

The 0.2.1 includes the following changes

  • Plugin is only in use if the loaded project is a Camel project (has camel-core as library/dependency).
  • Smart completion for Kotlin files.
  • Endpoint options are now sorted.
  • Endpoint options filtered to only include applicable options when used as consumer vs producer only mode.
  • Show endpoint information in tooltip when hovering mouse over from/to etc in Java route builders

Release 0.2.0

03 Jan 11:16
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

Added support for xml, groovy and scala.

Release 0.1.7

02 Jan 11:34
Compare
Choose a tag to compare
Release 0.1.7 Pre-release
Pre-release

0.1.7 - Smart completion for YAML property files
0.1.6 - Project migrated to Maven and other minor bug fixes
0.1.5 - Intention to add Camel endpoint
0.1.4 - Smart completion for property placeholders
0.1.3 - Internal and external documentation for Camel endpoints
0.1.2 - Smart completion for property files
0.1.1 - Smart completion for Java DSL
0.1.0 - Early prototype

Early release 0.1.5

31 Dec 09:34
Compare
Choose a tag to compare
Early release 0.1.5 Pre-release
Pre-release

A sneak peek of the release before Jetbrains approve the plugin so we can have users download the zip from github and install manually.

You can download camel-idea-plugin.zip and install it manually from IDEA in the Preference -> Plugins -> Install plugin from disk