forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for GraalVM/Mandrel 20.3
(cherry picked from commit c6ebe45)
- Loading branch information
Showing
12 changed files
with
13 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 0 additions & 37 deletions
37
core/runtime/src/main/java/io/quarkus/runtime/graal/JavaIOSubstitutions.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 0 additions & 42 deletions
42
...-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/graal/SubstituteSnappy.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 0 additions & 39 deletions
39
...in/java/io/quarkus/smallrye/faulttolerance/runtime/graal/FaultToleranceSubstitutions.java
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
integration-tests/kafka-snappy/src/test/java/io/quarkus/it/kafka/KafkaSnappyCodecITCase.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
package io.quarkus.it.kafka; | ||
|
||
import static io.quarkus.test.junit.DisableIfBuiltWithGraalVMOlderThan.GraalVMVersion.GRAALVM_21_0; | ||
|
||
import io.quarkus.test.junit.DisableIfBuiltWithGraalVMOlderThan; | ||
import io.quarkus.test.junit.NativeImageTest; | ||
|
||
@NativeImageTest | ||
@DisableIfBuiltWithGraalVMOlderThan(GRAALVM_21_0) | ||
public class KafkaSnappyCodecITCase extends KafkaSnappyCodecTest { | ||
|
||
} |
4 changes: 0 additions & 4 deletions
4
...ation-tests/kafka-snappy/src/test/java/io/quarkus/it/kafka/KafkaSnappyConsumerITCase.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
package io.quarkus.it.kafka; | ||
|
||
import static io.quarkus.test.junit.DisableIfBuiltWithGraalVMOlderThan.GraalVMVersion.GRAALVM_21_0; | ||
|
||
import io.quarkus.test.junit.DisableIfBuiltWithGraalVMOlderThan; | ||
import io.quarkus.test.junit.NativeImageTest; | ||
|
||
@NativeImageTest | ||
@DisableIfBuiltWithGraalVMOlderThan(GRAALVM_21_0) | ||
public class KafkaSnappyConsumerITCase extends KafkaSnappyConsumerTest { | ||
|
||
} |
4 changes: 0 additions & 4 deletions
4
...ation-tests/kafka-snappy/src/test/java/io/quarkus/it/kafka/KafkaSnappyProducerITCase.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
package io.quarkus.it.kafka; | ||
|
||
import static io.quarkus.test.junit.DisableIfBuiltWithGraalVMOlderThan.GraalVMVersion.GRAALVM_21_0; | ||
|
||
import io.quarkus.test.junit.DisableIfBuiltWithGraalVMOlderThan; | ||
import io.quarkus.test.junit.NativeImageTest; | ||
|
||
@NativeImageTest | ||
@DisableIfBuiltWithGraalVMOlderThan(GRAALVM_21_0) | ||
public class KafkaSnappyProducerITCase extends KafkaSnappyProducerTest { | ||
|
||
} |
Oops, something went wrong.