|
Change Variable Type autowires : List<String> to autowires : List<AutowireData> in method protected findAutowireComponentOptionsByClasspath(catalog CamelCatalog, components Set<String>, reflections Reflections, mappingProperties Properties) : List<AutowireData> in class org.apache.camel.maven.AutowireMojo |
From |
To |
|
Change Variable Type line : String to data : AutowireData in method public execute() : void in class org.apache.camel.maven.AutowireMojo |
From |
To |
|
Change Variable Type componentData : List<String[]> to componentData : List<SpringBootData> in method public execute() : void in class org.apache.camel.maven.SpringBootToolingMojo |
From |
To |
|
Change Variable Type autowires : List<String> to autowires : List<AutowireData> in method public execute() : void in class org.apache.camel.maven.AutowireMojo |
From |
To |
|
Change Variable Type row : String[] to row : SpringBootData in method public execute() : void in class org.apache.camel.maven.SpringBootToolingMojo |
From |
To |