Skip to content

fix(version): make it work with connectors 8.9#171

Open
mathias-vandaele wants to merge 1 commit into
mainfrom
fix-main-for-8.9
Open

fix(version): make it work with connectors 8.9#171
mathias-vandaele wants to merge 1 commit into
mainfrom
fix-main-for-8.9

Conversation

@mathias-vandaele
Copy link
Copy Markdown

This pull request updates both the OData and RFC SAP Connector modules to use the latest dependencies, improves annotation usage, and streamlines the Maven build configuration. The changes focus on updating parent and dependency versions, switching to improved annotation packages, cleaning up unnecessary dependencies, and centralizing formatting plugins in the parent POM for consistency across modules.

Dependency and Version Updates:

  • Updated the parent POM and all module POMs (pom.xml, odata-connector/pom.xml, rfc-connector/pom.xml) to use newer versions of Camunda, SAP Cloud SDK, and Spring Boot dependencies. This ensures compatibility and access to recent features and fixes. [1] [2] [3] [4]

  • Updated the annotation imports in ODataConnectorRequest.java, ODataRequestDetails.java, and RFCConnectorRequest.java to use FeelMode from generator.java.annotation instead of the deprecated DSL location. This modernizes the code and aligns with current best practices. [1] [2] [3] [4] [5] [6] [7] [8]

Build and Dependency Management Improvements:

  • Replaced element-template-generator-core with element-template-generator-annotations and added connector-object-mapper as a provided dependency in both connector modules, supporting improved code generation and object mapping. [1] [2]

  • Removed unnecessary dependencies and exclusions, such as slf4j-jdk14, logback-classic, and redundant exclusions for logging libraries, to simplify the dependency tree and avoid conflicts. [1] [2] [3] [4] [5] [6]

Maven Build and Formatting Plugin Centralization:

  • Centralized the Spotless formatting and validation plugin configuration in the parent pom.xml and removed redundant plugin and profile definitions from the module POMs. This ensures consistent code formatting and validation across all modules and reduces duplication. [1] [2] [3] [4]

  • Updated plugin versions and configurations for spring-boot-maven-plugin and removed unnecessary maven-jar-plugin configuration in the RFC connector. [1] [2]

These changes collectively modernize the project, reduce maintenance overhead, and improve build reliability.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 5, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants