Branch: refs/heads/batmat-java11-readiness Home: https://github.com/jenkinsci/config-file-provider-plugin Commit: 79eecc24e8f6228f83db43ba7cfc04e69af94dae https://github.com/jenkinsci/config-file-provider-plugin/commit/79eecc24e8f6228f83db43ba7cfc04e69af94dae Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-04-10 (Wed, 10 Apr 2019)
Changed paths: M Jenkinsfile Log Message: ----------- Java 11 readiness: build both on JDK8 and JDK11 Commit: 8c75264922e305f7ba21df3d7f7bf921366766d7 https://github.com/jenkinsci/config-file-provider-plugin/commit/8c75264922e305f7ba21df3d7f7bf921366766d7 Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-04-11 (Thu, 11 Apr 2019) Changed paths: M pom.xml Log Message: ----------- Update workflow-support to 3.x for Java 11 support And fix `RequireUpperBoundDeps` errors: ``` [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (display-info) @ config-file-provider --- [WARNING] Rule 4: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message: Failed while enforcing RequireUpperBoundDeps. The error(s) are [ Require upper bound dependencies error for org.jenkins-ci.plugins.workflow:workflow-api:2.22 paths to dependency are: +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-api:2.22 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-job:2.11.2 +-org.jenkins-ci.plugins.workflow:workflow-api:2.15 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-basic-steps:2.5 +-org.jenkins-ci.plugins.workflow:workflow-api:2.16 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-cps:2.42 +-org.jenkins-ci.plugins.workflow:workflow-api:2.18 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-durable-task-step:2.13 +-org.jenkins-ci.plugins.workflow:workflow-api:2.19 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-support:3.0 +-org.jenkins-ci.plugins.workflow:workflow-api:2.30 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-support:3.0 +-org.jenkins-ci.plugins.workflow:workflow-api:2.30 , Require upper bound dependencies error for org.jenkins-ci.plugins:scm-api:2.0.8 paths to dependency are: +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-api:2.22 +-org.jenkins-ci.plugins:scm-api:2.0.8 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-cps:2.42 +-org.jenkins-ci.plugins:scm-api:2.0.8 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-support:3.0 +-org.jenkins-ci.plugins:scm-api:2.2.6 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-support:3.0 +-org.jenkins-ci.plugins:scm-api:2.2.6 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins:git:2.4.1 +-org.jenkins-ci.plugins:scm-api:1.0 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins:subversion:2.5.7 +-org.jenkins-ci.plugins:scm-api:0.2 , Require upper bound dependencies error for org.jenkins-ci.plugins:script-security:1.36 paths to dependency are: +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-cps:2.42 +-org.jenkins-ci.plugins:script-security:1.36 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-durable-task-step:2.13 +-org.jenkins-ci.plugins:script-security:1.25 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-support:3.0 +-org.jenkins-ci.plugins:script-security:1.39 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins.workflow:workflow-support:3.0 +-org.jenkins-ci.plugins:script-security:1.39 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.plugins:git:2.4.1 +-org.jenkins-ci.plugins:matrix-project:1.6 +-org.jenkins-ci.plugins:script-security:1.13 , Require upper bound dependencies error for commons-net:commons-net:3.5 paths to dependency are: +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.main:maven-plugin:3.1 +-org.apache.maven.wagon:wagon-ftp:3.0.0 +-commons-net:commons-net:3.5 and +-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT +-org.jenkins-ci.main:jenkins-test-harness:2.49 +-org.jenkins-ci.main:jenkins-test-harness-htmlunit:2.31-2 +-commons-net:commons-net:3.6 ] ``` Commit: cf5fc7d00e612c78cef781ca82dec5314146e516 https://github.com/jenkinsci/config-file-provider-plugin/commit/cf5fc7d00e612c78cef781ca82dec5314146e516 Author: imod <d...@fortysix.ch> Date: 2019-08-31 (Sat, 31 Aug 2019) Changed paths: M Jenkinsfile M pom.xml Log Message: ----------- Merge branch 'java11-readiness' of https://github.com/batmat/config-file-provider-plugin into batmat-java11-readiness Commit: c729d81cb281e4339a22c2c095c9f175d427325e https://github.com/jenkinsci/config-file-provider-plugin/commit/c729d81cb281e4339a22c2c095c9f175d427325e Author: imod <d...@fortysix.ch> Date: 2019-09-04 (Wed, 04 Sep 2019) Changed paths: M src/test/java/org/jenkinsci/plugins/configfiles/buildwrapper/ConfigFileBuildWrapperWorkflowTest.java M src/test/java/org/jenkinsci/plugins/configfiles/folder/FolderConfigFileActionTest.java Log Message: ----------- tix test cases: temp folders now per default now have a space (caused by new test harness) Compare: https://github.com/jenkinsci/config-file-provider-plugin/compare/79eecc24e8f6%5E...c729d81cb281 -- 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/config-file-provider-plugin/push/refs/heads/batmat-java11-readiness/000000-c729d8%40github.com.