Skip to content

Commit

Permalink
removed all legacy code (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas authored Aug 5, 2024
1 parent d5e2746 commit ca98218
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 301 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ public CamundaOperateClient(CamundaOperateClientConfiguration configuration) {
this(buildOperateHttpClient(configuration));
}

@Deprecated
public static CamundaOperateClientBuilder builder() {
return new CamundaOperateClientBuilder();
}

private static HttpClient buildOperateHttpClient(
CamundaOperateClientConfiguration configuration) {
// load the config map
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import io.camunda.operate.auth.SimpleAuthentication;
import io.camunda.operate.auth.SimpleCredential;
import io.camunda.operate.auth.TokenResponseMapper.JacksonTokenResponseMapper;
import io.camunda.zeebe.spring.client.properties.CamundaClientProperties;
import org.apache.hc.client5.http.impl.classic.CloseableHttpClient;
import org.apache.hc.client5.http.impl.classic.HttpClients;
import org.springframework.beans.factory.annotation.Autowired;
Expand All @@ -20,11 +19,7 @@
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Import;

@EnableConfigurationProperties({
OperateClientConfigurationProperties.class,
io.camunda.zeebe.spring.client.properties.OperateClientConfigurationProperties.class,
CamundaClientProperties.class
})
@EnableConfigurationProperties({OperateClientConfigurationProperties.class})
@ConditionalOnProperty(value = "operate.client.enabled", matchIfMissing = true)
@Import(ObjectMapperConfiguration.class)
public class OperateClientConfiguration {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit ca98218

Please sign in to comment.