kinow opened a new pull request, #1630: URL: https://github.com/apache/jena/pull/1630
GitHub issue resolved #1622 Pull request Description: The `PORT` env var is used by Vue dev server. I only defined a new env var `FUSEKI_PORT`. The default values are the same, `8080` and `3030`. In `pom.xml` for the Jena Fuseki UI module a Maven plug-in is used to allocate two network ports (it will search two free) and define Maven properties. In the Maven Frontend plug-in, these environment variables are then used to define `PORT` and `FUSEKI_PORT`. I tested by starting `python3 -m http.server 3030` in one terminal, `watch -n 2 netstat -tlnp` in another, and then running `mvn test` in the Jena Fuseki UI module folder.    ---- - [x] Tests are included. - [ ] Documentation change and updates are provided for the [Apache Jena website](https://github.com/apache/jena-site/) - [x] Commits have been squashed to remove intermediate development commit messages. - [x] Key commit messages start with the issue number (GH-xxxx or JENA-xxxx) By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the [Contributor's Agreement](https://www.apache.org/licenses/contributor-agreements.html). ---- See the [Apache Jena "Contributing" guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
