You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jurrie Overgoor (Jira)" <ji...@apache.org> on 2021/03/09 11:15:00 UTC

[jira] [Created] (CXF-8436) Support reproducable builds together with @Generated

Jurrie Overgoor created CXF-8436:
------------------------------------

             Summary: Support reproducable builds together with @Generated
                 Key: CXF-8436
                 URL: https://issues.apache.org/jira/browse/CXF-8436
             Project: CXF
          Issue Type: Improvement
          Components: Tooling
    Affects Versions: 3.3.8
            Reporter: Jurrie Overgoor


We are trying to get our build reproducable. We use wsdl2java for generating Java classes from WSDL files, and currently have -mark-generated in effect.

This causes problems, as there are timestamps written to the @Generated tag. I hoped that -suppress-generated-date would suppress this, but it only affects the generated Javadoc comment.

Can we get -suppress-generated-date to also suppress outputting timestamps in the @Generated annotations?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)