File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
integration-tests/src/test/java/org/jboss/resteasy/test/cache Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 21
21
matrix :
22
22
os : [ubuntu-latest, windows-latest ]
23
23
java : ['1.8', '11']
24
- wildfly-version : ['20.0.1.Final', '21.0.0 .Final']
24
+ wildfly-version : ['20.0.1.Final', '21.0.1 .Final']
25
25
26
26
steps :
27
27
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ language: java
7
7
jdk :
8
8
- openjdk8
9
9
env :
10
- - SERVER_VERSION=21.0.0 .Final ELYTRON=true
11
- - SERVER_VERSION=21.0.0 .Final STANDALONE_MICROPROFILE=true
10
+ - SERVER_VERSION=21.0.1 .Final ELYTRON=true
11
+ - SERVER_VERSION=21.0.1 .Final STANDALONE_MICROPROFILE=true
12
12
jobs :
13
13
addons :
14
14
hosts :
Original file line number Diff line number Diff line change 9
9
import org .jboss .arquillian .junit .Arquillian ;
10
10
import org .jboss .resteasy .category .ExpectedFailingOnWildFly19 ;
11
11
import org .jboss .resteasy .category .NotForBootableJar ;
12
- import org .jboss .resteasy .category .ExpectedFailingOnWildFly21 ;
13
12
import org .jboss .resteasy .client .jaxrs .ResteasyClient ;
14
13
import org .jboss .resteasy .client .jaxrs .ResteasyClientBuilder ;
15
14
import org .jboss .resteasy .plugins .cache .server .InfinispanCache ;
42
41
@ RunAsClient
43
42
@ Category ({
44
43
ExpectedFailingOnWildFly19 .class ,
45
- ExpectedFailingOnWildFly21 .class , //Remove ExpectedFailingOnWildFly21 after https://issues.redhat.com/browse/WFLY-13988 is resolved
46
44
NotForBootableJar .class // related resteasy-cache-core module is not delivered by WF, so it's not necessary to check it with bootable jar
47
45
})
48
46
public class ServerCacheInterceptorTest {
Original file line number Diff line number Diff line change 147
147
</property >
148
148
</activation >
149
149
<properties >
150
- <server .version>20 .0.1.Final</server .version>
150
+ <server .version>21 .0.1.Final</server .version>
151
151
</properties >
152
152
</profile >
153
153
<profile >
154
154
<id >server-version-21x-exclusions</id >
155
155
<activation >
156
156
<property >
157
157
<name >server.version</name >
158
- <value >21.0.0 .Final</value >
158
+ <value >21.0.1 .Final</value >
159
159
</property >
160
160
</activation >
161
161
<properties >
You can’t perform that action at this time.
0 commit comments