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: 47b027400392
Choose a base ref
...
head repository: projectodd/wunderboss
compare: fb0ed61a65c0
Choose a head ref
  • 2 commits
  • 216 files changed
  • 1 contributor

Commits on Oct 22, 2015

  1. Break wildfly up in to multiple modules

    This is the first step in allowing wunderboss-based apps to properly
    take advantage of swarm, since wildfly functionality can be brought in
    piecemeal, instead of as one dep. This also means that we don't assume a
    full WF is available, and each piece only assumes what it needs is
    there.
    
    There is still an org.projectodd.wunderboss/wunderboss-wildfly, but it
    is an aggregator for all of the other WF modules.
    tobias committed Oct 22, 2015
    Copy the full SHA
    98ff6b9 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded module dir

    This moves all of the modules to the top-level, removing the extra dir &
    pom.
    tobias committed Oct 22, 2015
    Copy the full SHA
    fb0ed61 View commit details
    Browse the repository at this point in the history