-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
kind/bugSomething isn't workingSomething isn't workingtriage/invalidThis doesn't seem rightThis doesn't seem right
Description
Describe the bug
After Quarkus has been locally build with mvn clean install -DskipTests=true
and I check git status
I can see changes on files I haven'ts touched :
modified: extensions/smallrye-context-propagation/deployment/src/test/java/io/quarkus/context/test/TransactionalBean.java
modified: extensions/smallrye-context-propagation/runtime/src/main/java/io/quarkus/smallrye/context/runtime/SmallRyeContextPropagationTemplate.java
modified: integration-tests/main/src/test/java/io/quarkus/it/main/ContextPropagationTestCase.java
Expected behavior
After a build i would expect only changes on the files I changed myself
To Reproduce
Steps to reproduce the behavior:
mvn clean install -DskipTests=true
git status
Environment (please complete the following information):
- Output of
uname -a
orver
: Linux localhost.localdomain 5.0.13-300.fc30.x86_64 Switch to the Maven distributed copy of the SubstrateVM annotations #1 SMP Mon May 6 00:39:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux - Output of
java -version
: openjdk version "1.8.0_212" - GraalVM version (if different from Java): rc16
- Quarkus version or git rev: master
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't workingtriage/invalidThis doesn't seem rightThis doesn't seem right