Release prep - #61
Merged
Merged
Conversation
There was a problem hiding this comment.
The PR introduces the Maven Central release pipeline but has several correctness issues that would likely result in a broken or incomplete release: the GPG signing phase is bound too late, the sources and javadoc JARs are never actually generated (only version-managed), and the deploy-release profile is never activated by the workflow.
PR Bot Information
Version: 1.29.45
- File Content Strategy: Full file content
- LLM:
anthropic--claude-4.6-sonnet - Event Trigger:
pull_request.opened - Correlation ID:
d8512d50-a0a6-11f1-89b5-1e27cf3b67af
lisajulia
force-pushed
the
release-prep
branch
from
August 25, 2026 17:08
6bbc1f7 to
f58f502
Compare
lisajulia
force-pushed
the
release-prep
branch
from
August 25, 2026 17:30
905b2cd to
9e9ad79
Compare
Schmarvinius
requested changes
Aug 26, 2026
lisajulia
force-pushed
the
release-prep
branch
from
August 26, 2026 13:36
c390959 to
6cc912f
Compare
lisajulia
commented
Aug 26, 2026
Schmarvinius
previously approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release Prep: Maven Central Publishing & Package Rename to
com.sap.cdsChore / Refactor
🚀 Prepares the
cds-feature-n8nplugin for its first public release (0.0.1) on Maven Central. This includes renaming all Java packages fromsap.capire.n8n_plugintocom.sap.cds.feature.n8n, updating Maven group IDs, adding required publication metadata, and setting up an automated release pipeline.Changes
.github/workflows/release.yml: New GitHub Actions workflow triggered on GitHub release events, delegating to the sharedcap-java/.githubreusable workflow for Maven Central deployment with BlackDuck scanning.pom.xml(root):groupIdfromsap.capiretocom.sap.cds0.0.1-alphato0.0.1<description>,<url>,<organization>,<licenses>,<developers>,<scm>pluginManagemententries formaven-source-plugin,maven-deploy-plugin,maven-gpg-plugin,central-publishing-maven-plugin, andmaven-javadoc-plugindeploy-releaseprofile that activates GPG signing, source/javadoc JAR generation, and Sonatype Central Publishing (excluding integration tests and coverage report modules)CHANGELOG.md: Renamed version entry from1.0.0 - TBDto0.0.1and consolidated feature list into a clean initial release entry.README.md: UpdatedgroupIdreference and version from0.0.1-alphato0.0.1in the Quick Start snippet.All Java source/test files (
handlers/,services/,utils/,configuration/): Renamed packages fromsap.capire.n8n_plugin.*tocom.sap.cds.feature.n8n.*and updated all corresponding import statements and Javadoc references.META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports: Updated auto-configuration class reference to the new package.coverage-report/pom.xml,integration-tests/pom.xml,integration-tests/srv/pom.xml,samples/bookshop/pom.xml,samples/bookshop/srv/pom.xml: UpdatedgroupIdfromsap.capiretocom.sap.cdsand version references to0.0.1.PR Bot Information
Version:
1.29.47anthropic--claude-4.6-sonnetcfde5570-a156-11f1-907f-b1ec4ab73367pull_request.edited