~jgneff/+git/strictly-netbeans:main

Last commit made on 2024-04-19
Get this branch:
git clone -b main https://git.launchpad.net/~jgneff/+git/strictly-netbeans
Only John Neffenger can upload to this branch. If you are John Neffenger please log in for upload directions.

Branch merges

Branch information

Name:
main
Repository:
lp:~jgneff/+git/strictly-netbeans

Recent commits

4782c51... by John Neffenger

Upgrade to Apache NetBeans 22

ca831cc... by John Neffenger

Update the banner image in the README file

7190816... by John Neffenger

Upgrade to Apache NetBeans 21

d967e6b... by John Neffenger

Upgrade to Apache NetBeans 20

4c6565d... by John Neffenger

Upgrade to Apache NetBeans 19

2018423... by John Neffenger

Replace heavy check mark with normal check mark

Replace the HEAVY CHECK MARK symbol (U+2714) with the normal CHECK
MARK symbol (U+2713) to avoid the following bug on GitHub:

heavy_check_mark is not rendered correctly inside tables
https://github.com/orgs/community/discussions/59743

fc2a6ec... by John Neffenger

Upgrade to Apache NetBeans 18

91378c8... by John Neffenger

Upgrade to Apache NetBeans 17

50068e0... by John Neffenger

Revert back to the default cluster configuration

Revert back to building the binary release with the default cluster
configuration (release) now that NetBeans 16-rc4 includes:

  Import local schema to avoid DNS lookup in build
  https://github.com/apache/netbeans/pull/4933

which fixes:

  Build fails with UnknownHostException: www.w3.org
  https://github.com/apache/netbeans/issues/4920

0bf82a8... by John Neffenger

Build binary release using basic cluster config

Build the binary release using the basic cluster configuration. The
release cluster fails to build 'nb.cluster.enterprise' with the error:

  Failed to parse document at 'http://www.w3.org/2001/xml.xsd'.
  java.net.UnknownHostException: www.w3.org

See the following discussion for more information:

  Build can't resolve www.w3.org (NXDOMAIN)
  https://answers.launchpad.net/launchpad/+question/703550