Re: [PR] [CXF-9030] suppress date on '@Generated' when set [cxf]

2024-06-18 Thread via GitHub
bmarwell commented on PR #1929: URL: https://github.com/apache/cxf/pull/1929#issuecomment-2176348193 Oh it's probably because of matcher.matches which checks for the whole line to match exactly. I think it should have been .find instead. Will check at home later -- This is an auto

Re: [PR] [CXF-9030] suppress date on '@Generated' when set [cxf]

2024-06-18 Thread via GitHub
reta commented on PR #1929: URL: https://github.com/apache/cxf/pull/1929#issuecomment-2176256297 ``` java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53)

Re: [PR] [CXF-9030] suppress date on '@Generated' when set [cxf]

2024-06-18 Thread via GitHub
reta commented on PR #1929: URL: https://github.com/apache/cxf/pull/1929#issuecomment-2176009364 Thanks for the fix, @bmarwell , could you please update `CodeGenOptionTest::testSuppressGeneratedDatePresentOption` to assert that the `@Generated` annotation has no date? Thank you. -- This

[PR] [CXF-9030] suppress date on '@Generated' when set [cxf]

2024-06-18 Thread via GitHub
bmarwell opened a new pull request, #1929: URL: https://github.com/apache/cxf/pull/1929 (no comment) -- 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: