Re: Navigator component display limit with large JSON files?

2025-06-06 Thread Tim Mullé
Oh nice! I missed that. I just found that prop at: https://bits.netbeans.org/dev/javadoc/org-openide-loaders/apichanges.html " Introduces system property to change file size threshold. Aug 23 '13; API spec. version: 7.51; affected top-level classes: DataEditorSupport; made by: igor_nikiforov; is

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Yes, thank you, but I know that. My project is still on 8.x path until I migrate to Jakarta EE. But for the sake of a reproducible test case, it doesn't matter if TomEE 9.x or 10.x, it just have to be at least 9.x so that the source level is greater than 8. The web application doesn't have to

Re: Navigator component display limit with large JSON files?

2025-06-06 Thread Tim Mullé
Oh ok! That works.. I for some reason tried to put a filesize after it like 10MB. I asked ChatGPT about the param since I couldn’t find anything in the docs about it and it thought I needed a numerical value :-) > On Jun 6, 2025, at 1:18 PM, Michael Bien wrote: > >> -J-Dnb.js.parse.big.files=

Re: Navigator component display limit with large JSON files?

2025-06-06 Thread Michael Bien
On 6/6/25 19:09, Michael Bien wrote: > On 6/6/25 15:18, Tim Mullé wrote: >> Thanks..but that doesn’t seem to work. >> It seems even the IDE itself limits the Navigator to 1MB files. > -J-Dnb.js.parse.big.files=true works for me > >> >> It would be nice if a Warning dialog appeared like it does when

Re: Navigator component display limit with large JSON files?

2025-06-06 Thread Michael Bien
On 6/6/25 15:18, Tim Mullé wrote: > Thanks..but that doesn’t seem to work. > It seems even the IDE itself limits the Navigator to 1MB files. -J-Dnb.js.parse.big.files=true works for me > > > It would be nice if a Warning dialog appeared like it does when you try to > open large files in the edit

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Maciej Jaros
You should use Tomcat 9. T10 is not compatible with non-jakarta apps. https://tomcat.apache.org/whichversion.html#:~:text=Tomcat%209%20is%20the%20last%20major%20Tomcat%20version%20supporting%20Java%20EE There is conversion tool if you want to try Jakarta (converts imports), but as you probably k

Re: Navigator component display limit with large JSON files?

2025-06-06 Thread Tim Mullé
Thanks..but that doesn’t seem to work. It seems even the IDE itself limits the Navigator to 1MB files. I can’t seem to find where to increase that limit. I tried searching in the source code for the Navigator panel but then I get lost in the debug process because it goes deep into the UI level,

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Oh, I can give a simple test case :-) - just take a freshly installed NB 26 (or at least with a new and empty userdir), - create new Project "Java with Maven -> Web Application" - assign a server (I'm using a TomEE 10.01 installation with Jakarta EE 10) - save project wait some seconds, and et

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Sadly, this doesn't help either. I've also tried with a complete fresh NB 26 without importing settings from old installations. Still the messages are coming. Unfortunately I'm currently not able to produce a simple test case to reproduce this with a simple maven application. Anything I can

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Neil C Smith
On Fri, 6 Jun 2025 at 12:28, Jens Zurawski wrote: > maven-compiler-plugin > 3.14.0 > > 17 > 17 > > ${endorsed.dir} > > Possib

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Hi Maciej, thanks for your reply. I've tried now with JDK 21 (which is LTS, right?), my source level is 17. Sadly, no success either. The messages keep coming. cu Jens Am 06.06.2025 um 13:26 schrieb Maciej Jaros: I had a project like this. You should probably build with a more stable Java (LT

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Unfortunately this didn't help. I've removed all other JDK Platforms except the default JDK 24 and restarted the IDE. But to no success, these messages keep flooding. My pom.xml looks like: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaL

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Maciej Jaros
I had a project like this. You should probably build with a more stable Java (LTS), and closer to your project's target Java. So probably JDK LTS. So for example JDK11: https://adoptium.net/temurin/releases/?os=any&arch=any&version=11 So in short I wouldn't build with Java that comes with NB.

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Hi Neil, thanks for your quick reply. It's a long living project which I started years ago (Netbeans 12.3 with Java 8 was the first incarnation) and is a Maven Java EE 8 Project (Migration to Jakarta EE is planned, but will take some time). It has grown throughout diverse Versions NB15, NB21,

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Neil C Smith
Hi, On Fri, 6 Jun 2025 at 11:42, Jens Zurawski wrote: > I have absolutely no clue what this message tries to tell me. I'm not > using/referencing java.util.zip.* anywhere in these projects. What has > java.util.zip.CRC32C to do with the source level? And how can I solve > this issue? This line c

What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Hi, I've recently updated my Netbeans to Version 26. But one problem still persists. Maybe it's only cosmetic, because everything works fine, but it is flooding my messages.log file in the netbeans userdir. Also not a real problem, but something seems to be not right. I keep getting hundreds