Skip to content

Commit

Permalink
Upgraded CDC image
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Feb 18, 2020
1 parent 67ec54e commit 55cd590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- MYSQL_USER=mysqluser
- MYSQL_PASSWORD=mysqlpw
cdc-service:
image: eventuateio/eventuate-cdc-service:0.4.0.RELEASE
image: eventuateio/eventuate-cdc-service:0.6.0.RC3
ports:
- "8099:8080"
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
import static net.chrisrichardson.ftgo.restaurantservice.aws.ApiGatewayResponse.buildErrorResponse;


public abstract class AbstractHttpHandler implements RequestHandler<APIGatewayProxyRequestEvent, APIGatewayProxyResponseEvent> {
public abstract class AbstractHttpHandler
implements RequestHandler<APIGatewayProxyRequestEvent, APIGatewayProxyResponseEvent> {

private Logger log = LoggerFactory.getLogger(this.getClass());

Expand Down

0 comments on commit 55cd590

Please sign in to comment.