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/10 07:47:00 UTC

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

     [ https://issues.apache.org/jira/browse/CXF-8436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jurrie Overgoor updated CXF-8436:
---------------------------------
    Description: 
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?

 

When we settle on how to approach this, I would be happy to submit a pull request.

  was:
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?


> 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
>            Priority: Major
>
> 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?
>  
> When we settle on how to approach this, I would be happy to submit a pull request.



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