[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2023-09-20 Thread Jira


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gábor Gyimesi updated MINIFICPP-1053:
-
Labels: beginner hacktoberfest newbie starter  (was: beginner newbie 
starter)

> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Dániel Bakai
>Priority: Minor
>  Labels: beginner, hacktoberfest, newbie, starter
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2023-09-20 Thread Jira


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gábor Gyimesi updated MINIFICPP-1053:
-
Labels: beginner newbie starter  (was: )

> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Dániel Bakai
>Priority: Minor
>  Labels: beginner, newbie, starter
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2023-08-30 Thread Marton Szasz (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marton Szasz updated MINIFICPP-1053:

Priority: Minor  (was: Major)

> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Dániel Bakai
>Priority: Minor
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2023-03-31 Thread Jira


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gábor Gyimesi updated MINIFICPP-1053:
-
Fix Version/s: (was: 0.14.0)

> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Dániel Bakai
>Assignee: Nghia Le
>Priority: Major
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2022-11-29 Thread Ferenc Gerlits (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ferenc Gerlits updated MINIFICPP-1053:
--
Fix Version/s: 0.14.0
   (was: 0.13.0)

> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Dániel Bakai
>Assignee: Nghia Le
>Priority: Major
> Fix For: 0.14.0
>
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2022-06-01 Thread Marton Szasz (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marton Szasz updated MINIFICPP-1053:

Fix Version/s: 0.13.0
   (was: 0.12.0)

> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Dániel Bakai
>Assignee: Nghia Le
>Priority: Major
> Fix For: 0.13.0
>
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2022-04-27 Thread Marton Szasz (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marton Szasz updated MINIFICPP-1053:

Fix Version/s: 0.12.0
   (was: 0.11.0)

> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Dániel Bakai
>Assignee: Nghia Le
>Priority: Major
> Fix For: 0.12.0
>
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2021-10-07 Thread Marton Szasz (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marton Szasz updated MINIFICPP-1053:

Fix Version/s: (was: 0.10.0)
   0.11.0

> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Dániel Bakai
>Assignee: Nghia Le
>Priority: Major
> Fix For: 0.11.0
>
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2021-03-01 Thread Arpad Boda (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpad Boda updated MINIFICPP-1053:
--
Fix Version/s: (was: 0.9.0)
   0.10.0

> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Dániel Bakai
>Assignee: Nghia Le
>Priority: Major
> Fix For: 0.10.0
>
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2021-01-21 Thread Marton Szasz (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marton Szasz updated MINIFICPP-1053:

Fix Version/s: (was: 0.8.0)
   0.9.0

> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Dániel Bakai
>Assignee: Nghia Le
>Priority: Major
> Fix For: 0.9.0
>
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2020-01-08 Thread Arpad Boda (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpad Boda updated MINIFICPP-1053:
--
Fix Version/s: (was: 0.7.0)
   0.8.0

> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Dániel Bakai
>Assignee: Nghia Le
>Priority: Major
> Fix For: 0.8.0
>
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MINIFICPP-1053) An error is logged when loading a YAML configuration with 'type' instead of 'class'

2019-10-04 Thread Daniel Bakai (Jira)


 [ 
https://issues.apache.org/jira/browse/MINIFICPP-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Bakai updated MINIFICPP-1053:

Description: 
In YamlConfiguration::parseControllerServices we try to first find `class` and 
fall back to `type` if it does not exist, but we log a scary error during the 
process, which might confuse users, since despite it, we are able to 
successfully parse the configuration:

`[2019-10-04 16:23:48.093] [org::apache::nifi::minifi::core::YamlConfiguration] 
[error] Unable to parse configuration file for component named 
'SSLContextService' as required field 'class' is missing [in 'Controller 
Services' section of configuration file]`

  was:
In YamlConfiguration::parseControllerServices we try to first find `class` and 
fall back to `type` if it does not exist, but we log a scary error during the 
process, which might confuse users, since despite it, we were able to 
successfully parse the configuration:

`[2019-10-04 16:23:48.093] [org::apache::nifi::minifi::core::YamlConfiguration] 
[error] Unable to parse configuration file for component named 
'SSLContextService' as required field 'class' is missing [in 'Controller 
Services' section of configuration file]`


> An error is logged when loading a YAML configuration with 'type' instead of 
> 'class'
> ---
>
> Key: MINIFICPP-1053
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1053
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Bug
>Reporter: Daniel Bakai
>Priority: Major
> Fix For: 0.7.0
>
>
> In YamlConfiguration::parseControllerServices we try to first find `class` 
> and fall back to `type` if it does not exist, but we log a scary error during 
> the process, which might confuse users, since despite it, we are able to 
> successfully parse the configuration:
> `[2019-10-04 16:23:48.093] 
> [org::apache::nifi::minifi::core::YamlConfiguration] [error] Unable to parse 
> configuration file for component named 'SSLContextService' as required field 
> 'class' is missing [in 'Controller Services' section of configuration file]`



--
This message was sent by Atlassian Jira
(v8.3.4#803005)