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: immutant/feature-demo
base: aebb6e2188eb
Choose a base ref
...
head repository: immutant/feature-demo
compare: 7dc3d6bff79c
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Nov 22, 2015

  1. Enable HTTP/2 and SSL with Undertow key/trust stores

    Stores are taken from Undertow examples. The web demo now creates two
    listeners with the additional SSL port, 8443 by default. I'm not sure
    this will work well for Heroku/OpenShift.
    
    Note the use of string keys in web/-main, allowing the values to be
    overridden on the command line. This is particularly useful when running
    from the jar since the alpn jar needs to be in the bootclasspath.
    jcrossley3 committed Nov 22, 2015
    Copy the full SHA
    9f1fb50 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ce49b2d View commit details
    Browse the repository at this point in the history
  3. Some notes about HTTP/2

    jcrossley3 committed Nov 22, 2015
    Copy the full SHA
    959d40a View commit details
    Browse the repository at this point in the history
  4. Minor docs

    jcrossley3 committed Nov 22, 2015
    Copy the full SHA
    7dc3d6b View commit details
    Browse the repository at this point in the history