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: gretty-gradle-plugin/gretty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.2
Choose a base ref
...
head repository: gretty-gradle-plugin/gretty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.3
Choose a head ref
  • 8 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 6, 2023

  1. Copy the full SHA
    9821169 View commit details

Commits on Feb 5, 2024

  1. Copy the full SHA
    b68f935 View commit details
  2. Copy the full SHA
    071861d View commit details
  3. Revert "Also run a JDK-21 build on Gradle 8"

    This reverts commit 071861d.
    boris-petrov committed Feb 5, 2024
    Copy the full SHA
    9558f49 View commit details
  4. Copy the full SHA
    c69f1dc View commit details

Commits on May 19, 2024

  1. Support folders under "src/resources" in fastReload conifguration pro…

    …perty. (#305)
    
    When hotreload is enabled gretty watches and always recompile/redeploy webapp if
    there are any change "src/java" or "src/resources". That is
    inconvenient when changing static resources in "src/resources" that
    don't require recompilation/redeploy.
    
    Workaround is to specify such folders under `src/resources` as
    fastReload.
    
    This change makes sure that fastReload check is performed before
    recompile check for sources.
    aindlq authored May 19, 2024
    Copy the full SHA
    806457e View commit details

Commits on May 20, 2024

  1. Fix jetty redeploy with custom jetty-env.xml (#304)

    Redeploy would fail because runner classloader is separate from the
    servlet container classloader. So runner was not able to create new WebAppContext.
    aindlq authored May 20, 2024
    Copy the full SHA
    428d42a View commit details
  2. Release 3.1.3

    Signed-off-by: Falco Duersch <github@falcoduersch.com>
    f4lco committed May 20, 2024
    Copy the full SHA
    5cc0093 View commit details
Loading