-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
When building the sources, we see many warnings messages saying:
> Task :swatch-system-conduit:compileJava /home/jcarvaja/sources/RedHatInsights/rhsm-subscriptions/swatch-system-conduit/src/main/java/org/candlepin/subscriptions/conduit/inventory/kafka/InventoryServiceKafkaConfigurator.java:43: warning: [removal] buildProducerProperties() in KafkaProperties has been deprecated and marked for removal Map<String, Object> producerConfig = kafkaProperties.buildProducerProperties();
Acceptance Criteria
- Replace the deprecated KafkaProperties.buildProducerProperties() and KafkaProperties.buildConsumerProperties() methods
- No warning messages should be printed when building the repository