[jira] [Commented] (NETBEANS-4135) FlatLaf on Windows does not render all Unicode characters

2021-11-17 Thread Eirik Bakke (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445642#comment-17445642
 ] 

Eirik Bakke commented on NETBEANS-4135:
---

Using StyleContext.getDefaultStyleContext().getFont was a nice trick! It seems 
to make a difference for physical fonts such as "Segoe UI" or "Consolas", but 
not for the logical Java fonts such as "Monospaced" or "Dialog", which are 
always loaded as composite fonts.

I tried using this call from the NetBeans editor libraries as well, and it 
successfully makes e.g. Chinese and Japanese characters displayable in the 
editor even when a physical font that does not support them is selected (e.g. 
"Consolas"). I might make a PR out of that later, as a solution for 
NETBEANS-904.

> FlatLaf on Windows does not render all Unicode characters
> -
>
> Key: NETBEANS-4135
> URL: https://issues.apache.org/jira/browse/NETBEANS-4135
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
>Reporter: Karl Tauber
>Assignee: Karl Tauber
>Priority: Major
> Fix For: 12.0
>
>
> reported here [https://github.com/JFormDesigner/FlatLaf/issues/81]
> On Windows, FlatLaf components can not render all Unicode characters because 
> the used font "Segoe UI" does not contain all characters and FlatLaf does not 
> create a Swing "composite font", which could render all Unicode characters.
> On Linux, FlatLaf already creates a composite font.
> On Mac, the used font seems to contain all (or more) Unicode characters.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-904) Support fallback font options

2021-11-17 Thread Eirik Bakke (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445460#comment-17445460
 ] 

Eirik Bakke edited comment on NETBEANS-904 at 11/17/21, 7:47 PM:
-

(Assuming you are on Windows, from one of your screenshots...)

Looking at the standard JDK fontconfig.properties.src file, the logical font 
"Monospaced" should defer to a font called "GulimChe" for Korean. Is this font 
installed as a Windows font, available in other apps?

It should also be possible to edit fontconfig.properties.src in the JDK's "lib" 
directory to point to e.g. Noto, as an alternate font for Monospaced. Note that 
in NetBeans, this currently only works when one of the standard Java "logical" 
fonts are selected (e.g. Monospaced).


was (Author: ebakke):
Looking at the standard JDK fontconfig.properties.src file, the logical font 
"Monospaced" should defer to a font called "GulimChe" for Korean. Is this font 
installed on your Windows machine?

It should also be possible to edit fontconfig.properties.src in the JDK's "lib" 
directory to point to e.g. Noto, as an alternate font for Monospaced. Note that 
in NetBeans, this currently only works when one of the standard Java "logical" 
fonts are selected (e.g. Monospaced).

> Support fallback font options
> -
>
> Key: NETBEANS-904
> URL: https://issues.apache.org/jira/browse/NETBEANS-904
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: NDelt
>Priority: Major
> Attachments: 2018_10_01_netbeans_snapshot_monospaced.png, 
> 2018_10_01_netbeans_snapshot_noto_sans_mono_cjk_kr_regular.png, 
> DejaVu-Sans-Mono-15.png, Source-Code-Pro-Medium-15.png
>
>
> Currently I can't type text that the font cannot represents.(It is displayed 
> as broken text)
> I would like to use back-up font options like _Fallback Fonts_ in IntelliJ 
> IDEA.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-904) Support fallback font options

2021-11-17 Thread Eirik Bakke (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445460#comment-17445460
 ] 

Eirik Bakke commented on NETBEANS-904:
--

Looking at the standard JDK fontconfig.properties.src file, the logical font 
"Monospaced" should defer to a font called "GulimChe" for Korean. Is this font 
installed?

It should also be possible to edit fontconfig.properties.src in the JDK's "lib" 
directory to point to e.g. Noto, as an alternate font for Monospaced. Note that 
in NetBeans, this currently only works when one of the standard Java "logical" 
fonts are selected (e.g. Monospaced).

> Support fallback font options
> -
>
> Key: NETBEANS-904
> URL: https://issues.apache.org/jira/browse/NETBEANS-904
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: NDelt
>Priority: Major
> Attachments: 2018_10_01_netbeans_snapshot_monospaced.png, 
> 2018_10_01_netbeans_snapshot_noto_sans_mono_cjk_kr_regular.png, 
> DejaVu-Sans-Mono-15.png, Source-Code-Pro-Medium-15.png
>
>
> Currently I can't type text that the font cannot represents.(It is displayed 
> as broken text)
> I would like to use back-up font options like _Fallback Fonts_ in IntelliJ 
> IDEA.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-904) Support fallback font options

2021-11-17 Thread Eirik Bakke (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445460#comment-17445460
 ] 

Eirik Bakke edited comment on NETBEANS-904 at 11/17/21, 7:45 PM:
-

Looking at the standard JDK fontconfig.properties.src file, the logical font 
"Monospaced" should defer to a font called "GulimChe" for Korean. Is this font 
installed on your Windows machine?

It should also be possible to edit fontconfig.properties.src in the JDK's "lib" 
directory to point to e.g. Noto, as an alternate font for Monospaced. Note that 
in NetBeans, this currently only works when one of the standard Java "logical" 
fonts are selected (e.g. Monospaced).


was (Author: ebakke):
Looking at the standard JDK fontconfig.properties.src file, the logical font 
"Monospaced" should defer to a font called "GulimChe" for Korean. Is this font 
installed?

It should also be possible to edit fontconfig.properties.src in the JDK's "lib" 
directory to point to e.g. Noto, as an alternate font for Monospaced. Note that 
in NetBeans, this currently only works when one of the standard Java "logical" 
fonts are selected (e.g. Monospaced).

> Support fallback font options
> -
>
> Key: NETBEANS-904
> URL: https://issues.apache.org/jira/browse/NETBEANS-904
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: NDelt
>Priority: Major
> Attachments: 2018_10_01_netbeans_snapshot_monospaced.png, 
> 2018_10_01_netbeans_snapshot_noto_sans_mono_cjk_kr_regular.png, 
> DejaVu-Sans-Mono-15.png, Source-Code-Pro-Medium-15.png
>
>
> Currently I can't type text that the font cannot represents.(It is displayed 
> as broken text)
> I would like to use back-up font options like _Fallback Fonts_ in IntelliJ 
> IDEA.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-6215) Netbeans not respecting configured Gradle version

2021-11-17 Thread Rick Yagodich (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445430#comment-17445430
 ] 

Rick Yagodich commented on NETBEANS-6215:
-

Indeed. Changing the value in gradle-wrapper.properties did the trick. (Having 
tried it on 12.5 and it having not worked, I'd not gone a-looking again.)

So nice of Spring to specify the wrong wersion.

> Netbeans not respecting configured Gradle version
> -
>
> Key: NETBEANS-6215
> URL: https://issues.apache.org/jira/browse/NETBEANS-6215
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: Windows 10
> Netbeans 12.5
> Java 17
> Gradle version cofigured (in Tools > Options > Java > Gradle > Execution > 
> Gradle Distribution > Use Standard Gradle Version) to 7.3
>Reporter: Rick Yagodich
>Priority: Major
> Fix For: 12.6
>
>
> Loading a basic Java 17 Gradle-wrapped SpringBoot Project from Spring 
> Initilizr with no dependencies, Netbeans downloads and uses Gradle 7.0 to 
> attempt (and fail) to build project despite the Gradle version being 
> specified as 7.3. (7.3 is the first that supports Java 17.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-6215) Netbeans not respecting configured Gradle version

2021-11-17 Thread Neil C Smith (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445370#comment-17445370
 ] 

Neil C Smith commented on NETBEANS-6215:


NetBeans appears to be behaving correctly here. Check the version in the Gradle 
wrapper in the downloaded project. Which one are you trying.  The "Java 17" one 
I just downloaded specifies Gradle 7.2! You can always turn off the preference 
to prefer the project's Gradle wrapper in the options.

> Netbeans not respecting configured Gradle version
> -
>
> Key: NETBEANS-6215
> URL: https://issues.apache.org/jira/browse/NETBEANS-6215
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: Windows 10
> Netbeans 12.5
> Java 17
> Gradle version cofigured (in Tools > Options > Java > Gradle > Execution > 
> Gradle Distribution > Use Standard Gradle Version) to 7.3
>Reporter: Rick Yagodich
>Priority: Major
> Fix For: 12.6
>
>
> Loading a basic Java 17 Gradle-wrapped SpringBoot Project from Spring 
> Initilizr with no dependencies, Netbeans downloads and uses Gradle 7.0 to 
> attempt (and fail) to build project despite the Gradle version being 
> specified as 7.3. (7.3 is the first that supports Java 17.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-6215) Netbeans not respecting configured Gradle version

2021-11-17 Thread Rick Yagodich (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445283#comment-17445283
 ] 

Rick Yagodich commented on NETBEANS-6215:
-

Thanks. I downloaded and tested. And while it's an improvement, it still 
misbehaves. As mentioned, configuration is for Gradle 7.3, the first to support 
Java 17. But NB12.6-rc3 downgrades that configuration and runs Gradle 7.2, 
which doesn't technically support Java 17, per 
[https://docs.gradle.org/current/userguide/compatibility.html]. As such, that 
would technically mean that NB12.6 doesn't fully support Java 17…

> Netbeans not respecting configured Gradle version
> -
>
> Key: NETBEANS-6215
> URL: https://issues.apache.org/jira/browse/NETBEANS-6215
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: Windows 10
> Netbeans 12.5
> Java 17
> Gradle version cofigured (in Tools > Options > Java > Gradle > Execution > 
> Gradle Distribution > Use Standard Gradle Version) to 7.3
>Reporter: Rick Yagodich
>Priority: Major
> Fix For: 12.6
>
>
> Loading a basic Java 17 Gradle-wrapped SpringBoot Project from Spring 
> Initilizr with no dependencies, Netbeans downloads and uses Gradle 7.0 to 
> attempt (and fail) to build project despite the Gradle version being 
> specified as 7.3. (7.3 is the first that supports Java 17.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-6214) Netbeans UI completely inoperable after switching to FlatLAF (Fedora)

2021-11-17 Thread Neil C Smith (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445275#comment-17445275
 ] 

Neil C Smith commented on NETBEANS-6214:


Thanks for the report. Does anything show in the log files?  Which JDK? If a 
distribution JDK, does it replicate with another JDK (eg. Zulu)?

> Netbeans UI completely inoperable after switching to FlatLAF (Fedora)
> -
>
> Key: NETBEANS-6214
> URL: https://issues.apache.org/jira/browse/NETBEANS-6214
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.5
> Environment: * Fedora 35 (even appeared in earlier versions) with 
> GNOME 3/4 (Wayland)
>  * NetBeans 12.5 (even appeeared in ealier versions, maybe 12.2)
>  ** JavaEE Plugins active
>  ** Checkstyle Beans
>  ** Subversion
>Reporter: Stefan Uhlig
>Assignee: Karl Tauber
>Priority: Major
> Attachments: Bildschirmfoto vom 2021-11-17 08-29-36.png
>
>
> I use NetBeans under Fedora 35. When I switch theLAF to FlatLAF Light or 
> Dark, netbeans restarts and gets completely unoperable. Any labels in the 
> entire UI are GONE. The menus are empty. The project tree is empty. Context 
> Menues are empty. See Screenshot.
> The only chance to solve this was to delete the laf.properties and return to 
> a default LAF or to Darcula.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6214) Netbeans UI completely inoperable after switching to FlatLAF (Fedora)

2021-11-17 Thread Neil C Smith (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neil C Smith updated NETBEANS-6214:
---
Fix Version/s: 13

> Netbeans UI completely inoperable after switching to FlatLAF (Fedora)
> -
>
> Key: NETBEANS-6214
> URL: https://issues.apache.org/jira/browse/NETBEANS-6214
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.5
> Environment: * Fedora 35 (even appeared in earlier versions) with 
> GNOME 3/4 (Wayland)
>  * NetBeans 12.5 (even appeeared in ealier versions, maybe 12.2)
>  ** JavaEE Plugins active
>  ** Checkstyle Beans
>  ** Subversion
>Reporter: Stefan Uhlig
>Assignee: Karl Tauber
>Priority: Major
> Fix For: 13
>
> Attachments: Bildschirmfoto vom 2021-11-17 08-29-36.png
>
>
> I use NetBeans under Fedora 35. When I switch theLAF to FlatLAF Light or 
> Dark, netbeans restarts and gets completely unoperable. Any labels in the 
> entire UI are GONE. The menus are empty. The project tree is empty. Context 
> Menues are empty. See Screenshot.
> The only chance to solve this was to delete the laf.properties and return to 
> a default LAF or to Darcula.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Assigned] (NETBEANS-6214) Netbeans UI completely inoperable after switching to FlatLAF (Fedora)

2021-11-17 Thread Neil C Smith (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neil C Smith reassigned NETBEANS-6214:
--

Assignee: Karl Tauber

> Netbeans UI completely inoperable after switching to FlatLAF (Fedora)
> -
>
> Key: NETBEANS-6214
> URL: https://issues.apache.org/jira/browse/NETBEANS-6214
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.5
> Environment: * Fedora 35 (even appeared in earlier versions) with 
> GNOME 3/4 (Wayland)
>  * NetBeans 12.5 (even appeeared in ealier versions, maybe 12.2)
>  ** JavaEE Plugins active
>  ** Checkstyle Beans
>  ** Subversion
>Reporter: Stefan Uhlig
>Assignee: Karl Tauber
>Priority: Major
> Attachments: Bildschirmfoto vom 2021-11-17 08-29-36.png
>
>
> I use NetBeans under Fedora 35. When I switch theLAF to FlatLAF Light or 
> Dark, netbeans restarts and gets completely unoperable. Any labels in the 
> entire UI are GONE. The menus are empty. The project tree is empty. Context 
> Menues are empty. See Screenshot.
> The only chance to solve this was to delete the laf.properties and return to 
> a default LAF or to Darcula.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-6215) Netbeans not respecting configured Gradle version

2021-11-17 Thread Neil C Smith (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445272#comment-17445272
 ] 

Neil C Smith commented on NETBEANS-6215:


This is fixed in 12.6, which will be the first release to officially support 
Java 17. We're currently at third (and hopefully final) release candidate. 
Please feel free to test that and report back any concerns - 
https://lists.apache.org/thread/x807ox1hb6tjtj5rmw76vc0x95r7y0wb 

> Netbeans not respecting configured Gradle version
> -
>
> Key: NETBEANS-6215
> URL: https://issues.apache.org/jira/browse/NETBEANS-6215
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: Windows 10
> Netbeans 12.5
> Java 17
> Gradle version cofigured (in Tools > Options > Java > Gradle > Execution > 
> Gradle Distribution > Use Standard Gradle Version) to 7.3
>Reporter: Rick Yagodich
>Priority: Major
>
> Loading a basic Java 17 Gradle-wrapped SpringBoot Project from Spring 
> Initilizr with no dependencies, Netbeans downloads and uses Gradle 7.0 to 
> attempt (and fail) to build project despite the Gradle version being 
> specified as 7.3. (7.3 is the first that supports Java 17.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Closed] (NETBEANS-6215) Netbeans not respecting configured Gradle version

2021-11-17 Thread Neil C Smith (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neil C Smith closed NETBEANS-6215.
--
Resolution: Fixed

> Netbeans not respecting configured Gradle version
> -
>
> Key: NETBEANS-6215
> URL: https://issues.apache.org/jira/browse/NETBEANS-6215
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: Windows 10
> Netbeans 12.5
> Java 17
> Gradle version cofigured (in Tools > Options > Java > Gradle > Execution > 
> Gradle Distribution > Use Standard Gradle Version) to 7.3
>Reporter: Rick Yagodich
>Priority: Major
> Fix For: 12.6
>
>
> Loading a basic Java 17 Gradle-wrapped SpringBoot Project from Spring 
> Initilizr with no dependencies, Netbeans downloads and uses Gradle 7.0 to 
> attempt (and fail) to build project despite the Gradle version being 
> specified as 7.3. (7.3 is the first that supports Java 17.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6215) Netbeans not respecting configured Gradle version

2021-11-17 Thread Neil C Smith (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neil C Smith updated NETBEANS-6215:
---
Fix Version/s: 12.6

> Netbeans not respecting configured Gradle version
> -
>
> Key: NETBEANS-6215
> URL: https://issues.apache.org/jira/browse/NETBEANS-6215
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: Windows 10
> Netbeans 12.5
> Java 17
> Gradle version cofigured (in Tools > Options > Java > Gradle > Execution > 
> Gradle Distribution > Use Standard Gradle Version) to 7.3
>Reporter: Rick Yagodich
>Priority: Major
> Fix For: 12.6
>
>
> Loading a basic Java 17 Gradle-wrapped SpringBoot Project from Spring 
> Initilizr with no dependencies, Netbeans downloads and uses Gradle 7.0 to 
> attempt (and fail) to build project despite the Gradle version being 
> specified as 7.3. (7.3 is the first that supports Java 17.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans] branch master updated (e1b1b10 -> 0f96463)

2021-11-17 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from e1b1b10  [NETBEANS-5799]: Pattern Matching for Switch hints (preview) 
(#3156)
 new 50e67c2  Javadoc fixed.
 new d018b97  Default Handler for folders implemented.
 new 1237bf8  Ignore handler attribute in UI templates check.
 new 80adc8b  Maven JavaApplication project generates app source.
 new 49f991c  LSP server uses IDE-native maven app project generator.
 new 5906ceb  Maven archetype template superseded by JavaApp template.
 new 8f2b3bd  FileUtil.copyAttributes supports filtering.
 new 58ef60e  Avoid infinite recursion when the replace token is not found.
 new 22299c7  Interpolate name using scripting engine, if defined.
 new c67aa2f  Added tests for FreeMarker filename interpolation.
 new 940786e  Disable SVGLoader warnings.
 new 407ef17  Avoid NPE.
 new 67fcff9  Remove mavenism from LSP.
 new f9fbcc7  Avoid per-file template cache.
 new 49231d2  Introduced defaultAttributeTransformer.
 new 0f96463  Merge pull request #3262 from sdedic/sdedic/folder-templates

The 6175 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ide/ergonomics/FilesAndAttributesCheck.java|   3 +
 ide/projectui/nbproject/project.xml|   5 +-
 ide/projectui/test/unit/src/META-INF/MANIFEST.MF   |   5 +
 .../modules/project/ui/AppTemplate.java.template   |  34 ++
 .../ui/ProjectsRootNodePreferredOpen2Test.java |   1 +
 .../netbeans/modules/project/ui/TemplatesTest.java |  59 +++
 .../org/netbeans/modules/project/ui/test-layer.xml |  38 ++
 .../project/ui/support/CommonProjectActions.java   |   2 +-
 ide/xml/nbproject/project.xml  |   2 +-
 .../org/netbeans/modules/xml/XMLDataLoader.java|  11 +-
 .../netbeans/modules/nbcode/integration/layer.xml  |   1 -
 .../modules/nbcode/integration/package-info.java   |   8 -
 .../nbcode/integration/resources/maven.archetype   |  23 -
 .../nbcode/integration/resources/maven.html|  28 --
 .../java/lsp/server/protocol/LspTemplateUI.java|   3 -
 java/java.source/nbproject/project.xml |   2 +-
 .../org/netbeans/modules/java/IndentFileEntry.java |   6 +-
 java/maven/licenseinfo.xml |   6 +
 java/maven/nbproject/project.xml   |   5 +-
 .../maven/src/org/netbeans/modules/maven/layer.xml |  16 +
 .../maven/newproject/ArchetypeTemplateHandler.java |  73 +---
 .../modules/maven/newproject/TemplateUtils.java| 268 
 .../idenative/IDENativeMavenWizardIterator.java|  33 +-
 .../idenative/IDENativeTemplateHandler.java| 181 
 .../newproject/idenative/SimpleJavaNativeMWI.java  |  82 +---
 ...tiveMWI.java => SimpleJavaTemplateHandler.java} |  30 +-
 .../modules/maven/resources/App.java.template  |  19 +
 .../modules/maven/resources/AppTest.java.template  |  22 +
 .../newproject/ArchetypeTemplateHandlerTest.java   |   4 +-
 .../SimpleWizardTemplateHandlerTest.java   | 174 
 platform/api.templates/apichanges.xml  |  23 +
 platform/api.templates/nbproject/project.xml   |  13 +-
 .../netbeans/api/templates/CreateDescriptor.java   |  19 +
 .../api/templates/CreateFromTemplateDecorator.java |   1 +
 .../api/templates/CreateFromTemplateHandler.java   | 169 
 .../api/templates/CreateFromTemplateImpl.java  | 151 +--
 .../org/netbeans/api/templates/FileBuilder.java|  40 ++
 .../api/templates/TemplateRegistration.java|   6 +
 .../ScriptingCreateFromTemplateHandler.java|  26 +-
 .../modules/templates/TemplateProcessor.java   |  70 ++-
 .../test/unit/src/META-INF/MANIFEST.MF |   5 +
 .../templates/CreateFromTemplateHandlerTest.java   | 470 +
 .../modules/templates/AppTemplate.java.template|  34 ++
 .../templates/AppTestTemplate.java.template|  35 ++
 .../templates/CreateFromTemplateHandlerTest.java   | 223 --
 .../src/org/netbeans/modules/templates/README.txt  |  19 +
 .../org/netbeans/modules/templates}/default.gif| Bin
 .../src/org/netbeans/modules/templates/layer.xml   |  66 +++
 platform/openide.filesystems/apichanges.xml|  12 +
 .../src/org/openide/filesystems/FileUtil.java  |  62 ++-
 .../src/org/openide/filesystems/FileUtilTest.java  |  35 ++
 .../src/org/openide/loaders/FileEntry.java |   4 +-
 52 files changed, 2071 insertions(+), 556 deletions(-)
 create mode 100644 ide/projectui/test/unit/src/META-INF/MANIFEST.MF
 create mode 100644 
ide/projectui/test/unit/src/org/netbeans/modules/project/ui/AppTemplate.java.template
 create mode 100644 
ide/projectui/test/unit/src/org/netbeans/mod

[jira] [Created] (NETBEANS-6215) Netbeans not respecting configured Gradle version

2021-11-17 Thread Rick Yagodich (Jira)
Rick Yagodich created NETBEANS-6215:
---

 Summary: Netbeans not respecting configured Gradle version
 Key: NETBEANS-6215
 URL: https://issues.apache.org/jira/browse/NETBEANS-6215
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.5
 Environment: Windows 10

Netbeans 12.5

Java 17

Gradle version cofigured (in Tools > Options > Java > Gradle > Execution > 
Gradle Distribution > Use Standard Gradle Version) to 7.3
Reporter: Rick Yagodich


Loading a basic Java 17 Gradle-wrapped SpringBoot Project from Spring Initilizr 
with no dependencies, Netbeans downloads and uses Gradle 7.0 to attempt (and 
fail) to build project despite the Gradle version being specified as 7.3. (7.3 
is the first that supports Java 17.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-6214) Netbeans UI completely inoperable after switching to FlatLAF (Fedora)

2021-11-17 Thread Stefan Uhlig (Jira)
Stefan Uhlig created NETBEANS-6214:
--

 Summary: Netbeans UI completely inoperable after switching to 
FlatLAF (Fedora)
 Key: NETBEANS-6214
 URL: https://issues.apache.org/jira/browse/NETBEANS-6214
 Project: NetBeans
  Issue Type: Bug
  Components: FlatLaf
Affects Versions: 12.5
 Environment: * Fedora 35 (even appeared in earlier versions) with 
GNOME 3/4 (Wayland)
 * NetBeans 12.5 (even appeeared in ealier versions, maybe 12.2)
 ** JavaEE Plugins active
 ** Checkstyle Beans
 ** Subversion
Reporter: Stefan Uhlig
 Attachments: Bildschirmfoto vom 2021-11-17 08-29-36.png

I use NetBeans under Fedora 35. When I switch theLAF to FlatLAF Light or Dark, 
netbeans restarts and gets completely unoperable. Any labels in the entire UI 
are GONE. The menus are empty. The project tree is empty. Context Menues are 
empty. See Screenshot.

The only chance to solve this was to delete the laf.properties and return to a 
default LAF or to Darcula.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists