[I] Compile on save very slow [netbeans]

2024-03-28 Thread via GitHub
quantrpeter opened a new issue, #7205: URL: https://github.com/apache/netbeans/issues/7205 ### Apache NetBeans version Apache NetBeans 21 ### What happened Compile on save very slow, it takes around 5 sec to 30 sec to generate the class file in target folder. Any way to

Re: [PR] add back former javascript wiki page [netbeans-antora-wiki]

2024-03-28 Thread via GitHub
ebarboni merged PR #9: URL: https://github.com/apache/netbeans-antora-wiki/pull/9 -- 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:

Re: [PR] css for code and video [netbeans-antora-ui]

2024-03-28 Thread via GitHub
ebarboni commented on PR #25: URL: https://github.com/apache/netbeans-antora-ui/pull/25#issuecomment-2025300033 make it live for live testing. -- 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

[PR] Fix build warning and merge some version together [netbeans-mavenutils-nbm-maven-plugin]

2024-03-28 Thread via GitHub
ebarboni opened a new pull request, #161: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/161 - Tried to use same version of Apache NetBeans artefacts for testing ${netbeans.version} instead of several hardcoded. - Use plugin management a bit more. - Fix some

Re: [PR] css for code and video [netbeans-antora-ui]

2024-03-28 Thread via GitHub
ebarboni merged PR #25: URL: https://github.com/apache/netbeans-antora-ui/pull/25 -- 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:

Re: [I] NetBeans Connector in the Chrome Web Store is outdated [netbeans]

2024-03-28 Thread via GitHub
mhalachev commented on issue #6601: URL: https://github.com/apache/netbeans/issues/6601#issuecomment-2025546108 Indeed, it would be advisable to upgrade the extension to Manifest V3, preferably along with the next NB release, as Manifest V2 extensions are likely to be phased-out in the

Re: [PR] Update NetBeans icns icon to match macOS style guidlines [netbeans]

2024-03-28 Thread via GitHub
mhalachev commented on PR #7132: URL: https://github.com/apache/netbeans/pull/7132#issuecomment-2025564576 @oyarzun @neilcsmith-net I would suggest to get this in without further changes for now, as generally it appears to work fine with the app bundle. -- This is an automated message

Re: [PR] css for code and video [netbeans-antora-ui]

2024-03-28 Thread via GitHub
ebarboni commented on PR #25: URL: https://github.com/apache/netbeans-antora-ui/pull/25#issuecomment-2025755902 https://netbeans.apache.org/front/main/projects/graph/examples/ show maybe not enough contrast. @mbien, the cursor over the picture seems working

Re: [PR] Fix build warning and merge some version together [netbeans-mavenutils-nbm-maven-plugin]

2024-03-28 Thread via GitHub
mbien commented on code in PR #161: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/161#discussion_r1543120138 ## nbm-maven-plugin/pom.xml: ## @@ -135,8 +135,18 @@ under the License. org.apache.maven.shared

Re: [I] NetBeans Connector in the Chrome Web Store is outdated [netbeans]

2024-03-28 Thread via GitHub
mbien commented on issue #6601: URL: https://github.com/apache/netbeans/issues/6601#issuecomment-2025604230 > Would it be appropriate to get in touch with Jan Stola regarding the extension refactoring? @mhalachev If you want to ask to please refactor the plugin then probably not

Re: [PR] absolute xref as per image easier to debug [netbeans-antora-tutorials]

2024-03-28 Thread via GitHub
ebarboni commented on PR #14: URL: https://github.com/apache/netbeans-antora-tutorials/pull/14#issuecomment-2025739368 will merge this one soon it's only rewrite. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 [netbeans-mavenutils-nbm-maven-plugin]

2024-03-28 Thread via GitHub
mbien merged PR #160: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/160 -- 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:

Re: [I] nbm-maven-plugin does not work with Java 22 [netbeans-mavenutils-nbm-maven-plugin]

2024-03-28 Thread via GitHub
ebarboni commented on issue #159: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/159#issuecomment-2025261312 For the records asm is often ahead release of jdk. But the maven-dependency-analyzer is often a bit late. 9.7 asm is for jdk 23 9.6 asm is for

Re: [PR] Fix build warning and merge some version together [netbeans-mavenutils-nbm-maven-plugin]

2024-03-28 Thread via GitHub
mbien commented on code in PR #161: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/161#discussion_r1543106516 ## nbm-maven-plugin/pom.xml: ## @@ -135,8 +135,18 @@ under the License. org.apache.maven.shared

Re: [PR] Fix Url in modules description [netbeans]

2024-03-28 Thread via GitHub
ebarboni merged PR #7202: URL: https://github.com/apache/netbeans/pull/7202 -- 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:

Re: [I] nbm-maven-plugin does not work with Java 22 [netbeans-mavenutils-nbm-maven-plugin]

2024-03-28 Thread via GitHub
ebarboni commented on issue #159: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/159#issuecomment-2025251629 thks for reporting. I was refactoring a bit pom in the project and encounter the issue. #161 use exclusion so we could manage our asm version.

Re: [I] nbm-maven-plugin does not work with Java 22 [netbeans-mavenutils-nbm-maven-plugin]

2024-03-28 Thread via GitHub
mbien commented on issue #159: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/159#issuecomment-2025409543 everyone is eagerly waiting for https://openjdk.org/jeps/457 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] CI pipeline improvements (more label control) [netbeans]

2024-03-28 Thread via GitHub
mbien commented on code in PR #7206: URL: https://github.com/apache/netbeans/pull/7206#discussion_r1543510597 ## .github/workflows/main.yml: ## @@ -164,6 +125,60 @@ jobs: retention-days: 7 if-no-files-found: error +outputs: + # labels are mapped

Re: [PR] Improve priming from LSP client [netbeans]

2024-03-28 Thread via GitHub
sdedic commented on PR #7063: URL: https://github.com/apache/netbeans/pull/7063#issuecomment-2025932775 > @sdedic I haven't checked since when it happened and it might not be related to the priming changes here, but the micronaut tests throw NPEs during priming while green:

Re: [PR] Fix build warning and merge some version together [netbeans-mavenutils-nbm-maven-plugin]

2024-03-28 Thread via GitHub
ebarboni commented on code in PR #161: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/161#discussion_r1543372961 ## nbm-maven-plugin/pom.xml: ## @@ -135,8 +135,18 @@ under the License. org.apache.maven.shared

Re: [PR] Improve priming from LSP client [netbeans]

2024-03-28 Thread via GitHub
mbien commented on PR #7063: URL: https://github.com/apache/netbeans/pull/7063#issuecomment-2025903368 @sdedic I haven't checked since when it happened and it might not be related to the priming changes here, but the micronaut tests throw NPEs during priming while green:

Re: [PR] CI pipeline improvements (more label control) [netbeans]

2024-03-28 Thread via GitHub
mbien commented on PR #7206: URL: https://github.com/apache/netbeans/pull/7206#issuecomment-2025949774 well, this didn't work at all -- 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

[I] [bug] On `text/x-properties` Comment/Uncomment buttons not showing [netbeans]

2024-03-28 Thread via GitHub
cesarreyes3 opened a new issue, #7207: URL: https://github.com/apache/netbeans/issues/7207 ### Apache NetBeans version Apache NetBeans 21 ### What happened On `text/x-properties` Comment/Uncomment buttons not showing Apparently the necessary code exists, but it is

[PR] Bump org.apache.maven:maven-archiver from 3.6.1 to 3.6.2 [netbeans-mavenutils-nbm-maven-plugin]

2024-03-28 Thread via GitHub
dependabot[bot] opened a new pull request, #162: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/162 Bumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 3.6.1 to 3.6.2. Release notes Sourced from

[PR] CI pipeline improvements (more label control) [netbeans]

2024-03-28 Thread via GitHub
mbien opened a new pull request, #7206: URL: https://github.com/apache/netbeans/pull/7206 A few tweaks in anticipation to the policy changes: https://infra.apache.org/github-actions-policy.html - refactored the env vars into 'outputs' of the base-build job since env vars