REST release notes
1.1.0-RC1 (November 11th, 2024)
Bug
REST-10 Inverted content-type and accept connector configuration
1.0.8 (August 18th, 2023)
Bug
REST-10 Inverted content-type and accept connector configuration
1.0.7 (August 30th, 2022)
New Feature
REST-9 Support UpdateDeltaOp
1.0.5 (October 10th, 2019)
Bug
- [REST-7] - CXF exception on first method invocation
1.0.4 (January 25th, 2019)
Bug
- [REST-6] - EQUALSIGNORECASE search requests not handled
Improvement
- [REST-5] - Add help properties messages to correctly use display messages as IDs for configuration fields
1.0.3 (May 24th, 2018)
New Feature
- [REST-4] - Add support for OAuth 2.0 Bearer Token Authentication using Client ID and Secret
1.0.2 (February 2nd, 2018)
New Feature
- [REST-2] - Add HttpAsyncClient dependecy to support PATCH
- [REST-3] - Add support for Bearer authorization
Improvement
- [REST-1] - Pass connector configuration to scripts
1.0.0 (November 30th, 2016)
This is the very first stable release available of this connector.
At a glance, the REST connector is implemented very similarly to the Scripted SQL connector, and offers analogue features: essentially, scripts can be provided (in various languages including Apache Groovy) to implement all of supported operations.
To allow easier development of provisioning scripts, an instance of the CXF WebClient is provided; samples are also available.