Skip to content

Commit

Permalink
Ditto 3.0 preparation: removed deprecated marked code and adjusted ja…
Browse files Browse the repository at this point in the history
…picmp excludes accordingly

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Aug 15, 2022
1 parent 2e9bb2a commit b40d3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions java/pom.xml
Expand Up @@ -453,6 +453,7 @@
<!-- this builder is an internal implementation of a builder interface and should not be handled as API: -->
<exclude>org.eclipse.ditto.client.configuration.ClientCredentialsAuthenticationConfiguration$ClientCredentialsAuthenticationConfigurationBuilder</exclude>
<exclude>org.eclipse.ditto.client.streaming.ThingSearchPublisher#of(org.eclipse.ditto.base.model.signals.Signal,org.eclipse.ditto.protocol.adapter.ProtocolAdapter,org.eclipse.ditto.client.messaging.MessagingProvider)</exclude>
<exclude>org.eclipse.ditto.client.live.commands.query.RetrieveThingsLiveCommand</exclude>
</excludes>
</parameter>
</configuration>
Expand Down
Expand Up @@ -17,9 +17,9 @@
import javax.annotation.Nonnull;

import org.eclipse.ditto.base.model.signals.commands.WithNamespace;
import org.eclipse.ditto.base.model.signals.commands.WithSelectedFields;
import org.eclipse.ditto.client.live.commands.base.LiveCommand;
import org.eclipse.ditto.things.model.ThingId;
import org.eclipse.ditto.things.model.signals.commands.WithSelectedFields;
import org.eclipse.ditto.things.model.signals.commands.query.RetrieveThings;

/**
Expand Down

0 comments on commit b40d3ad

Please sign in to comment.