redhat-developer / alizer

⛔️ DEPRECATED - Application analyzer toolkit, use https://github.com/devfile/alizer instead
Apache License 2.0
12 stars 17 forks source link

Enhance JBoss EAP port detection #221

Closed thepetk closed 1 year ago

thepetk commented 1 year ago

What does this PR do?

This PR follows the instructions given in alizer#195-comment in order to detect any configured ports for JBoss EAP detected components.

As a result, when we identify a configuration > javaOpts field inside pom.xml, we are trying to match the json.http.port for and get the port value configured in the plugin.

Which issue(s) does this PR fix

Partially fixes #195

PR acceptance criteria

Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.

How to test changes / Special notes to the reviewer

thepetk commented 1 year ago

@mike-hoang all gosec warnings have been fixed