Apache NetBeans 10 (Incubating)
What's Changed
- nb-javac jars upgrade for NETBEANS-463 fix by @rtaneja1 in #468
- Maven Indexing Optimizations by @timboudreau in #537
- Bringing Editor Hints SPI up-to-date by @JaroslavTulach in #554
- [NETBEANS-781] Adds Maven coordinates for Ant libs by @emilianbold in #548
- Renames Apache-JDOM license to BSD-JDOM. by @emilianbold in #556
- [NETBEANS-785] java.lang.IllegalArgumentException by @junichi11 in #545
- [NETBEANS-829] Add notice file for ini4j by @matthiasblaesing in #560
- [NETBEANS-764] JDK10-LVTI: Skip ConvertToVar hint for compound variable declaration by @arusinha-zz in #547
- Optimize readability of the NOTICE file by @matthiasblaesing in #559
- [NETBEANS-481] JDK10-LVTI: Added new ErrorRule to fix compiler error on initialization of var type variable with array by @arusinha-zz in #519
- [NETBEANS-777] JDK10-LVTI: Fix for NPE on typing invalid block/javadoc comment just after var keyword by @arusinha-zz in #551
- Updating specification versions and plugin portal update center after the release90 was branched. by @jlahoda in #557
- NETBEANS-716 Help-Report Issue should navigate to JIRA link in browser by @rtaneja1 in #549
- Allow modules to be located in cluster.dir/cnb structure by @JaroslavTulach in #564
- [NETBEANS-851] Update About box text by @geertjanw in #571
- [NETBEANS-817] Preventing exceptions when opening project: by @jlahoda in #552
- [NETBEANS-438] Cannot Sign Platform app due to symlink by @SirIntellegence in #440
- [NETBEANS-830][NETBEANS-831] Fix license info for jaxb implementation by @matthiasblaesing in #582
- [NETBEANS-774] Disable var hint for anonymous type by @rtaneja1 in #563
- [NETBEANS-851] New image for splash screen and about box by @geertjanw in #584
- Modify the JavaScript script to work with GraalVM 1.0.0-rc1 by @JaroslavTulach in #580
- NETBEANS-951: terminate application in headless mode by @sdedic in #586
- License/Notice updates by @matthiasblaesing in #585
- NETBEANS-896 Added missing nullcheck on JCTree.ErrorneousTree by @lkishalmi in #575
- added unbound generic type argument to Class in BeanNode and Lib by @krichter722 in #528
- [NetBeans-778] Formatting issue with var declaration statement by @vikasprabhakar in #568
- [NETBEANS-837] Update winp to released 1.26 version and fix license by @matthiasblaesing in #593
- License cleanup part 2 by @matthiasblaesing in #590
- Fixing problems with watches evaluation on (not only) the upcoming JD… by @jlahoda in #544
- [NETBEANS-892] Fix lambda expr and multi catch rewrite issues by @rtaneja1 in #591
- Update licenses + notices (4) by @matthiasblaesing in #594
- [NETBEANS-975] Wizard properly reports items created on configuration FS by @sdedic in #597
- [NETBEANS-990] New splash screen for NetBeans Platform by @geertjanw in #601
- Update updater splash by @thilina01 in #604
- Replace old logo and URL with new Logo and URL on Start Page by @thilina01 in #583
- NETBEANS-892: Fix updation of unrelated files during refactor by @rtaneja1 in #595
- [NETBEANS-290] Provided support for hyperlink on dependencies. by @mcdonnell-john in #481
- Backport of junichi11's fixes made after Apr 22, 2017 by @junichi11 in #607
- Revert "Backport of junichi11's fixes made after Apr 22, 2017" by @junichi11 in #613
- Backport of junichi11's fixes made after Apr 22, 2017 by @junichi11 in #614
- Integrate existing patches by @junichi11 in #615
- [NETBEANS-853] Fix license info for entity definitions and DTDs by @matthiasblaesing in #606
- Backport of tmysik's fixes made after Apr 22, 2017 by @tmysik in #618
- Completion improvements by @jlahoda in #616
- NETBEANS-999: Show convert to/from var hints only when caret on current line by @rtaneja1 in #617
- donation2_merge: #233298: fix goto declaration navigation by @rtaneja1 in #621
- donation2_merge: #268488 : Fixing formatting for bower.json and package.json files by @arusinha-zz in #625
- donation2_merge:#240529: Fixing folding of empty {} by @arusinha-zz in #626
- donation2_merge:#215318: Fixing the auto comment population by @arusinha-zz in #627
- #268649-NPE at JsStructureScanner.folds while opening .js file by @rtaneja1 in #620
- NETBEANS-1035: Made org.netbeans.modules.web.wicket a friend of html.… by @pnabbefeld in #632
- [NETBEANS-791] Highlights for the top line of JavaDoc are done on every line. by @junichi11 in #550
- NETBEANS-1049: prevent NPE on unpersistable components by @sdedic in #638
- NETBEANS-1048: display start of product info in about box by @sdedic in #637
- NETBEANS-998: update display name when DelayedNode resolves it by @sdedic in #636
- [NETBEANS-974] Fix for AWT Event Queue exception on viewing variable value is debug mode by @arusinha-zz in #624
- [NetBeans-1019]False positive of "Null Pointer Dereference" when passing a lambda with a null possible result to a non-null argument by @vikasprabhakar in #635
- NETBEANS-716: use netbeans.apache.org/nb/ url in IDE by @rtaneja1 in #631
- Replace the old icon with new icon by @thilina01 in #633
- [NETBEANS-953] Profiling jdk10 remote target missing conditional branch by @dellgreen in #588
- [NETBEANS-1074] Licensed 13005 files from 2nd Donation to Apache by @geertjanw in #640
- [NETBEANS-860] Hints: Convert Lambda to Use 'var' Parameter Types by @vikasprabhakar in #596
- Adds Version parsing to svn output. by @pokebadgerswithspoon in #641
- [NETBEANS-856] Remove last OASIS license references by @matthiasblaesing in #645
- Another attempt to merge 2ndDonation into master by @jlahoda in #646
- [NETBEANS-369] Code-complete outputs unwanted newline characters by @matthiasblaesing in #648
- [NETBEANS-1108] Replace the repetitive code for error check in Hint module by @vikasprabhakar in #647
- [NETBEANS-1074] Relicensing form files in enterprise and ergonomics clusters by @geertjanw in #651
- [NETBEANS-1083] Fix value replacement in POM editing by @matthiasblaesing in #642
- [NETBEANS-691]: Corrected undo conversion of constructor to factory w… by @arusinha-zz in #639
- [NETBEANS-1074] Relicensing form files in webcommon cluster by @thilina01 in #654
- [NETBEANS-1074] Relicensing form files in php cluster by @thilina01 in #656
- [NETBEANS-1074] Relicensing form files in groovy cluster by @thilina01 in #655
- Initial implementation of @ActionState support by @sdedic in #652
- [NETBEANS-1074] Module Review php.code.analysis by @junichi11 in #663
- [NETBEANS-1074] Module Review php.atoum by @junichi11 in #662
- [NETBEANS-1074] Module Review php.apigen by @junichi11 in #661
- [NETBEANS-1074] Module Review languages.neon by @junichi11 in #659
- [NETBEANS-1074] Module Review php.codeception by @junichi11 in #664
- #1065: No warnings when creating platform app by @jtulach in #669
- [NETBEANS-1074] Module Review php.doctrine2 by @junichi11 in #665
- [NETBEANS-1074] Module Review php.nette.tester by @junichi11 in #668
- [NETBEANS-1074] Module Review php.latte by @junichi11 in #667
- [NETBEANS-1074] Module Review php.kit by @junichi11 in #666
- Update README.md by @junichi11 in #657
- Fix location of progressbar and progress text on splash screen. Fixes… by @svenreimers in #602
- Signatures as of release 9.0 by @jtulach in #670
- [NETBEANS-1016] Generate new sigfiles for PHP 7.2 by @tmysik in #671
- [NETBEANS-1074] Module Review api.web.webmodule by @thilina01 in #673
- [NETBEANS-1043]:Fixed updation of method-reference upon refactor move of method by @arusinha-zz in #653
- [NETBEANS-1074] Module Review php.doctrine2 by @junichi11 in #674
- [NETBEANS-1074] Module Review php.samples by @junichi11 in #677
- [NETBEANS-1074] Module Review php.smarty by @junichi11 in #678
- [NETBEANS-1074] Module Review php.twig by @junichi11 in #679
- [NETBEANS-1074] Module Review selenium2.php by @junichi11 in #680
- [NETBEANS-1074] Module Review spellchecker.bindings.php by @junichi11 in #681
- Left/Right arrows are too generic for switching tabs. by @JaroslavTulach in #660
- [NETBEANS-1074] Module Review j2ee.clientproject by @thilina01 in #691
- [NETBEANS-1074] Module Review hibernateweb by @thilina01 in #688
- No need to show Apache license on first startup by @jtulach in #683
- [NETBEANS-1074] Module Review j2ee.ant by @thilina01 in #689
- [NETBEANS-1074] Review of the ergonomics cluster by @jtulach in #690
- [NETBEANS-1074] Module Review websvc.saas.codegen.php by @junichi11 in #684
- [NETBEANS-1074] Module Review j2ee.clientproject - fix pr691 by @thilina01 in #697
- [NETBEANS-1074] Module Review web.client.rest by @gilbertoca in #695
- [NETBEANS-1074] Module Review j2ee.common by @thilina01 in #693
- [NETBEANS-1074] Module Review web.client.kit by @gilbertoca in #700
- [NETBEANS-1074] Module Review web.client.samples by @gilbertoca in #696
- [NETBEANS-1074] Module Review web.beans by @gilbertoca in #694
- [NETBEANS-1074] Fix licenseinfo.xml files by @junichi11 in #699
- [NETBEANS-1074] Module Review php.phpunit by @junichi11 in #676
- [NETBEANS-1074] Module Review php.phing by @junichi11 in #675
- Fixed enable evaluation for cloned PropertyMonitors. Defined default … by @sdedic in #701
- [NETBEANS-417] Updating Windows launchers binaries. by @jlahoda in #573
- [NETBEANS-1074] Module Review j2ee.ejbjarproject by @thilina01 in #704
- Run two travis builds in parallel. Test signatures against latest release. by @jtulach in #682
- [NETBEANS-1074] Module Review j2ee.clientproject by @thilina01 in #706
- [NETBEANS-1074] Module Review j2ee.api.ejbmodule by @thilina01 in #707
- [NETBEANS-1074] Module Review javaee.project by @thilina01 in #708
- [NETBEANS-1074] Module Review j2ee.genericserver by @thilina01 in #705
- [NETBEANS-1074] Module Review php.phpdoc.documentation by @junichi11 in #686
- [NETBEANS-1074] Module Review groovy.kit by @junichi11 in #714
- [NETBEANS-1074] Module Review groovy.gsp by @junichi11 in #713
- [NETBEANS-1074] Module Review groovy.editor by @junichi11 in #712
- [NETBEANS-1074] Module Review javascript.gulp by @junichi11 in #711
- [NETBEANS-1074] Module Review javascript.grunt by @junichi11 in #710
- [NETBEANS-1074] Module Review javascript.bower by @junichi11 in #709
- [NETBEANS-1144] Recreate predefined_vars.zip by @junichi11 in #703
- Per-cluster repository layout by @JaroslavTulach in #536
- [NETBEANS-1074] Module Review groovy.support by @junichi11 in #717
- [NETBEANS-1074] Module Review libs.groovy by @junichi11 in #718
- [NETBEANS-1074] Module Review groovy.samples by @junichi11 in #716
- [NETBEANS-1074] Module Review libs.javacup by @junichi11 in #687
- [NETBEANS-938] When browsing JDK sources, need to use --patch-module … by @jlahoda in #599
- [NETBEANS-1074] Module Review php.editor by @junichi11 in #720
- [NETBEANS-1074] Module Review javascript2.model by @sdedic in #730
- [NETBEANS-1074] Module Review javascript2.nodejs by @sdedic in #729
- Fix build after changes for cluster reorganisation (PR #536) by @matthiasblaesing in #732
- [NETBEANS-1074] maven.jaxws Module Review 2nd Donation by @sarveshkesharwani in #739
- [NETBEANS-1074] Module Review javascript2.react by @sdedic in #736
- [NETBEANS-1074] Module Review web.jsf.icefaces by @thilina01 in #737
- [NETBEANS-1074] maven.j2ee Module Review 2nd Donation by @sarveshkesharwani in #740
- [NETBEANS-1152] Moving modules from groovy cluster into a subdirectory by @geertjanw in #725
- [NETBEANS-1074] Module Review javascript2.knockout by @sdedic in #727
- [NETBEANS-1074] Module Review javascript2.jquery by @sdedic in #731
- [NETBEANS-1074] Module Review web.freeform by @gilbertoca in #742
- [NETBEANS-1074] Module Review web.debug by @gilbertoca in #743
- [NETBEANS-1074] Module Review javascript2.lexer by @sdedic in #726
- [NETBEANS-1074] Module Review javascript.jstestdriver by @junichi11 in #741
- [NETBEANS-1074] Module Review web.jsf.richfaces by @thilina01 in #753
- [NETBEANS-1074] Module Review web.kit by @thilina01 in #754
- [NETBEANS-1074] Module Review web.clientproject by @thilina01 in #759
- [NETBEANS-1074] Module Review websvc.saas.codegen.j2ee by @thilina01 in #758
- [NETBEANS-1074] Module Review javascript2.requirejs by @sdedic in #735
- [NETBEANS-1161] Move java modules to java subdirectory by @ralphbenjamin in #745
- Moving modules from ergonomics cluster into a subdirectory by @jtulach in #719
- [NETBEANS-1074] Module Review j2eeserver by @thilina01 in #723
- [NETBEANS-1074] Module Review j2ee.sun.ddui by @thilina01 in #722
- [NETBEANS-1074] Module Review j2ee.sun.appsrv by @thilina01 in #721
- [NETBEANS-1074] Module Review websocket by @thilina01 in #756
- [NETBEANS-1074] Module Review web.project by @thilina01 in #755
- [NETBEANS-1074] Module Review web.jsf.navigation by @thilina01 in #752
- [NETBEANS-1074] Module Review web.webkit.tooling by @thilina01 in #763
- [NETBEANS-1074] Module Review web.inspect by @thilina01 in #762
- [NETBEANS-1074] Module Review web.clientproject.api by @thilina01 in #761
- [NETBEANS-1074] Module Review web.core.syntax by @gilbertoca in #702
- [NETBEANS-1074] Module Review web.core by @gilbertoca in #733
- [NETBEANS-1165] nb cluster move by @mcdonnell-john in #748
- [NETBEANS-1162] Javafx cluster move by @mcdonnell-john in #746
- [NETBEANS-1163] Apisupport cluster move by @mcdonnell-john in #747
- [NETBEANS-1074] Module review javascript2.jade by @sdedic in #728
- [NETBEANS-1074] Module Review tomcat5 by @thilina01 in #724
- reverted java cluster related change for mavan-nblib by @mcdonnell-john in #764
- [NETBEANS-1074] Module Review javascript2.nodejs - followup by @sdedic in #760
- [NETBEANS-1074] Module Review libs.nashorn by @sdedic in #738
- Fix cluster locations by @sdedic in #773
- [NETBEANS-1170] Move profiler cluster by @thilina01 in #765
- [NETBEANS-1074] Module Review performance.web by @sarveshkesharwani in #766
- [NETBEANS-1074] Module Review profiler.j2ee by @sarveshkesharwani in #767
- [NETBEANS-1074] Module Review web.jsfapi by @thilina01 in #769
- [NETBEANS-1074] Module Review websvc.editor.hints by @arusinha-zz in #771
- [NETBEANS-1074] Module Review javascript.nodejs by @junichi11 in #750
- [NETBEANS-1074]Module Review websvc.customization by @vikasprabhakar in #770
- [NETBEANS-1074]Module Review websvc.design by @vikasprabhakar in #774
- [NETBEANS-1074] Module Review glassfish.eecommon by @juneau001 in #779
- [NETBEANS-1074] Module Review websvc manager by @rtaneja1 in #772
- [NETBEANS-1175] move websvccommon cluster by @thilina01 in #780
- [NETBEANS-1074]Module Review spring.webmvc by @vikasprabhakar in #784
- [NETBEANS-1074] Module Review j2ee.ejbcore by @sarveshkesharwani in #782
- [NETBEANS-1074] Module Review j2ee.earproject by @sarveshkesharwani in #781
- [NETBEANS-1074] Module Review websvc.restapi by @thilina01 in #757
- [NETBEANS-1074] Module Review languages.ini by @junichi11 in #776
- Issue #271110 - Attempt to pass -DarchetypeRepository to 3.x maven-archetype-plugin by @jglick in #788
- Explicitly allow compile-time only GPL binaries by @matthiasblaesing in #787
- [NETBEANS-1074] Module Review languages.apacheconf by @junichi11 in #777
- [NETBEANS-1151] Fix unit test files of php.editor by @junichi11 in #751
- [NETBEANS-1074] Module Review cordova.platforms.android by @thilina01 in #794
- [NETBEANS-1172] move ide modules to ide subdirectory by @ralphbenjamin in #791
- [NETBEANS-1164] Move modules from php cluster into a subdirectory by @junichi11 in #795
- [NETBEANS-1074] Module Review selenium2.webclient by @sarveshkesharwani in #803
- [NETBEANS-1074] Module Review libs.commons_fileupload by @arusinha-zz in #786
- [NETBEANS-1074] Module Review websvc.jaxwsmodel by @arusinha-zz in #778
- Fix .gitignore by @junichi11 in #797
- Enable JDK matrix in Travis by @dukescript in #790
- [NETBEANS-803] Uptake nb-javac 11 jars for java tests runtime by @rtaneja1 in #812
- [NETBEANS-1074] Module Review libs.amazon by @arusinha-zz in #785
- [NETBEANS-1166] Reintegrate schema files and add license info by @matthiasblaesing in #806
- [NETBEANS-1074] Module Review selenium2.webclient.mocha by @sarveshkesharwani in #804
- [NETBEANS-1074] Module Review selenium2.webclient.protractor by @sarveshkesharwani in #810
- [NETBEANS-1074] Module Review cordova by @sarveshkesharwani in #800
- [NETBEANS-1074] Module Review websvc.core by @vikasprabhakar in #789
- [NETBEANS-1074] Module Review j2ee.ddloaders by @sarveshkesharwani in #768
- [NETBEANS-1190] Add more icon sizes to NetBeans' MainWindow by @ralphbenjamin in #793
- Fix the wrong file place by @junichi11 in #809
- [NETBEANS-1074] Module review glassfish.javaee by @juneau001 in #815
- [NETBEANS-1074] Module Review web.el by @gilbertoca in #744
- [NETBEANS-1074] Module Review web.primefaces by @arusinha-zz in #813
- [NETBEANS-1074] Module Review javascript.karma by @junichi11 in #749
- [NETBEANS-1074] Module Review libs.plist by @junichi11 in #817
- [NETBEANS-1074] Module review glassfish.tooling by @juneau001 in #818
- [NETBEANS-1074] Module review websvc.metro.model by @rtaneja1 in #798
- Trust every shown dialog by @dukescript in #814
- OpenJDK project type by @jlahoda in #808
- [NETBEANS-1175] Move websvccommon cluster - task 5 by @thilina01 in #821
- [NETBEANS-1171] Invalid license files in web.core.syntax module by @matthiasblaesing in #807
- [NETBEANS-1074] Module Review libs.jstl by @junichi11 in #823
- [NETBEANS-1074] Add lincenseinfo.xml files to php modules by @junichi11 in #826
- [NETBEANS-1074] Module Review libs.elimpl by @junichi11 in #825
- [NETBEANS-1164] Move modules from php cluster into a subdirectory by @junichi11 in #829
- Fix ASTPHP5Scanner (Heredoc & Nowdoc syntaxes) by @junichi11 in #830
- Remove JAX-WS dependency by @matthiasblaesing in #833
- [NetBeans-1181]Disable hint 'Use var parameter types' for empty param… by @vikasprabhakar in #831
- [NETBEANS-1171] Ensure tlddoc can be build if invoked outside project… by @matthiasblaesing in #832
- [NETBEANS-1021] Hide use explicit param hint if params syntax invalid by @rtaneja1 in #819
- Enable source=1.8 for Java Frontend Web Application by @dukescript in #824
- Update README.md by @junichi11 in #827
- Correct various misspellings of the word 'success'. by @slgriff in #836
- [NETBEANS-1074] Module Review libs.glassfish_logging by @juneau001 in #828
- [NETBEANS-946] PHP 7.3 support by @junichi11 in #840
- Module Review html.knockout by @sdedic in #839
- Module Review html.ojet by @sdedic in #837
- [NETBEANS-1074] module review websvc.metro.lib by @rtaneja1 in #775
- [NETBEANS-857] Import WSDL XSD from Apache CXF sources by @matthiasblaesing in #834
- Enforce public packages and friends for dependencies on bootstrap mod… by @sdedic in #844
- Adjusted locations of test data after moving into cluster subdirs by @sdedic in #843
- [NETBEANS-1074] Module Review extbrowser.chrome by @thilina01 in #845
- [NETBEANS-1147] Better enablement of fragment modules. by @sdedic in #847
- [NETBEANS-406] Fix a potential memory leak involving DocumentUtilitie… by @matthiasblaesing in #848
- [NETBEANS-1074] Module Review web.jsf12 by @vikasprabhakar in #799
- Fix generated lexers of php.editor automatically via ant task by @junichi11 in #850
- [NETBEANS-1074] Module Review cloud.amazon by @arusinha-zz in #846
- [NETBEANS-860] Hints:Test cases for var lambda support by @vikasprabhakar in #842
- [NETBEANS-1074] Module Review j2eeapis by @arusinha-zz in #853
- [NETBEANS-643] Mercurial Annotate fails on file with spaces and leading dots by @matthiasblaesing in #851
- Added license names for licenses added during webcommon cluster review by @sdedic in #855
- Fix cluster tests by @sdedic in #805
- [NETBEANS-1074] Module Review cordova.platforms.ios by @sdedic in #856
- jdk11 build minor fix by @ebarboni in #841
- [NETBEANS-731] Hide (and auto-show) menu bar in full screen mode by @eirikbakke in #852
- [NETBEANS-1180] Move enterprise cluster by @thilina01 in #858
- [NETBEANS-1075]-Adding var hints for enhanced-for-loop by @sarveshkesharwani in #650
- [NETBEANS-1174] Move webcommon cluster by @thilina01 in #862
- [NETBEANS-1074] Module Review libs.jstestdriver by @sdedic in #857
- Weaker dependency on IOS platform plugin (removed from webcommon clus… by @sdedic in #863
- Moved incorrectly merged buildscript by @sdedic in #864
- [NETBEANS-1239] Hide outdated ojet project templates by @geertjanw in #865
- [NETBEANS-1241] Switch Blogs from planetnetbeans.org to Apache Netbeans Blog by @matthiasblaesing in #871
- [NETBEANS-1074] Module Review php.project by @junichi11 in #861
- Move the launcher from ide.etc to nb/ide.launcher. Removed the unused… by @ralphbenjamin in #867
- Language Server Protocol client by @jlahoda in #629
- Relicensed leftover file, excluded cordova testing data by @sdedic in #872
- Make sure all cluster directories are always scanned, not only only t… by @jlahoda in #875
- Preventing exception for FileObjects with null mime type. by @jlahoda in #874
- [NETBEANS-1248] Move modules from extide cluster into a subdirectory by @matthiasblaesing in #873
- [NETBEANS-1254] Move svnkit+hibernateweb modules into a subdirectory by @matthiasblaesing in #880
- [NETBEANS-980] Fix Home/End/Up/Down actions in line-wrapped editor by @eirikbakke in #603
- Fixing TreeUtilities.pathFor for for-each's expressions. by @jlahoda in #879
- NETBEANS-59 - Document split actions by @Chris2011 in #3
- [NETBEANS-862] Added auto-complete support for var keyword in JDK-11 … by @arusinha-zz in #849
- [NETBEANS-1242] What's New link by @geertjanw in #869
- [NETBEANS-1243] Community link by @geertjanw in #870
- Download nbjavac when turning on support for Java by @jtulach in #715
- Include webcommon into the release by @sdedic in #882
- [NETBEANS-946] PHP 7.3 support (Flexible Heredoc and Nowdoc Syntaxes) by @junichi11 in #889
- Hotfix: update release zip name to match default cluster config by @sdedic in #890
- [NETBEANS-1233] cluster.properties updates for PHP cluster by @junichi11 in #891
- [NETBEANS-1249] Remove excessive spacing between menu items (Windows) by @eirikbakke in #876
- [NETBEANS-1275] Register 8.2 update center disabled. by @geertjanw in #894
- [NETBEANS-1261] Avoid a rendering artifact under Aqua tabs on Retina by @eirikbakke in #884
- [NETBEANS-1074] Module review j2ee.beanvalidation by @arusinha-zz in #888
- Various improvements to make the OpenJDK project work better. by @jlahoda in #897
- [NETBEANS-1276] PHPStan Support by @junichi11 in #896
- [NETBEANS-263] navigate to impl icon not shown for interface by @rtaneja1 in #887
- Make invokeWhenUIReady work in headless mode by @JaroslavTulach in #907
- [NETBEANS-6] Adding Support for JUnit 5 by @mcdonnell-john in #892
- [NETBEANS-1285] Fix an incorrect error by @junichi11 in #908
- [NETBEANS-977] Improve text layout in word wrap mode. by @eirikbakke in #598
- [NETBEANS-1067] Correct About images and Splash Screens for Apache Ne… by @geertjanw in #911
- Enabling ko4j DOM inspector & editor support by @dukescript in #905
- Debugging of Graal languages as a future replacement of Nashorn. by @entlicher in #909
- [NETBEANS-1224]: Added Test Cases for the issue by @arusinha-zz in #921
- [NETBEANS-1316] Changed URL for Browser homepage by @mcdonnell-john in #924
- Change phpstan.png by @junichi11 in #922
- Upgrade to Groovy 2.5.2 by @svenreimers in #898
- For OpenJDK projects, register the expanded JDK as a Java Platform, u… by @jlahoda in #918
- Switches to netbeans.osuosl.org for 3rd party non-Maven Central depen… by @emilianbold in #899
- Fix missing rename of as part of Groovy update to 2.5.2 by @svenreimers in #928
- [NETBEANS-1074]: module review javaee7.api by @rtaneja1 in #919
- For OpenJDK projects, automatically detect JTReg from OpenJDK configu… by @jlahoda in #925
- [NETBEANS-1157] resolved problem with java version higher 9 and the n… by @AndiMb in #734
- [NETBEANS-1295] Add groovy to release config by @svenreimers in #904
- [NETBEANS-1288] Add trait support for Groovy by @svenreimers in #901
- [NETBEANS-1293] First stab at flow typing, tests show uses cases impl… by @svenreimers in #903
- [NETBEANS-1292] Adding simple infrastructure to write Groovy Hints ba… by @svenreimers in #902
- Two fixes, one to let platform/netbinox tests pass, other to silence … by @jlahoda in #929
- [NETBEANS-1318] Javadoc timestamp in CSS instead of all HTML files by @vieiro in #930
- [NETBEANS-893] Reuse JavaFileObject from CompilatioInfo instead of cr… by @jlahoda in #570
- [NETBEANS-403] Avoid scrolling to end of file if End is pressed while popup is open. by @eirikbakke in #507
- Bringing Emilian's changes by @junichi11 in #931
- Increment spec versions release100 by @jlahoda in #945
- Adjusting update centers for NetBeans 10 by @jlahoda in #944
- [NETBEANS-1350] Fix "PHP 5" text by @junichi11 in #950
- [NETBEANS-1313] Start NetBeans without printing to console by @geertjanw in #920
- [NETBEANS-1371] Updated Importers to look for NetBeans 9.0 installation by @lkishalmi in #951
- Fixes for the OpenJDK project: by @jlahoda in #966
- [NETBEANS-1443] Error creating Symfony project by @junichi11 in #972
- Cherry-picking PHPStan changes by @junichi11 in #977
- Cherry picking PHP commits by @junichi11 in #991
- [NETBEANS-1342] Hide the panel for iOS in the Mobile Platforms Options by @junichi11 in #992
- [NETBEANS-1343] Message about JavaFX in JDK 11+ by @geertjanw in #980
- For multi-release modular jars, use the newest module-info available … by @jlahoda in #965
- [NETBEANS-1372] Updated Snap descriptors for Release 10 by @lkishalmi in #952
- [NETBEANS-1344] Force to use GTK 2.2 on Linux to improve LAF on Java 11+ by @lkishalmi in #1005
- Update version number to 10.0 by @junichi11 in #1030
- [NETBEANS-1733] Ask when downloading nbjavac - backport to 10.0 release by @JaroslavTulach in #1036
- Release100 apidocbranding by @ebarboni in #1043
- [Backport] Enhance AU to install missing feature parts (PR-1044) by @sdedic in #1047
- [NETBEANS-1372] Snap Descriptor by @lkishalmi in #1031
New Contributors
- @krichter722 made their first contribution in #528
- @pnabbefeld made their first contribution in #632
- @dellgreen made their first contribution in #588
- @pokebadgerswithspoon made their first contribution in #641
- @gilbertoca made their first contribution in #695
- @ralphbenjamin made their first contribution in #745
- @slgriff made their first contribution in #836
- @AndiMb made their first contribution in #734
Full Changelog: 9.0...10.0