Skip to content

Commit

Permalink
CAMEL-21020: remove obsolete swagger integration tests (#14944)
Browse files Browse the repository at this point in the history
Modify message if spec cannot be read to suggest checking openapi version.
Fix compile error in customized-v3 integration test.
Check for generated dto classes in specified model packages.
  • Loading branch information
klease authored Jul 27, 2024
1 parent a7f1fc3 commit 58de569
Show file tree
Hide file tree
Showing 22 changed files with 7 additions and 622 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
package com.example;


import io.apicurio.datamodels.models.openapi.OpenApiOperation;
import io.swagger.v3.oas.models.Operation;
import org.apache.camel.generator.openapi.DestinationGenerator;


public class MyDestinationGenerator implements DestinationGenerator {

@Override
public String generateDestinationFor(final OpenApiOperation operation) {
public String generateDestinationFor(final Operation operation) {
return "rest-" + operation.getOperationId();
}

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 58de569

Please sign in to comment.