1. 12 Feb, 2020 11 commits
  2. 10 Feb, 2020 3 commits
  3. 06 Feb, 2020 1 commit
  4. 05 Feb, 2020 1 commit
  5. 03 Feb, 2020 1 commit
  6. 29 Jan, 2020 1 commit
    • Oleg Zhurakousky's avatar
      GH-439 Fixed main class discovery · 313f1094
      Oleg Zhurakousky authored
      The regression was caused by filtering main classes that are @SpringVootApplication only, essentially excluding @SpringBootConfiguration
      
      Resolves #439
      313f1094
  7. 28 Jan, 2020 1 commit
  8. 27 Jan, 2020 1 commit
  9. 24 Jan, 2020 1 commit
  10. 16 Jan, 2020 1 commit
  11. 15 Jan, 2020 1 commit
  12. 26 Dec, 2019 2 commits
  13. 18 Dec, 2019 10 commits
  14. 16 Dec, 2019 3 commits
  15. 12 Dec, 2019 2 commits
    • Anthony Lofton's avatar
      function-sample-azure cleanup · 75019ab2
      Anthony Lofton authored
      Cleaned up pom to use java.version instead of the compiler.source and
      compiler.target
      Added version properties for azure-functions-java-library and
      azure-functions-maven-plugin
      Updated the properties to be the latest recommended from Azure Functions
      Used stagingDirectory in maven-resources-plugin
      Updated README.adoc to say port 7071 instead of 8080
      75019ab2
    • Oleg Zhurakousky's avatar
      GGH-431 Fixed discovery of a start class · 0f38ea47
      Oleg Zhurakousky authored
      - Ensured that FunctionClassUtils performs additional check to ensure that located star class is SpringBootApplication
      - Added additional lookup to look for Main-Class if nothing was found in Start-Class primarily to support Azure
      - Updated Azure samples
      - Updated documentation
      
      Resolves #431
      0f38ea47