Software Development

Java Compiler Weird Error in Travis CI due to Implicit Exception type

We were trying to build this Maven project in Travis CI and got a weird compilation error. After modifying the codes to explicitly declare the Exception types.

[wp_ad_camp_5]

Compiler Error

Resolution

[wp_ad_camp_4]

To fix this issue, modify the codes to explicitly declare the types. See link below for the actual changes.

https://github.com/Turreta/Using-Spring-Retry-API/commit/b25a03d338dd03eb94323b756ada2b5637a9cf3f

Loading

Got comments or suggestions? We disabled the comments on this site to fight off spammers, but you can still contact us via our Facebook page!.


You Might Also Like