This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit a55451bd6913e0cfe7ebebec957cf0c2135de1f5 Merge: bfa14aebfff bef0299ec6b Author: Matthias Bläsing <[email protected]> AuthorDate: Tue Jun 18 20:07:40 2024 +0200 Merge pull request #7489 from matthiasblaesing/js_jdk17+_oql Fix profiler.oql und GraalJS, support for running unittests of profiler.oql and api.knockout on JDK 17+ .github/workflows/main.yml | 20 +--------- platform/api.templates/nbproject/project.xml | 27 +++++++------ .../templates/ScriptingCreateFromTemplateTest.java | 45 +++++++++------------- .../openide.loaders/nbproject/project.properties | 3 -- platform/openide.loaders/nbproject/project.xml | 21 ++++++---- .../org/openide/text/TemplatesMimeTypeTest.java | 6 +++ platform/templates/nbproject/project.xml | 15 +++++--- .../modules/templates/PropertiesProviderTest.java | 5 +++ .../modules/templates/ui/TemplatesPanelTest.java | 6 +++ profiler/profiler.oql/nbproject/project.xml | 5 +++ .../oql/engine/api/impl/OQLEngineImpl.java | 1 + .../modules/profiler/oql/engine/api/impl/hat.js | 4 +- .../oql/engine/api/impl/OQLEngineTest.java | 7 +++- webcommon/api.knockout/nbproject/project.xml | 14 +++++++ 14 files changed, 104 insertions(+), 75 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
