Skip to content

Comments

CAMEL-22943: Remove deprecated camel-google-pubsub-lite component#21584

Merged
davsclaus merged 5 commits intoapache:mainfrom
sandeepGenz:CAMEL-22943-remove-google-pubsub-lite
Feb 23, 2026
Merged

CAMEL-22943: Remove deprecated camel-google-pubsub-lite component#21584
davsclaus merged 5 commits intoapache:mainfrom
sandeepGenz:CAMEL-22943-remove-google-pubsub-lite

Conversation

@sandeepGenz
Copy link
Contributor

Description

Removes the deprecated camel-google-pubsub-lite component from the codebase.

The component was deprecated in Camel 4.10 following Google Cloud Platform's deprecation
of the underlying Pub/Sub Lite service.

Users should migrate to:

  • camel-google-pubsub → Google Cloud Pub/Sub
  • camel-kafka → Google Cloud Managed Service for Apache Kafka

Changes

  • Deleted components/camel-google/camel-google-pubsub-lite/ module
  • Removed from components/camel-google/pom.xml, bom/camel-bom/pom.xml, catalog/camel-allcomponents/pom.xml, parent/pom.xml, coverage/pom.xml
  • Removed google-cloud-pubsublite-version property from parent/pom.xml
  • Removed from MojoHelper.java component path list
  • Deleted generated catalog JSON, docs page, example JSON, DSL builders
  • Updated docs/components/modules/ROOT/nav.adoc
  • Added removal notice to camel-4x-upgrade-guide-4_19.adoc

Target

  • I checked that the commit is targeting the correct branch (Camel 4 uses the main branch)

Tracking

  • If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).

Apache Camel coding standards and style

  • I checked that each commit in the pull request has a meaningful subject line and body.
  • I have run mvn clean install -DskipTests locally from root folder and I have committed all auto-generated changes.

@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@davsclaus
Copy link
Contributor

you need to regen these files also in this PR

	modified:   catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
	modified:   core/camel-main/src/generated/resources/org/apache/camel/main/components.properties
	modified:   dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
	modified:   dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java
	modified:   dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/EndpointBuilders.java
	modified:   dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
	modified:   dsl/camel-kamelet-main/src/generated/resources/camel-component-known-dependencies.properties

@github-actions github-actions bot added the core label Feb 23, 2026
@sandeepGenz
Copy link
Contributor Author

@davsclaus should it be through the script, or manual file changes also works for the regen?

@sandeepGenz sandeepGenz force-pushed the CAMEL-22943-remove-google-pubsub-lite branch from 8c7014b to 9f7fe3a Compare February 23, 2026 18:43
@sandeepGenz
Copy link
Contributor Author

@davsclaus i did lookup in the codebase, should i do ./etc/scripts/regen.sh (full script) for the regen?

@davsclaus
Copy link
Contributor

yeah if you run that script it does a full regen

@github-actions github-actions bot removed the core label Feb 23, 2026
@github-actions github-actions bot added the core label Feb 23, 2026
@davsclaus davsclaus merged commit e29286f into apache:main Feb 23, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants