[jira] [Commented] (NIFI-7939) Github CI/Actions has changed - requires updates to build config

2020-10-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-7939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219041#comment-17219041
 ] 

ASF subversion and git services commented on NIFI-7939:
---

Commit d1bfa679276e4d73f10a2d0287ca76b4791c8a00 in nifi's branch 
refs/heads/main from Joe Witt
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=d1bfa67 ]

NIFI-7939 improving version ranges to fix usage of now deprecated github 
actions commands

self merging given nature of change

Signed-off-by: Joe Witt 


> Github CI/Actions has changed - requires updates to build config
> 
>
> Key: NIFI-7939
> URL: https://issues.apache.org/jira/browse/NIFI-7939
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
>
> In https://github.com/apache/nifi/actions/runs/311573127 we see a lot of 
> things like 
> github-actions
> / Windows - JDK 1.8
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Windows - JDK 1.8
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Windows - JDK 1.8
> .github#L1
> The `add-path` command is deprecated and will be disabled soon. Please 
> upgrade to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 11 EN
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 11 EN
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 11 EN
> .github#L1
> The `add-path` command is deprecated and will be disabled soon. Please 
> upgrade to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 1.8 FR
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 1.8 FR
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 1.8 FR
> .github#L1
> The `add-path` command is deprecated and will be disabled soon. Please 
> upgrade to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / MacOS - JDK 1.8 JP
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / MacOS - JDK 1.8 JP
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / MacOS - JDK 1.8 JP
> .github#L1
> The `add-path` command is deprecated 

[jira] [Commented] (NIFI-7939) Github CI/Actions has changed - requires updates to build config

2020-10-21 Thread Joe Witt (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-7939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17218662#comment-17218662
 ] 

Joe Witt commented on NIFI-7939:


in case some poor soul gets stuck having to debug this nonsense the issue 
appears to be from our usage of github/setup-java which uses these commands and 
that I wasnt using the broad version range and instead a specific version.  Now 
it will auto update as new versions of this same major line come out.

https://github.com/actions/setup-java/commit/d202f5dbf7256730fb690ec59f6381650114feb2

Should have PR up for this soon.

> Github CI/Actions has changed - requires updates to build config
> 
>
> Key: NIFI-7939
> URL: https://issues.apache.org/jira/browse/NIFI-7939
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Joe Witt
>Assignee: Joe Witt
>Priority: Major
>
> In https://github.com/apache/nifi/actions/runs/311573127 we see a lot of 
> things like 
> github-actions
> / Windows - JDK 1.8
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Windows - JDK 1.8
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Windows - JDK 1.8
> .github#L1
> The `add-path` command is deprecated and will be disabled soon. Please 
> upgrade to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 11 EN
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 11 EN
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 11 EN
> .github#L1
> The `add-path` command is deprecated and will be disabled soon. Please 
> upgrade to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 1.8 FR
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 1.8 FR
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 1.8 FR
> .github#L1
> The `add-path` command is deprecated and will be disabled soon. Please 
> upgrade to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / MacOS - JDK 1.8 JP
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> / MacOS - JDK 1.8 JP
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade 
> to using Environment Files. For more information see: 
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
>  Check warning on line 1 in .github
> @github-actions
> github-actions
> /