Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-26 Thread Michael Bien
On 22.08.24 22:07, Eirik Bakke wrote: having unmaintained features is the worrying part. Dropping them would be the ultimate consequence. I think this is the core disagreement. Dropping a feature is a "one-way decision"; it permanently throws away work which may have taken people months or ye

Re: Janitor cleans other platform apps caches

2024-08-22 Thread Michael Bien
if you open a PR, please base it on the "delivery" branch. There is a chance to get fixes like this into NB 23 still if they are reviewed in time. -mbien On 22.08.24 16:04, Patrik Karlström wrote: I was curious to see if the janitor is supposed to clean abandoned cache dirs for other apps tha

Re: Janitor cleans other platform apps caches

2024-08-22 Thread Michael Bien
Hi Patrik, this looks indeed like it should check the cacheDir - possibly a copy/paste mistake from the block above. would you like to open a PR for this? best regards, -mbien On 22.08.24 16:04, Patrik Karlström wrote: I was curious to see if the janitor is supposed to clean abandoned ca

Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-22 Thread Michael Bien
On 22.08.24 18:04, Eirik Bakke wrote: (I could open another can of worms which is the NB profiler https://github.com/apache/netbeans/issues/7323) Indeed; I use the NetBeans profiler quite a lot. I see a worrying line of argument in these discussions: Some contributors say, quoting from the PR

Re: Q: last minute gradle update for NB23?

2024-08-22 Thread Michael Bien
On 22.08.24 15:11, Neil C Smith wrote: On Thu, 22 Aug 2024 at 13:27, Michael Bien wrote: On 22.08.24 11:07, Michael Bien wrote: On 22.08.24 10:50, Neil C Smith wrote: No comment on the update as yet, although use of the Tooling API should mean we have support of Gradle 8.10 already

Re: Q: last minute gradle update for NB23?

2024-08-22 Thread Michael Bien
On 22.08.24 11:07, Michael Bien wrote: On 22.08.24 10:50, Neil C Smith wrote: No comment on the update as yet, although use of the Tooling API should mean we have support of Gradle 8.10 already.  Something to check, as might be changes specifically in the tooling api itself. right. Someone

Re: Q: last minute maven update for NB23?

2024-08-22 Thread Michael Bien
On 22.08.24 10:39, Neil C Smith wrote: On Sun, 18 Aug 2024 at 12:53, Michael Bien wrote: opinions: should we update bundled maven to 3.9.9 super late in the RC cycle or leave it at 3.9.8? on one hand this is a low risk minor point release which fixes a few bugs, on the other hand it would be

Re: Q: last minute gradle update for NB23?

2024-08-22 Thread Michael Bien
On 22.08.24 10:50, Neil C Smith wrote: On Thu, 22 Aug 2024 at 07:37, Michael Bien wrote: (please indicate if this should go to delivery or master during review) Please don't do it that way around. Or propose a change to https://cwiki.apache.org/confluence/display/NETBEANS/Pull+request

Q: last minute gradle update for NB23?

2024-08-21 Thread Michael Bien
same question as for maven 3.9.9, should we update to gradle 8.10 for NB 23rc3? https://github.com/apache/netbeans/pull/7690 (CI will produce a dev build for it) (please indicate if this should go to delivery or master during review) best regards, -michael ---

Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-21 Thread Michael Bien
On 19.08.24 05:38, Eirik Bakke wrote: When did you see the last CoS bug fix? Is there empirical evidence that this is still maintained? There was this one: https://github.com/apache/netbeans/pull/504 ("Option to skip CoS copying of class files when the target is already newer, such as from an

Re: Headesup: NB23 Regression introduced by "Using LSP's ErrorProvider & another attempt at CompletionCollector" (#7579) / Revert proposed

2024-08-19 Thread Michael Bien
sorry I should have approved the revert PR earlier, when the other PR was closed i made a mental "resolved" note and kinda forgot that the revert PR was still open. -mbien On 19.08.24 20:46, Matthias Bläsing wrote: Hi all, there is still need for a review on the revert PR. Would be great if

Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-19 Thread Michael Bien
On 18.08.24 13:11, Michael Bien wrote: On 17.08.24 22:23, Svata Dedic wrote: For maven, priming was historically implemented as a "Project Problem" resolving action executing "package" or "install" goals. But I think this is wrong way: for example, we do not _n

Q: last minute maven update for NB23?

2024-08-18 Thread Michael Bien
opinions: should we update bundled maven to 3.9.9 super late in the RC cycle or leave it at 3.9.8? on one hand this is a low risk minor point release which fixes a few bugs, on the other hand it would be bad if this causes more delays for NB 23 due to potential problems. pr is testable https

Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-18 Thread Michael Bien
uot; separately ;) since it touches my ongoing efforts in project support area (yes, I plan to do something with maven priming). I will do that for the subsequent replies. Issue #1: Failing when the CLI fails. On 14. 08. 24 23:26, Michael Bien wrote:  

Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-16 Thread Michael Bien
pressure since it breaks something while nobody wants to touch it anymore. https://lists.apache.org/thread/xh9r5kyt404qx0dtygnkytlrr7c9g0or https://github.com/apache/netbeans/pull/7542 (We could also consider disabling CoS by default also for the Ant projects.) yep! thanks a lot for

Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-15 Thread Michael Bien
fail to work in certain situations, but I’d rather do a maven build or application restart in _those particular situations_, rather than having to do it every time. -- Eirik From: Michael Bien Reply-To: "dev@netbeans.apache.org" Date: Wednesday, August 14, 2024 at 5:31 PM To: "dev

Re: [VOTE] Releasing of nbm-archetype 1.19 netbeans-platform-app-archetype 1.24

2024-08-14 Thread Michael Bien
reminder that this vote is still active and needs 2 more binding votes. -mbien On 06.08.24 14:32, Michael Bien wrote: +1 (binding) I already tested this together with the nbm-maven-plugin 14.2 vote, via https://github.com/apache/netbeans/pull/7628  - sigs match  - note: nbm-archetype

[DISCUSS] Projects, Builds and IDE magic

2024-08-14 Thread Michael Bien
Hello devs, i would like to bring up a topic which came up a few times during PR discussions or on slack, but I don't think it landed on the mailing list yet. Originally I wanted to wait with it for the the quiet time between releases, but since this topic came up again recently I thought - wh

Re: [VOTE] Releasing of nbm-archetype 1.19 netbeans-platform-app-archetype 1.24

2024-08-06 Thread Michael Bien
+1 (binding) I already tested this together with the nbm-maven-plugin 14.2 vote, via https://github.com/apache/netbeans/pull/7628  - sigs match  - note: nbm-archetype isn't used in NB at the moment, only netbeans-platform-app-archetype is best regards, michael On 06.08.24 14:15, Eric Barbo

3 PRs in review queue for NetBeans 23 rc2

2024-08-06 Thread Michael Bien
Hello devs, please review those three PRs to have a go/nogo for rc2:  - https://github.com/apache/netbeans/pull/7637 nb-javac-23b35 (good for review but not for merge yet since it uses staged artifacts)  - https://github.com/apache/netbeans/pull/7628 minor nbm wizard fixes and default version

Re: [VOTE] Release of Apache NetBeans utilities version 14.2

2024-08-01 Thread Michael Bien
+1 works fine for me best regards, michael On 31.07.24 14:39, Eric Barboni wrote: Hi folks I would like to artefacts for the Apache NetBeans utilities. In a grouped way synchronized on version 14.2 We have the following artefacts: -utilities-parent -nbm-maven-harness -nb-

Re: JEP 477

2024-07-30 Thread Michael Bien
I don't think the third preview was implemented, but the second preview worked already in NB 22 (no default imports and no module imports). -mbien On 30.07.24 18:10, Kenneth Fogel wrote: I downloaded and compiled the most recent NetBeans 23 build and am using an early access JDK 23. I wish to

[NOTICE] Reminder that the old NetBeans installer (NBI) is deprecated

2024-07-06 Thread Michael Bien
Hello NetBeans devs, this is just a reminder that NBI, the old NetBeans installer is de facto deprecated and essentially no longer maintained. NBPackage[1] is used to produce most "convenience binaries" you can find on the download page[2] and also for the linked community installers which b

Re: [RESULT][VOTE] Release Apache NetBeans 22; plugin approval for X3D-Edit?

2024-07-02 Thread Michael Bien
XVCI6Mn0%3D%7C0%7C%7C%7C&sdata=zMVrW%2FsY58LaVl0Jo31Q%2BryEG5Ixv1ShjteiHzedYOU%3D&reserved=0<https://people.apache.org/phonebook.html?uid=matthiasblaesing> Michael Bien https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpeople.apache.org%2Fphonebook.ht

Re: netbeans[64].exe can't find Java installation when using netbeans-22-bin.zip and jdk-21_windows-x64_bin.zip and JAVA_HOME is set.

2024-06-22 Thread Michael Bien
Hi, you can set the JDK home (and various other things) in the program arguments: "--jdkhome path" (e.g via a shortcut) or also in the etc/netbeans.conf file. -mbien On 22.06.24 11:59, General Email wrote: Hi, I am on Windows 10. I downloaded zipped version of both Netbeans (netbeans-22-b

Re: ctrl-dot key combination clashes with default ibus config

2024-06-16 Thread Michael Bien
On 16.06.24 18:31, Simon IJskes - QCG wrote: On 6/15/24 16:58, Simon IJskes - QCG wrote: On 6/13/24 18:49, Michael Bien wrote: Hi Simon, I added a "Tips, Tricks and Workarounds" category to github discussions: https://github.com/apache/netbeans/discussions/categories/tips-

Re: [NOTICE] Some CI jobs are currently failing since a graal repo removed tags/branches, again

2024-06-13 Thread Michael Bien
mx tests disabled: https://github.com/apache/netbeans/pull/7471 issue added: https://github.com/apache/netbeans/issues/7479 CI should be working again, -mbien On 13.06.24 21:34, Michael Bien wrote: Hello devs, just as heads up: https://github.com/graalvm/mx removed tags and some branches

[NOTICE] Some CI jobs are currently failing since a graal repo removed tags/branches, again

2024-06-13 Thread Michael Bien
Hello devs, just as heads up: https://github.com/graalvm/mx removed tags and some branches which will cause CI to fail since java.mx.project tests are using this repo. This is the second time that something like this happened(1). I am going to check what is affected via https://github.com/a

Re: ctrl-dot key combination clashes with default ibus config

2024-06-13 Thread Michael Bien
On 13.06.24 10:43, Simon IJskes - QCG wrote: On 6/12/24 18:30, Moacir da Roza wrote: I think it's not a problem with netbeans, it's a relatively common problem with ibus, that people "fix" configuring other shortcut on ibus-setup. Thanks, I know and i knew. But i had forgotten it in the mean

Re: WildFly error when building an old NetBeans version

2024-06-12 Thread Michael Bien
awesome! On 12.06.24 03:09, Eirik Bakke wrote: That worked--thank you, Michael! -- Eirik -Original Message- From: Michael Bien Sent: Monday, June 10, 2024 10:58 PM To: dev@netbeans.apache.org; Eirik Bakke Subject: Re: WildFly error when building an old NetBeans version Hi Eirik, i

Re: WildFly error when building an old NetBeans version

2024-06-10 Thread Michael Bien
Hi Eirik, i can reproduce this using JDK 8 while trying to build NB 12.1.  "premature end of file... at 1:1" while trying to download http://www.jboss.org/schema/jbossas/web-app_3_0.xsd might indicate that the client was configured to not follow redirects and is now failing due to the fact tha

Re: Where is javax.help.HelpSet?

2024-06-01 Thread Michael Bien
On 01.06.24 09:02, William Kida wrote: I’m a complete newbie in compiling Netbeans. its actually really easy. Its all in the readme. All you need is JDK 17 and ant. Build it once, then open the modules you are interested in (like you would do with any other project). If you press play it st

[NOTICE] netbeans modules can now use javac.release without restrictions

2024-05-27 Thread Michael Bien
Hello devs, after a series of PRs and the release of NB 22, we are now able to use 'javac.release' instead of source/target for NetBeans development. Jan's PR #7201 was the last missing piece in the puzzle which does now also allow using the javac release option in modules which enable nb-ja

Re: [VOTE] Release Apache NetBeans 22

2024-05-23 Thread Michael Bien
[x] yes / +1 [ ] no / -1 (please justify -1) [x] binding (member of PMC) My vote is based on [x] I have built and tested the source with jdk-17.0.11.9.1-corretto on manjaro linux (required) [x] I have tested the binary zip with jdk-22.0.1.8.1-corretto on manjaro linux virtual box / stock OSes:

Re: [VOTE] Release Apache NetBeans NBPackage 1.0-beta5

2024-05-07 Thread Michael Bien
+1 (binding) -mbien On 07.05.24 14:55, Neil C Smith wrote: I'd like to call a vote to release Apache NetBeans NBPackage 1.0-beta5. NBPackage is a command line tool and library for packaging a NetBeans IDE or platform application zip bundle into a native installer or package. It supports option

Re: error during refactoring

2024-05-07 Thread Michael Bien
dilligently. Did somebody notice the restart halfway of the "background project scan" progress bar? And then suddenly from 40% finished? Never mind, a working class rename is *much* more important. Thanks, Gr. Simon On 5/7/24 18:51, Michael Bien wrote: could you try to repeat this with

Re: error during refactoring

2024-05-07 Thread Michael Bien
On 07.05.24 13:33, Simon IJskes - QCG wrote: Has any work been done to reproduce javac errors without an interactive session? well, netbeans has various tests which can run isolated bits of NB functionality. e.g https://github.com/apache/netbeans/blob/master/java/refactoring.java/test/unit/

Re: error during refactoring

2024-05-07 Thread Michael Bien
could you try to repeat this with NB 22 rc2? https://nightlies.apache.org/netbeans/candidate/netbeans/ -mbien On 07.05.24 12:06, Simon IJskes - QCG wrote: I've got a reproducable error during refactoring, but i cannot give any source code. it also is a big project, so i cannot easily build a

Re: [VOTE] Release of Apache NetBeans utilities version 14.1

2024-05-03 Thread Michael Bien
+1 -mbien On 25.04.24 14:40, Eric Barboni wrote: Hi folks I would like to artefacts for the Apache NetBeans utilities. In a grouped way synchronized on version 14.1 We have the following artefacts: -utilities-parent -nbm-maven-harness -nb-shared -nb-repository-plugin -nbm-maven-plugin Cha

Re: [NOTICE] Apache NetBeans 22 release candidate 2 available for testing

2024-04-29 Thread Michael Bien
reformatted to fix the line-wrapped links and hashes -mbien On 29.04.24 18:20, Eric Barboni wrote: The second release candidate build for Apache NetBeans 22 is available (links below). Changes since NetBeans 22 can be seen at: https://github.com/apache/netbeans/releases/tag/22-rc2

Re: GraalVM: Anyone still interested or do we reduce support to GraalJS or do we switch back to rhino?

2024-04-18 Thread Michael Bien
PR has been closed a few hours ago, i suppose this means no ;) #6925 shouldn't delay a release IMO. GraalVM packaging changed a while ago, language extensions are no longer part of the distribution. I do also not see indications that anyone is working on this right now. -mbien On 18.04.24 13

Re: [DISCUSS] NetBeans CI setup + Apache's new GitHub Actions Policy

2024-04-17 Thread Michael Bien
issue where the paperwork job couldn't be cancelled and had to run till finished best regards, -mbien On 12.04.24 16:52, Michael Bien wrote: planning to finalize the CI PR and merge it right after the GraalJS PR(s) #7248, so that it is active before branching. -mbien On 10.04.24 22:2

Re: [DISCUSS] NetBeans CI setup + Apache's new GitHub Actions Policy

2024-04-12 Thread Michael Bien
planning to finalize the CI PR and merge it right after the GraalJS PR(s) #7248, so that it is active before branching. -mbien On 10.04.24 22:25, Michael Bien wrote: Hello Devs, the ASF released new gh CI guidelines for apache projects which will come into effect on April 20: https

[DISCUSS] NetBeans CI setup + Apache's new GitHub Actions Policy

2024-04-10 Thread Michael Bien
Hello Devs, the ASF released new gh CI guidelines for apache projects which will come into effect on April 20: https://infra.apache.org/github-actions-policy.html we are above some limits unfortunately (e.g "concurrency level"). I had some conversations on the #asfinfra channel on apache slac

Re: GraalVM: Anyone still interested or do we reduce support to GraalJS or do we switch back to rhino?

2024-04-08 Thread Michael Bien
On 08.04.24 20:18, Matthias Bläsing wrote: https://github.com/apache/netbeans/issues/6925 was ignored for the last 3 months. not that it changes anything at this point but it was known much longer than that. The last update attempt https://github.com/apache/netbeans/pull/6369 bumped the ve

Re: setup new repository for samples

2024-04-04 Thread Michael Bien
+1 having a sample repo where everyone can easily contribute to would be great -mbien On 04.04.24 16:28, Eric Barboni wrote: Hi folks, I would like to create a new github repository to have a centralized place where we can link all our tutorials. My plan is to redo the samples in t

Re: [VOTE] Release Apache NetBeans 21

2024-02-17 Thread Michael Bien
solve the dependency. Debian 12 uses JDK 17 from stable repo. staged maven artifacts: checked if the build works in some plugin projects using nbm-maven-plugin 14.0 and JDK 21 thanks for the release && best regards, michael bien On 16.02.24 18:54, Neil C Smith wrote: This is our

Re: Jackpot convert log4j to System.logger

2024-02-14 Thread Michael Bien
Hi Ernie, the imports block on top of the hints file is for the hints file itself. It is not added to the refactored sources or anything like that. Imports are added automatically when the hint is applied if new imports are needed, there is no way to control this mechanism. -mbien On 15.02

Re: [VOTE] Release Apache NetBeans NBPackage 1.0-beta4

2024-02-13 Thread Michael Bien
+1 (binding) best regards, mbien On 12.02.24 18:22, Neil C Smith wrote: I'd like to call a vote to release Apache NetBeans NBPackage 1.0-beta4. NBPackage is a command line tool and library for packaging a NetBeans IDE or platform application zip bundle into a native installer or package. It s

[NOTICE] CI now ready for NetBeans 22 + JDK 17 requirements

2024-02-10 Thread Michael Bien
Hello devs, With Neil syncing the NB21 rc3 branch back to master, I did also merge #7019 which prepared CI for NetBeans 22. NetBeans 22 will support running on JDK 17, 21 and 22 which required CI adjustments and some tests fixing. Even though github actions do not support dynamic matrix adju

Re: NB 21-RC2 doesn't have Gradle-8.5

2024-02-01 Thread Michael Bien
https://github.com/apache/netbeans/pull/7022 -mbien On 25.01.24 21:20, Ernie Rael wrote: With NB-21-RC2, running on JDK-21, doing: NewProject > JavaWithGradle > JavaClassLibrary And there is the "resolve problems" icon. $ ./gradlew --version Gradle 8.4 I thought this would be Gradle-8.5, esp

Dependency Update Checker Workflow

2024-01-08 Thread Michael Bien
Hello devs! I wrote a little utility which scans 'binaries-list' files and lists all dependencies which have updates available. This is essentially what the dependency update hint does when you open a pom file, but for the netbeans project specific files. I plan to put this into a workflow f

Re: X3D-Edit plugin update 4.0.32 ready for review

2023-12-30 Thread Michael Bien
https://lists.apache.org/thread/x0xvy7tgmj1mm4qxo6dj021185bhx8no did this not work? -mbien On 30.12.23 21:26, Brutzman, Donald (Don) (CIV) wrote: X3D-Edit plugin update 4.0.32 is now ready for review and (hopefully) release. * Apache NetBeans Plugin Portal: X3D-Edit * https://plugins.

Re: an unusual error

2023-12-05 Thread Michael Bien
23:56, Scott Palmer wrote: I run NB on Amazon’s JDk-17 on my work laptop all the time. I haven’t seen that one. I would guess that library requires another that is missing for some reason. Try using ldd on that file. Scott On Dec 5, 2023, at 5:35 PM, Michael Bien wrote: have you installed

Re: an unusual error

2023-12-05 Thread Michael Bien
have you installed the full JDK or is this some headless variant? some linux distributions split the JDK into multiple parts. -mbien On 05.12.23 23:31, Laszlo Kishalmi wrote: Do you have that library? Do you have other X libraries available. If some of those missing, you might take a chance

Re: How to build NetBeans with JDK >= 9 and get access to newer JDK APIs?

2023-12-02 Thread Michael Bien
eality its likely more, due to transitive dependencies etc. -mbien -- Eirik -Original Message- From: Michael Bien Sent: Saturday, December 2, 2023 2:46 PM To:dev@netbeans.apache.org; Eirik Bakke Subject: Re: How to build NetBeans with JDK >= 9 and get access to newer JDK APIs? On 0

Re: How to build NetBeans with JDK >= 9 and get access to newer JDK APIs?

2023-12-02 Thread Michael Bien
On 02.12.23 19:52, Michael Bien wrote: Hi Eirik, check the project.properties of the module in question. if it has: javac.source=1.8 btw the reason why javac says that it can't see the class is because the '-source' property is mapped to '-release' under certain

Re: Project Statistics

2023-12-02 Thread Michael Bien
ave nothing to add. Best regards, Pavel On 12/2/23 8:58 PM, Michael Bien wrote: you clearly referenced a intellij marketplace plugin to make your point, even listing the download stats of it. You did also not select that you wanted to contribute a PR to implement your feature. if you change yo

Re: Project Statistics

2023-12-02 Thread Michael Bien
BEANS) feature. Hope this helps, Best regards, Pavel On 12/2/23 8:44 PM, Michael Bien wrote: this issue tracker is for NetBeans issues, it does not track third party plugin requests - this wouldn't make sense since third parties likely wouldn't look at that issue tracker. anyone

Re: How to build NetBeans with JDK >= 9 and get access to newer JDK APIs?

2023-12-02 Thread Michael Bien
Hi Eirik, check the project.properties of the module in question. if it has: javac.source=1.8 replace it with: javac.source=11 javac.target=11 after that you could put this into manifest.mf: OpenIDE-Module-Java-Dependencies: Java > 11 modules which use nb-javac are a special case, i plan to p

Re: Project Statistics

2023-12-02 Thread Michael Bien
al maven/gradle reporting plugins available`? That's strange. No, that's funny! On 12/2/23 7:22 PM, Michael Bien wrote: NB itself doesn't have that feature as far as I know. But there should be several maven/gradle reporting plugins available. any test coverage plugin for example shoul

Re: Project Statistics

2023-12-02 Thread Michael Bien
NB itself doesn't have that feature as far as I know. But there should be several maven/gradle reporting plugins available. any test coverage plugin for example should be able to count lines even though its not the primary objective of it. I am sure there are some which do only text stats. b

Re: Project dependencies - add/remove ability

2023-12-01 Thread Michael Bien
On 01.12.23 16:00, Svata Dedic wrote: On 01. 12. 23 15:53, Michael Bien wrote: Sounds like a useful feature in some situations. The impl details will be interesting though, since I am sure someone will try to add a maven project to a gradle project or vise versa. The feature should be

Re: Project dependencies - add/remove ability

2023-12-01 Thread Michael Bien
On 01.12.23 08:19, Svata Dedic wrote: On 01. 12. 23 3:29, Michael Bien wrote: And why is it not sufficient to (mvn) install the dependency into the local repo, and then depend on it the regular way? The API is just an abstraction implemented by project system. So with Maven project, it

Re: Project dependencies - add/remove ability

2023-11-30 Thread Michael Bien
Hi Svata, lets say project A sets a dependency on project B and project dependencies are an IDE feature. How will project A build outside of the IDE? And why is it not sufficient to (mvn) install the dependency into the local repo, and then depend on it the regular way? I don't doubt that

Re: Regarding building NB on JDK 21 (from vote thread)

2023-11-29 Thread Michael Bien
the loom. Anyhow, as already stated, happy with my +ve vote, and now already using that version of NB for dev :) Stan On 29/11/2023 13:09, Michael Bien wrote: Hi Giles, (to take the discussion of the voting thread) I'm uncertain if the intention is for it to build on JDK21, but wh

Regarding building NB on JDK 21 (from vote thread)

2023-11-29 Thread Michael Bien
Hi Giles, (to take the discussion of the voting thread) I'm uncertain if the intention is for it to build on JDK21, but when I tried (Adoptium OpenJDK 21) it failed (Groovy/ASM issue): gradle depends on groovy which depends on ASM and at least one module uses gradle during the build, see r

Re: [VOTE] Release Apache NetBeans 20

2023-11-28 Thread Michael Bien
he adoptium JDK installer, otherwise the NB msi installer wouldn't find the JDK on win 11 thanks everyone for the hard work - best release since NetBeans 19! :) best regards, michael bien (mbien) On 28.11.23 10:46, Eric Barboni wrote: This is our first voting candidate for the release o

Re: Build failure with nbm-maven-plugin:14.0

2023-11-24 Thread Michael Bien
Hi Patrik, I quickly checked and the nbm-maven-plugin doesn't directly depend on ASM but uses it transitively. We should probably add it directly and keep it up2date to avoid things like this in future. Updating ASM is usually safe - it is also one of the first libs which break when the JDK

Re: [VOTE] Release of Apache NetBeans utilities version 14.0

2023-11-20 Thread Michael Bien
alse -change installerSolaris default value to false -dependencies update -- make it possible to read nbm file compiled with jdk 21 Many thanks to Michael Bien Source artefacts are on dist https://dist.apache.org/repos/dist/dev/netbeans/netbeans-maven-utilities/14

Re: Proceeding to NB20-rc4

2023-11-14 Thread Michael Bien
this one too potentially: https://github.com/apache/netbeans/pull/6696 (I stop now I promise) -mbien On 14.11.23 05:04, Michael Bien wrote: Hi Neil, sounds good to me. NB got one new contribution a few h ago which looks like a potential candidate since the fix is trival and might help

Re: Proceeding to NB20-rc4

2023-11-13 Thread Michael Bien
Hi Neil, sounds good to me. NB got one new contribution a few h ago which looks like a potential candidate since the fix is trival and might help OpenJDK devs which debug JDK 8 builds: https://github.com/apache/netbeans/pull/6694 but if it isn't reviewed/rebased today I wouldn't delay any f

Re: Language Server Protocol - rust-analyzer

2023-11-12 Thread Michael Bien
On 12.11.23 08:14, arsi wrote: I forgot to write that I also updated the version of lsp4j to 0.21.1 It needs to be tested if the addition of initialized won't make a problem with another LSP and unfortunately I don't have the time to do that... me neither. I was only offering the option to

Re: Language Server Protocol - rust-analyzer

2023-11-11 Thread Michael Bien
On 11.11.23 17:26, arsi wrote: H*i,* Since yesterday I've been trying to run the rust-analyzer and I finally found the reason why it doesn't work.. In the *LSPBindings* class, *server.initialize* is called, but it should be followed by *server.initialized* and that is missing and that's why

Re: Mylyn Support

2023-11-10 Thread Michael Bien
Hi Laszlo, I don't use task management IDE integrations personally, but I did notice that NB has a collapsed panel on the commit window I never opened until now :) somewhat related to this is CI integration, the hudson features need to be renamed to jenkins since hudson no longer exists: ht

Re: Gradle project loading issue with NB 20-rc3

2023-11-08 Thread Michael Bien
Hi Scott, this might be a combination of a misconfigured webserver and an ignored exception. we had similar symptoms in CI starting a few days ago and I think I found the cause today: https://github.com/apache/netbeans/pull/6673 as test, could you start NB with: -J-Dhttps.protocols=TLSv1.

Re: voting for nbm maven plugin

2023-11-07 Thread Michael Bien
the integration tests work now on JDK 21 and Tamas was so nice to add gh actions and clean up the maven code a bit too. Is there something left what needs fixing before the next release? -mbien On 11.10.23 18:14, Eric Barboni wrote: Hi folks, Would it make sense to propose vote for nbm

Re: 20-RC1 FlatLaf does not show "Opened documents list"

2023-10-20 Thread Michael Bien
already tracked under https://github.com/apache/netbeans/issues/6587 -mbien On 20.10.23 16:32, Patrik Karlström wrote: Being on Fedora 38 with Plasma on wayland and JDK21 I noticed that the dropdown does not show up as it should in the upper right corner of the IDE. I can see that it flashes by

Re: [NetBeans PluginPortal] Check your plugin with the new Apache NetBeans 20! X3D-Edit 4.0.31

2023-10-18 Thread Michael Bien
+1.831.656.2149 X3D graphics, virtual worlds, Navy robotics https://faculty.nps.edu/brutzman *From:* Michael Bien *Sent:* Wednesday, October 18, 2023 9:13 AM *To:* dev@netbeans.apache.org ; Brutzman, Donald (Don) (CIV) *Cc

Re: [NetBeans PluginPortal] Check your plugin with the new Apache NetBeans 20! X3D-Edit 4.0.31

2023-10-18 Thread Michael Bien
Hi! On 18.10.23 15:50, Brutzman, Donald (Don) (CIV) wrote: Dear plugin gurus: we submitted X3D-Edit plugin update 4.0.31 several weeks ago, but have not seen a corresponding response for review and release yet. I don't see X3D in the verification queue, you sure you requested verification

Re: NetBeans 20

2023-10-16 Thread Michael Bien
Hi Peter, NB 20 will have initial support for string templates, e.g code completion: https://github.com/apache/netbeans/pull/6415 the first release candidate should be out this week so you can test it yourself if you want. best regards, michael On 16.10.23 11:44, Peter Hull wrote: Quick q

Re: voting for nbm maven plugin

2023-10-12 Thread Michael Bien
On 12.10.23 11:51, Eric Barboni wrote: Well I think there is a reference to the version here: apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java this is the default value, it is updated in getLatestNbmPluginVersion() assuming NB has the maven central i

Re: [VOTE] Release dlight.nativeexecution natives version 1-24aefa9

2023-10-11 Thread Michael Bien
+1 (binding) looked through the content of the two archives, checked licenses and sigs best regards, -mbien On 10.10.23 20:57, Matthias Bläsing wrote: This is a vote on the dlight.nativeexecution native binaries. As the binary artefacts are consumed by the IDE build, we need to release them se

Re: [VOTE] Release lib.profiler natives version 1-24aefa9

2023-10-11 Thread Michael Bien
+1 (binding) looked through the content of the archives, checked licenses and sigs note: the binary zip is listed twice on the mail, but its ok since the link above has the root folder with all artifacts where everyone can find them. regards, michael bien On 10.10.23 20:57, Matthias

Re: Apache NetBeans and Apache Struts 1?

2023-10-10 Thread Michael Bien
didn't see this mail here, I just replied to it on the users list - please don't crosspost if possible. -mbien On 11.10.23 02:23, Dill, Ryan wrote: The latest version of Apache NetBeans (19) still distributes Apache Struts 1: * https://github.com/apache/netbeans/blob/3d20321140ae0c530

Release lib.profiler natives version 1-r2196e46

2023-10-06 Thread Michael Bien
On 06.10.23 09:56, Antonio wrote: P.S.: Since these binaries have a different release cycle than the rest of the code (I think we could compile them one/two three times a year, right?) we could create a new repository "netbeans-binaries" to build these (having the NetBeans repo as a submodule

Re: [VOTE] Release lib.profiler natives version 1-r2196e46

2023-10-04 Thread Michael Bien
+1 (binding) I also wanted to point out that this artifact is for internal consumption only. The reason it exists is to simplify the build - thats it. The lib wrapper module which bundles the native libs already handles the license, I did comment on the placeholder files on the PR too but it

Re: [DISCUSS] Native binary handling (or, does NetBeans have a future on macOS?)

2023-09-27 Thread Michael Bien
Hi, On 27.09.23 12:54, Neil C Smith wrote: The workflow appears to be missing a source bundle that we could use for voting purposes, ... Its a bit unfortunate that we have to set up releases for something what is only consumed by NB. I feel this project has enough to do during release alread

Would like to change the junit report action of our CI pipeline

2023-09-26 Thread Michael Bien
Hello, you might have noticed that when a test fails, the chances are high that the logged exception will break the markup on the github workflow summary which makes it difficult to read. I would like to change the test report action to a different implementation: https://github.com/apache/n

Re: Fwd: Netbeans Platform and Jigsaw

2023-09-26 Thread Michael Bien
Hi, we have a short wiki article for this: https://cwiki.apache.org/confluence/display/NETBEANS/Java+Module+System+and+NetBeans+Platform+Applications what you could do while migrating a platform app is to simply start with the same flags NetBeans is using. Once you are done and all your tests

Re: New warnings poping up when compiling NB Platform with Maven 3.9

2023-09-26 Thread Michael Bien
On 26.09.23 11:58, Neil C Smith wrote: On Tue, 26 Sept 2023 at 10:44, Jean-Marc Borer wrote: We are upgrading from Maven 3.8 to 3.9 for our NB platform apps. I now have those new warnings poping up (we compile with java 8 source): They're probably not new, just hidden by default before! A bun

Re: [DISCUSS] Status of tomlj

2023-09-25 Thread Michael Bien
Hi Antonio, On 21.09.23 19:22, Antonio wrote: Hi all, I've just found a bug in the tomlj library [1], which prevents the rust cluster to properly parse a well formed Cargo.toml document. So we need an alternate TOML parser for Rust. I've seen that the author of tomlj is requesting maintaine

NetBeans sample repo, was: JavaSE Deployment Tutorial Sample Code replacement

2023-09-09 Thread Michael Bien
Hi Stroud, I think the NetBeans project will need a git repo for sample code sooner or later. I cc this to the dev list, this might be something we can set up. best regards, michael On 09.09.23 20:30, Stroud Custer wrote: I put together a replacement for the sample code that is missing from

Re: x11 resource claim of graph applet in performance toolbar

2023-09-05 Thread Michael Bien
A JFrame with a button on it creates 18 X11 graphics contexts according to xrestop. (tested on JDK 21 build34) Resizing it or pressing the button will very quickly produce more and will overtake the NetBeans instance which I have running in the background within a few seconds. After reading

Re: x11 resource claim of graph applet in performance toolbar

2023-09-05 Thread Michael Bien
On 05.09.23 23:29, Simon IJskes - QCG wrote: If i disable the memory graph, the resource claim growth is immediately reduced. The GC i was talking about, are X11 Graphic Contexts. ah I see :) I actually almost asked what you meant by "GC" since the numbers didn't make sense to me, but since

Re: x11 resource claim of graph applet in performance toolbar

2023-09-05 Thread Michael Bien
hi Simon, On 04.09.23 11:00, Simon IJskes - QCG wrote: It does take long before netbeans to rise to the top, and some time later rendering artifacts start to occur. These are solved (so it looks) by clicking on the graph forcing GC. This would indicate that UI resources are freed during obj

Re: [VOTE] Release Apache NetBeans 19

2023-08-29 Thread Michael Bien
[x] yes / +1 [ ] no / -1 (please justify -1) [x] binding (member of PMC) My vote is based on [x] I have built and tested the source with JDK 21-ea+34 on Manjaro Linux / Cinnamon (required) [x] I have tested the binary zip with JDK 20.0.2+9 on Manjaro Linux / Cinnamon [x] I have tested the deb i

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-28 Thread Michael Bien
Hello Kenneth, On 29.08.23 00:50, Kenneth Fogel wrote: Hi, I have mentioned this before, but the situation is getting worse. More often than not, I must cut the text, paste the text this issue is tracked here: https://github.com/apache/netbeans/issues/3962 I do have a question. How many p

Re: [VOTE] Release Apache NetBeans NBPackage 1.0-beta3

2023-08-01 Thread Michael Bien
+1 (binding) looks good! -mbien On 29.07.23 11:18, Eric Barboni wrote: +1 (binding) everything looks ok to me. Best Regards Eric On 2023/07/28 13:50:00 Neil C Smith wrote: I'd like to call a vote to release Apache NetBeans NBPackage 1.0-beta3. NBPackage is a command line tool and library

Re: NetBeans Blog vs Start Page

2023-07-17 Thread Michael Bien
On 17.07.23 16:45, Michael Bien wrote: Hi Laszlo, we could investigate if it could handle the atom protocol and switch it to: https://github.com/apache/netbeans/releases.atom https://github.com/apache/netbeans/pull/6211 -mbien

  1   2   3   4   5   6   7   >