[ 
https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516361#comment-17516361
 ] 

Herve Boutemy commented on MSHADE-417:
--------------------------------------

I don't know where "on Slack" it has been reported, but merging a PR and not 
asking others help for the Jira part is not really a good move: IIUC, I should 
close MSHADE-378 as fixed in 3.3.0?

 

then on you not having perms: I see there are 2 profiles
 * the profile that is member of maven, but also members and a few other ones 
is [https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rmannibucau] 
that you used until 2015, and matches your Apache id
 * you seem to be now using 
[https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau]
 which is an external user

You should define if you recover your initial account that matches your Apache 
id or really want to switch to the new one

then if you want to switch, you'll need to ask INFRA about it

(all that does not really have to do anything with Maven...)

> Nul bytes appended to small files by maven-shade-plugin
> -------------------------------------------------------
>
>                 Key: MSHADE-417
>                 URL: https://issues.apache.org/jira/browse/MSHADE-417
>             Project: Maven Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Max Zerzouri
>            Priority: Major
>         Attachments: original-shadetest-0.0.0.jar, pom.xml, 
> shadetest-0.0.0.jar, test.txt
>
>
> Version 3.3.0 of maven shade plugin seems to append "\x00" bytes to a file if 
> it's less than 4 bytes:
> {code:sh}
> $ echo -n a > src/main/resources/test.txt
> $ mvn clean install
> ...
> $ bsdtar -xOf target/original-shadetest-0.0.0.jar test.txt | xxd
> 00000000: 61                                       a
> $ bsdtar -xOf target/shadetest-0.0.0.jar test.txt | xxd
> 00000000: 6100 0000                                a...
> {code}
> I've attached a basic {{pom.xml}} that triggers this. This doesn't occur in 
> the previous version, 3.2.4.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to