sandeepGenz opened a new pull request, #21584: URL: https://github.com/apache/camel/pull/21584
# Description Removes the deprecated [camel-google-pubsub-lite](cci:7://file:///Users/sandeep/workspace/oss/camel/components/camel-google/camel-google-pubsub-lite:0:0-0:0) 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](https://docs.cloud.google.com/pubsub/docs/pubsub_lite_overview). 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/](cci:7://file:///Users/sandeep/workspace/oss/camel/components/camel-google/camel-google-pubsub-lite:0:0-0:0) module - Removed from [components/camel-google/pom.xml](cci:7://file:///Users/sandeep/workspace/oss/camel/components/camel-google/pom.xml:0:0-0:0), [bom/camel-bom/pom.xml](cci:7://file:///Users/sandeep/workspace/oss/camel/bom/camel-bom/pom.xml:0:0-0:0), [catalog/camel-allcomponents/pom.xml](cci:7://file:///Users/sandeep/workspace/oss/camel/catalog/camel-allcomponents/pom.xml:0:0-0:0), [parent/pom.xml](cci:7://file:///Users/sandeep/workspace/oss/camel/parent/pom.xml:0:0-0:0), [coverage/pom.xml](cci:7://file:///Users/sandeep/workspace/oss/camel/coverage/pom.xml:0:0-0:0) - Removed `google-cloud-pubsublite-version` property from [parent/pom.xml](cci:7://file:///Users/sandeep/workspace/oss/camel/parent/pom.xml:0:0-0:0) - Removed from [MojoHelper.java](cci:7://file:///Users/sandeep/workspace/oss/camel/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/MojoHelper.java:0:0-0:0) component path list - Deleted generated catalog JSON, docs page, example JSON, DSL builders - Updated [docs/components/modules/ROOT/nav.adoc](cci:7://file:///Users/sandeep/workspace/oss/camel/docs/components/modules/ROOT/nav.adoc:0:0-0:0) - Added removal notice to [camel-4x-upgrade-guide-4_19.adoc](cci:7://file:///Users/sandeep/workspace/oss/camel/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc:0:0-0:0) # Target - [x] I checked that the commit is targeting the correct branch (Camel 4 uses the `main` branch) # Tracking - [x] If this is a large change, bug fix, or code improvement, I checked there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL-22943) filed for the change (usually before you start working on it). # Apache Camel coding standards and style - [x] I checked that each commit in the pull request has a meaningful subject line and body. - [x] I have run `mvn clean install -DskipTests` locally from root folder and I have committed all auto-generated changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
