Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/typetalk-plugin
  Commit: 8904bd05b33f2b54422f9b15358405c603d2ea00
      
https://github.com/jenkinsci/typetalk-plugin/commit/8904bd05b33f2b54422f9b15358405c603d2ea00
  Author: Yasuyuki Baba <yasuyuki.b...@gmail.com>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
    A .mvn/wrapper/maven-wrapper.jar
    A .mvn/wrapper/maven-wrapper.properties
    M README.md
    R build.gradle
    R gradlew
    R gradlew.bat
    A mvnw
    A mvnw.cmd
    A pom.xml
    A spotbugsfilter.xml

  Log Message:
  -----------
  feat: change build system to maven


  Commit: f8448a13e68494acb6d41df9e7dfd9ea2afa464d
      
https://github.com/jenkinsci/typetalk-plugin/commit/f8448a13e68494acb6d41df9e7dfd9ea2afa464d
  Author: Yasuyuki Baba <yasuyuki.b...@gmail.com>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
    M src/main/resources/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkBuildWrapper/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkNotifier/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkNotifier/global.jelly
    M 
src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkUniqueIdProperty/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/typetalk/pipeline/TypetalkBuildWrapperStep/config.jelly

  Log Message:
  -----------
  chore: put <?jelly escape-by-default='true'?> on every file 
https://wiki.jenkins.io/JENKINS/Jelly-and-XSS-prevention.html


  Commit: 229ce95e93e1fe0de37099ee85ec925ee34c710a
      
https://github.com/jenkinsci/typetalk-plugin/commit/229ce95e93e1fe0de37099ee85ec925ee34c710a
  Author: Yasuyuki Baba <yasuyuki.b...@gmail.com>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/typetalk/TypetalkNotifier.java
    M src/main/java/org/jenkinsci/plugins/typetalk/api/MessageEntity.java
    M src/main/java/org/jenkinsci/plugins/typetalk/api/Typetalk.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/delegate/BuildWrapperDelegate.java
    M src/main/java/org/jenkinsci/plugins/typetalk/support/Emoji.java
    M src/main/java/org/jenkinsci/plugins/typetalk/support/ResultSupport.java
    M src/test/groovy/org/jenkinsci/plugins/typetalk/ResultSupportSpec.groovy
    M src/test/groovy/org/jenkinsci/plugins/typetalk/TypetalkSpec.groovy
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/support/UniqueIdConverterSpec.groovy
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutorFactorySpec.groovy
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutorSpec.groovy
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/HelpExecutorSpec.groovy
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/ListExecutorSpec.groovy

  Log Message:
  -----------
  fix: spotbugs warnings
chore: change *Spec to *Test to simplify pom.xml


  Commit: 301c819349f662c6805beb6e370b1e6cc8590bc8
      
https://github.com/jenkinsci/typetalk-plugin/commit/301c819349f662c6805beb6e370b1e6cc8590bc8
  Author: ikikko <ikikko+git...@gmail.com>
  Date:   2022-01-23 (Sun, 23 Jan 2022)

  Changed paths:
    A .mvn/wrapper/maven-wrapper.jar
    A .mvn/wrapper/maven-wrapper.properties
    M README.md
    R build.gradle
    R gradlew
    R gradlew.bat
    A mvnw
    A mvnw.cmd
    A pom.xml
    A spotbugsfilter.xml
    M src/main/java/org/jenkinsci/plugins/typetalk/TypetalkNotifier.java
    M src/main/java/org/jenkinsci/plugins/typetalk/api/MessageEntity.java
    M src/main/java/org/jenkinsci/plugins/typetalk/api/Typetalk.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/delegate/BuildWrapperDelegate.java
    M src/main/java/org/jenkinsci/plugins/typetalk/support/Emoji.java
    M src/main/java/org/jenkinsci/plugins/typetalk/support/ResultSupport.java
    M src/main/resources/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkBuildWrapper/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkNotifier/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkNotifier/global.jelly
    M 
src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkUniqueIdProperty/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/typetalk/pipeline/TypetalkBuildWrapperStep/config.jelly
    M src/test/groovy/org/jenkinsci/plugins/typetalk/ResultSupportSpec.groovy
    M src/test/groovy/org/jenkinsci/plugins/typetalk/TypetalkSpec.groovy
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/support/UniqueIdConverterSpec.groovy
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutorFactorySpec.groovy
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutorSpec.groovy
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/HelpExecutorSpec.groovy
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/ListExecutorSpec.groovy

  Log Message:
  -----------
  Merge pull request #16 from yasuyuki-baba/switch-to-maven

Switch the build system to Maven instead of Gradle


Compare: 
https://github.com/jenkinsci/typetalk-plugin/compare/43c49cade213...301c819349f6

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/typetalk-plugin/push/refs/heads/master/43c49c-301c81%40github.com.

Reply via email to