Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: projectodd/wunderboss
base: 456a0d315b90
Choose a base ref
...
head repository: projectodd/wunderboss
compare: 29511c9fa44c
Choose a head ref
  • 2 commits
  • 14 files changed
  • 1 contributor

Commits on Aug 1, 2015

  1. Bump ispan to ver 7 to fix [IMMUTANT-454]

    Unfortunately, this won't work in 8.2, since the interface for Cache
    changed in 7. We'll address that in the next commit.
    jcrossley3 committed Aug 1, 2015
    Copy the full SHA
    bfe5f39 View commit details
    Browse the repository at this point in the history
  2. Introduce module to make caching compatible with WF8

    Because we upgraded Infinispan to 7 to fix IMMUTANT-454, we broke
    WildFly 8, which ships with Infinispan 6, because the Cache interface
    changed.
    
    So now we have a new module that addresses the incompatibilities by
    making CacheWithCodec abstract and introducing an Encoder interface,
    which works with 7 by default (out of container and in WF9). But the
    wildfly module now detects WF8 to trigger the use of an Encoder
    compatible with the Cache interface in ispan6.
    jcrossley3 committed Aug 1, 2015
    Copy the full SHA
    29511c9 View commit details
    Browse the repository at this point in the history