Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play 1.7.1 #54

Merged
merged 47 commits into from
Oct 18, 2022
Merged

Play 1.7.1 #54

merged 47 commits into from
Oct 18, 2022

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    4e9b3d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. fixed playframework#1399

    no initialization playHome
    jacol84 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    97a8c2c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    547bf88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request playframework#1402 from holajsh/1401_python3_modul…

    …e_fixes
    
    [playframework#1401] 🐛 Fix python3 incompatibilities in module manipulation code
    xael-fry committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    b1729b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request playframework#1400 from jacol84/run-on-win

    fixed playframework#1399 "UnboundLocalError: local variable 'playHome' referenced before assignment
    xael-fry committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    4a41d32 View commit details
    Browse the repository at this point in the history
  4. Merge pull request playframework#1397 from tazmaniax/third_party_depe…

    …ndency_update_20220403
    
    Third party dependency update 20220403
    xael-fry committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    20d8744 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. [playframework#1403] 🐛 Fix Groovy compilation unit that tries to writ…

    …e in application root folder
    
    * Restore the old reflection code that completely replace the OUTPUT phase of Groovy compilation unit
    * Fix the compilation exception handling that was producing cast error as not checking properly exception type
    holajsh committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    5d057d4 View commit details
    Browse the repository at this point in the history
  2. [playframework#1403] 🐛 Add a comment to explain why reflection is use…

    …d instead of Groovy native methods
    holajsh committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    1dbaf5c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Merge pull request playframework#1406 from holajsh/1403_groovy_compil…

    …ation_fixes
    
    [playframework#1403] 🐛 Fix Groovy compilation unit that tries to write in applicat…
    xael-fry committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    ed2622d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    72e331f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    0dfa874 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Do not overwrite system property net.spy.log.LoggerImpl

    Christophe Maillard committed May 3, 2022
    Configuration menu
    Copy the full SHA
    672e3c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Merge pull request playframework#1408 from aleksandy/fix/1405

    playframework#1405: replace HashMap be ConcurrentHashMap
    xael-fry committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    2478bd2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. [playframework#1411] Update framework/src/play/cache/MemcachedImpl.java

    Co-authored-by: Christophe Maillard <christophe@qudini.com>
    xael-fry and Christophe Maillard committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    d9cfc33 View commit details
    Browse the repository at this point in the history
  2. Merge pull request playframework#1411 from sp00m/patch-1

    Do not overwrite system property net.spy.log.LoggerImpl -> 1.7.1
    xael-fry committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    7cc3fbb View commit details
    Browse the repository at this point in the history
  3. Merge pull request playframework#1409 from aleksandy/correct-check-of…

    …-java-version-before-startup
    
    update check of java version
    xael-fry committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    629aee5 View commit details
    Browse the repository at this point in the history
  4. * Prepare release 1.7.1

    xael-fry committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    629ccd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Merge pull request playframework#1416 from xael-fry/prepare-1.7.1-rel…

    …ease
    
    Prepare release 1.7.1
    xael-fry committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    9acc220 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Updated dependencies as of 20220618 (playframework#1417)

    * Updated dependencies as of 20220618
    * Fixed source formatting
    tazmaniax committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    f0f6e3e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    913ec06 View commit details
    Browse the repository at this point in the history
  2. cleanup code

    aleksandy committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    678d7e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de2816d View commit details
    Browse the repository at this point in the history
  4. cleanup code

    * remove unnecessary checks for null
    * remove the use of the deprecated methods and constructors
    * use computeIfAbsent() instead of get()/put()
    aleksandy committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    2f3c232 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd05a73 View commit details
    Browse the repository at this point in the history
  6. cleanup modules

    aleksandy committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d874f33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45085fa View commit details
    Browse the repository at this point in the history
  8. cleanup code

    * remove unused constant
    * simplify if expression
    aleksandy committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    07e954e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6171e0b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    015d0ad View commit details
    Browse the repository at this point in the history
  11. remove duplicates

    aleksandy committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    bae4d87 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b1340c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f959f53 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd8eaf0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d957a30 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    729c5ff View commit details
    Browse the repository at this point in the history
  17. use new java 9+ api

    aleksandy committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    90e5f4a View commit details
    Browse the repository at this point in the history
  18. make classes static

    aleksandy committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    7d1c9fe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4a0314a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    234ed39 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    caa9b07 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b51bea0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Updated dependencies

    tazmaniax committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    f4fda5a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    5faf514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7e801f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    576fcc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    d6dae44 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Merge remote-tracking branch 'play/master' into play_1.7.1

    # Conflicts:
    #	framework/dependencies.yml
    #	framework/src/play/server/HttpServerPipelineFactory.java
    #	framework/src/play/templates/GroovyTemplate.java
    #	framework/src/play/test/TestEngine.java
    #	framework/test-src/play/test/PlayJUnitRunnerTest.java
    #	modules/testrunner/src/play/modules/testrunner/FirePhoque.java
    renat-nosto committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    400e648 View commit details
    Browse the repository at this point in the history