Skip to content

Commit

Permalink
Don't use WF8 ispan code under WF10.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Aug 24, 2015
1 parent f609563 commit 82885d8
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -39,7 +39,8 @@ public class WildFlyCaching extends InfinispanCaching {

public WildFlyCaching(String name, Options<CreateOption> options) {
super(name, options);
if (!ASUtils.containerIsWildFly9()) {
if (!ASUtils.containerIsWildFly9() &&
!ASUtils.containerIsWildFly10()) {
this.encoder = new Encoder6();
}
if (ASUtils.containerIsEAP()) {
Expand Down

0 comments on commit 82885d8

Please sign in to comment.