Upgrading to 9.10.0 from 9.9.5 cause build failure

25 views
Skip to first unread message

Logan

unread,
Feb 7, 2025, 8:33:32 AMFeb 7
to Flying Saucer Users
Hi, First of all thanks for maintaining this awesome project. I'm currently using flying saucer 9.9.5. Upgrading to any version later or equal to 9.10.0 cause build failure with the following error in maven compile plugin:

Fatal error compiling: java.lang.IllegalArgumentException: The argument does not represent an annotation type: Nullable

Based on the commit history, I see the "jsr305" annotation library is replaced by JSpecify in 9.10.0. However including JSpecify in my project doesn't solve this problem. Am I missing anything?

Thanks in advance.
Message has been deleted

Gobinath Loganathan

unread,
Feb 11, 2025, 7:25:45 AMFeb 11
to Flying Saucer Users

My bad the problem wasn't with flyingsaucer but accidentally I had `javax.annotation.Nullable` in my code without adding the jsr305 dependency in my code. Once the flyingsaucer is upgraded, an annotation processor complained the javax.annotation.Nullable is not an annotation. My apologies and thanks for this awesome library.
Reply all
Reply to author
Forward
0 new messages