Croway commented on PR #1447:
URL:
https://github.com/apache/camel-spring-boot/pull/1447#issuecomment-2935595563
There is a compilation error
```
[camel-platform-http-starter] [ERROR] COMPILATION ERROR :
[camel-platform-http-starter] [INFO]
-------------------------------------------------------------
[camel-platform-http-starter] [ERROR]
/home/runner/work/camel-spring-boot/camel-spring-boot/components-starter/camel-platform-http-starter/src/main/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpAutoConfiguration.java:[56,54]
cannot find symbol
symbol: method getRequestTimeout()
location: variable platformHttpComponentConfiguration of type
org.apache.camel.component.platform.http.springboot.PlatformHttpComponentConfiguration
[camel-platform-http-starter] [ERROR]
/home/runner/work/camel-spring-boot/camel-spring-boot/components-starter/camel-platform-http-starter/src/main/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpAutoConfiguration.java:[58,73]
cannot find symbol
symbol: method getRequestTimeout()
location: variable platformHttpComponentConfiguration of type
org.apache.camel.component.platform.http.springboot.PlatformHttpComponentConfiguration
```
but, getRequestTimeout() is added by this PR, am I missing something?
https://github.com/apache/camel-spring-boot/pull/1447/files#diff-d926c6bf60e9ba7496edede4bfaf8eb6004d2a01af3d141df247849daab05295R103
Ah, I see, the file is generated by `camel-package-maven-plugin` I am
afraid the Camel SNAPSHOT with the added property is not published yet.
Anyway, `it works on my machine`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]