{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":104483770,"defaultBranch":"master","name":"netbeans","ownerLogin":"matthiasblaesing","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2017-09-22T14:28:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2179736?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716142479.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"110fc6591ddf2b0bd1993880bea40eff4409c0ac","ref":"refs/heads/toggle_bookmarks","pushedAt":"2024-05-19T18:14:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Fix usage of ToggleBookmarkAction in split windows scenario\n\nIt was observed, that the \"Goto Bookmark\" actions cause the goto action\nin the correct window (the focused one or the one the toolbar is\nlocated in), while the \"Toogle Bookmark\" action invokes the\naction for the first editor window.\n\nThe implementation of the ToggleBookmarkAction implies that the button\nshould reflect whether or not there s a bookmark on the current line\n(rendering the button active/pressed when there is a bookmark). It was\nobservered, that this does not work.\n\nSo instead of fixing the complex implementation, the implementation for\nToggleBookmarkAction was aligned with the \"GotoBookmarkAction\",\ninheriting the \"find the right text component\" behavior from BaseAction.\n\nCloses: #4155","shortMessageHtmlLink":"Fix usage of ToggleBookmarkAction in split windows scenario"}},{"before":"fca118c3c0f650545b01daf91007742823965171","after":"a45f059c787012cc707717bfaa2673eff22dc2e1","ref":"refs/heads/annotation_class_parameter","pushedAt":"2024-05-13T20:03:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Fix TreeUtilities.pathFor for synthetic 'value=' in annotations also for start position\n\nCloses: #4186","shortMessageHtmlLink":"Fix TreeUtilities.pathFor for synthetic 'value=' in annotations also …"}},{"before":null,"after":"fca118c3c0f650545b01daf91007742823965171","ref":"refs/heads/annotation_class_parameter","pushedAt":"2024-05-13T19:58:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"TreeUtilities.pathFor for synthetic 'value=' in annotations also for start position\n\nCloses: #4186","shortMessageHtmlLink":"TreeUtilities.pathFor for synthetic 'value=' in annotations also for …"}},{"before":null,"after":"48c3a205a8186f1019d6f7dc4194b304bbc21a23","ref":"refs/heads/maven_refactoring","pushedAt":"2024-05-05T18:35:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Renaming classes in Maven projects without project properties fails\n\nThe MavenRefactoringPlugin provides a rename refactoring for classes.\nIf a class is renamed, it is checked whether that class is referenced\nfrom the project exec.mainClass property. The properties are not\nrequired and can be null, this case must be checked.","shortMessageHtmlLink":"Renaming classes in Maven projects without project properties fails"}},{"before":"7e9e820aa8807b63af1de58ffd82091334627e95","after":"04a93a249925625eedebffb91b958ebd02633f5d","ref":"refs/heads/logging","pushedAt":"2024-04-30T19:16:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Configure commons-logging to log using java.util.logging\n\nIt was observed that maven classpath display failed. The stack trace:\n\n [exec] SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.maven.repository.ui.ArtifactMultiViewFactory$1\n [exec] java.lang.ClassNotFoundException: org.slf4j.MarkerFactory cannot be found by org.apache.commons.logging_1.3.1\n [exec] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)\n [exec] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)\n [exec] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)\n [exec] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)\n [exec] at org.netbeans.modules.netbinox.NetbinoxLoader.loadClass(NetbinoxLoader.java:55)\n [exec] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)\n [exec] Caused: java.lang.NoClassDefFoundError: org/slf4j/MarkerFactory\n [exec] at org.apache.commons.logging.impl.Slf4jLogFactory.(Slf4jLogFactory.java:255)\n [exec] at java.base/java.lang.Class.forName0(Native Method)\n [exec] at java.base/java.lang.Class.forName(Class.java:421)\n [exec] at java.base/java.lang.Class.forName(Class.java:412)\n [exec] at org.apache.commons.logging.LogFactory.createFactory(LogFactory.java:419)\n [exec] at org.apache.commons.logging.LogFactory.lambda$newFactory$3(LogFactory.java:1432)\n [exec] at java.base/java.security.AccessController.doPrivileged(AccessController.java:319)\n [exec] at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:1431)\n [exec] at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:934)\n [exec] at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:987)\n [exec] at org.apache.http.conn.ssl.AbstractVerifier.(AbstractVerifier.java:61)\n [exec] at org.apache.http.conn.ssl.AllowAllHostnameVerifier.(AllowAllHostnameVerifier.java:44)\n [exec] at org.apache.http.conn.ssl.AllowAllHostnameVerifier.(AllowAllHostnameVerifier.java:46)\n [exec] at org.apache.http.conn.ssl.SSLConnectionSocketFactory.(SSLConnectionSocketFactory.java:151)\n [exec] at org.eclipse.aether.transport.http.GlobalState.newConnectionManager(GlobalState.java:169)\n [exec] at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)\n [exec] at org.eclipse.aether.transport.http.GlobalState.getConnectionManager(GlobalState.java:145)\n [exec] at org.eclipse.aether.transport.http.LocalState.(LocalState.java:62)\n [exec] at org.eclipse.aether.transport.http.HttpTransporter.(HttpTransporter.java:197)\n [exec] at org.eclipse.aether.transport.http.HttpTransporterFactory.newInstance(HttpTransporterFactory.java:95)\n [exec] at org.eclipse.aether.internal.impl.DefaultTransporterProvider.newTransporter(DefaultTransporterProvider.java:\n\nindicates, that commons-logging tries to load slf4j to handle logging,\nbut fails. Running with\n\"-J-Dorg.apache.commons.logging.diagnostics.dest=STDERR\"\nsupports that conclusion:\n\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [ENV] Extension directories (java.ext.dir): null\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [ENV] Application classpath (java.class.path): /home/matthias/src/netbeans/nbbuild/netbeans/platform/lib/boot.jar:/home/matthias/src/netbeans/nbbuild/netbeans/platform/lib/org-openide-modules.jar:/home/matthias/src/netbeans/nbbuild/netbeans/platform/lib/org-openide-util.jar:/home/matthias/src/netbeans/nbbuild/netbeans/platform/lib/org-openide-util-lookup.jar:/home/matthias/src/netbeans/nbbuild/netbeans/platform/lib/org-openide-util-ui.jar\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [ENV] Class org.apache.commons.logging.LogFactory was loaded via class loader org.netbeans.modules.netbinox.NetbinoxLoader@244303269\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [ENV] Ancestry of class loader which loaded org.apache.commons.logging.LogFactory is org.netbeans.modules.netbinox.NetbinoxLoader@244303269 == 'NetbinoxLoader delegating to org.apache.commons.logging_1.3.1'\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [ENV] Ancestry of class loader which loaded org.apache.commons.logging.LogFactory is ClassLoader tree:org.netbeans.modules.netbinox.NetbinoxLoader@244303269 --> jdk.internal.loader.ClassLoaders$PlatformClassLoader@1922830567 --> BOOT\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] BOOTSTRAP COMPLETED\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] LogFactory implementation requested for the first time for context class loader org.codehaus.plexus.classworlds.realm.ClassRealm@1303991949\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] org.codehaus.plexus.classworlds.realm.ClassRealm@1303991949 == 'ClassRealm[project>org.knowm.xchart:xchart:3.8.7, parent: ClassRealm[maven.api, parent: null]]'\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] ClassLoader tree:org.codehaus.plexus.classworlds.realm.ClassRealm@1303991949 --> BOOT\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] No properties file of name 'commons-logging.properties' found.\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] Looking for system property [org.apache.commons.logging.LogFactory] to define the LogFactory subclass to use...\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] No system property [org.apache.commons.logging.LogFactory] defined.\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] Using ServiceLoader to define the LogFactory subclass to use...\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] No properties file available to determine LogFactory subclass from..\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] Checking if class 'org.apache.logging.log4j.Logger' is available in class loader org.netbeans.modules.netbinox.NetbinoxLoader@244303269\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] Failed to load class 'org.apache.logging.log4j.Logger' from class loader org.netbeans.modules.netbinox.NetbinoxLoader@244303269: org.apache.logging.log4j.Logger\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] Checking if class 'org.slf4j.Logger' is available in class loader org.netbeans.modules.netbinox.NetbinoxLoader@244303269\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] SLF4J detected. Loading the SLF4J LogFactory implementation 'org.apache.commons.logging.impl.Slf4jLogFactory'.\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] Unable to load factory class via class loader org.codehaus.plexus.classworlds.realm.ClassRealm@1303991949 - trying the class loader associated with this LogFactory.\nSEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.maven.repository.ui.ArtifactMultiViewFactory$1","shortMessageHtmlLink":"Configure commons-logging to log using java.util.logging"}},{"before":null,"after":"7e9e820aa8807b63af1de58ffd82091334627e95","ref":"refs/heads/logging","pushedAt":"2024-04-30T19:14:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Configure commons-logging to log using java.util.logging\n\nIt was observed that maven classpath display failed. The stack trace:\n\n [exec] SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.maven.repository.ui.ArtifactMultiViewFactory$1\n [exec] java.lang.ClassNotFoundException: org.slf4j.MarkerFactory cannot be found by org.apache.commons.logging_1.3.1\n [exec] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)\n [exec] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)\n [exec] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)\n [exec] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)\n [exec] at org.netbeans.modules.netbinox.NetbinoxLoader.loadClass(NetbinoxLoader.java:55)\n [exec] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)\n [exec] Caused: java.lang.NoClassDefFoundError: org/slf4j/MarkerFactory\n [exec] at org.apache.commons.logging.impl.Slf4jLogFactory.(Slf4jLogFactory.java:255)\n [exec] at java.base/java.lang.Class.forName0(Native Method)\n [exec] at java.base/java.lang.Class.forName(Class.java:421)\n [exec] at java.base/java.lang.Class.forName(Class.java:412)\n [exec] at org.apache.commons.logging.LogFactory.createFactory(LogFactory.java:419)\n [exec] at org.apache.commons.logging.LogFactory.lambda$newFactory$3(LogFactory.java:1432)\n [exec] at java.base/java.security.AccessController.doPrivileged(AccessController.java:319)\n [exec] at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:1431)\n [exec] at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:934)\n [exec] at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:987)\n [exec] at org.apache.http.conn.ssl.AbstractVerifier.(AbstractVerifier.java:61)\n [exec] at org.apache.http.conn.ssl.AllowAllHostnameVerifier.(AllowAllHostnameVerifier.java:44)\n [exec] at org.apache.http.conn.ssl.AllowAllHostnameVerifier.(AllowAllHostnameVerifier.java:46)\n [exec] at org.apache.http.conn.ssl.SSLConnectionSocketFactory.(SSLConnectionSocketFactory.java:151)\n [exec] at org.eclipse.aether.transport.http.GlobalState.newConnectionManager(GlobalState.java:169)\n [exec] at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)\n [exec] at org.eclipse.aether.transport.http.GlobalState.getConnectionManager(GlobalState.java:145)\n [exec] at org.eclipse.aether.transport.http.LocalState.(LocalState.java:62)\n [exec] at org.eclipse.aether.transport.http.HttpTransporter.(HttpTransporter.java:197)\n [exec] at org.eclipse.aether.transport.http.HttpTransporterFactory.newInstance(HttpTransporterFactory.java:95)\n [exec] at org.eclipse.aether.internal.impl.DefaultTransporterProvider.newTransporter(DefaultTransporterProvider.java:\n\nindicates, that commons-logging tries to load slf4j to handle logging,\nbut fails. Running with\n\"-J-Dorg.apache.commons.logging.diagnostics.dest=STDERR\"\nsupports that conclusion:\n\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [ENV] Extension directories (java.ext.dir): null\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [ENV] Application classpath (java.class.path): /home/matthias/src/netbeans/nbbuild/netbeans/platform/lib/boot.jar:/home/matthias/src/netbeans/nbbuild/netbeans/platform/lib/org-openide-modules.jar:/home/matthias/src/netbeans/nbbuild/netbeans/platform/lib/org-openide-util.jar:/home/matthias/src/netbeans/nbbuild/netbeans/platform/lib/org-openide-util-lookup.jar:/home/matthias/src/netbeans/nbbuild/netbeans/platform/lib/org-openide-util-ui.jar\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [ENV] Class org.apache.commons.logging.LogFactory was loaded via class loader org.netbeans.modules.netbinox.NetbinoxLoader@244303269\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [ENV] Ancestry of class loader which loaded org.apache.commons.logging.LogFactory is org.netbeans.modules.netbinox.NetbinoxLoader@244303269 == 'NetbinoxLoader delegating to org.apache.commons.logging_1.3.1'\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [ENV] Ancestry of class loader which loaded org.apache.commons.logging.LogFactory is ClassLoader tree:org.netbeans.modules.netbinox.NetbinoxLoader@244303269 --> jdk.internal.loader.ClassLoaders$PlatformClassLoader@1922830567 --> BOOT\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] BOOTSTRAP COMPLETED\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] LogFactory implementation requested for the first time for context class loader org.codehaus.plexus.classworlds.realm.ClassRealm@1303991949\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] org.codehaus.plexus.classworlds.realm.ClassRealm@1303991949 == 'ClassRealm[project>org.knowm.xchart:xchart:3.8.7, parent: ClassRealm[maven.api, parent: null]]'\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] ClassLoader tree:org.codehaus.plexus.classworlds.realm.ClassRealm@1303991949 --> BOOT\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] No properties file of name 'commons-logging.properties' found.\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] Looking for system property [org.apache.commons.logging.LogFactory] to define the LogFactory subclass to use...\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] No system property [org.apache.commons.logging.LogFactory] defined.\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] Using ServiceLoader to define the LogFactory subclass to use...\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] No properties file available to determine LogFactory subclass from..\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] Checking if class 'org.apache.logging.log4j.Logger' is available in class loader org.netbeans.modules.netbinox.NetbinoxLoader@244303269\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] Failed to load class 'org.apache.logging.log4j.Logger' from class loader org.netbeans.modules.netbinox.NetbinoxLoader@244303269: org.apache.logging.log4j.Logger\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] Checking if class 'org.slf4j.Logger' is available in class loader org.netbeans.modules.netbinox.NetbinoxLoader@244303269\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] [LOOKUP] SLF4J detected. Loading the SLF4J LogFactory implementation 'org.apache.commons.logging.impl.Slf4jLogFactory'.\n[LogFactory from org.netbeans.modules.netbinox.NetbinoxLoader@244303269] Unable to load factory class via class loader org.codehaus.plexus.classworlds.realm.ClassRealm@1303991949 - trying the class loader associated with this LogFactory.\nSEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.maven.repository.ui.ArtifactMultiViewFactory$1\n\n\n\n\n\n\n\nGiven that NetBeans uses java.util.logging itself,\nredirecting through slf4j seems wrong.","shortMessageHtmlLink":"Configure commons-logging to log using java.util.logging"}},{"before":"6ce16beef5850ff89cb465229e3a110323c2d77c","after":null,"ref":"refs/heads/entities_from_database","pushedAt":"2024-04-19T17:01:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"}},{"before":"214f39ae9655d87a9610aaedf8789d9cf06fd3b8","after":null,"ref":"refs/heads/properties","pushedAt":"2024-04-19T17:01:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"}},{"before":"65e0d5159183589d830acbd07f941c7b21a7dc36","after":null,"ref":"refs/heads/ns_jsf4","pushedAt":"2024-04-19T17:00:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"}},{"before":"336160a569820df7e4eed600c01deba8fee5bfbb","after":null,"ref":"refs/heads/handle_jar_url_in_js_classpath_provider","pushedAt":"2024-04-19T17:00:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"}},{"before":"55ff385a4743a65cabd1726ce22f9a0930eacd9f","after":null,"ref":"refs/heads/jsf_composite_resources","pushedAt":"2024-04-19T16:59:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"}},{"before":"4ad9fe2b77ff078f5d132b87f0caa738af721ca7","after":null,"ref":"refs/heads/jsf","pushedAt":"2024-04-19T16:59:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"}},{"before":"9766a6204c9d62d6051c33bdcd1350567a26ba50","after":null,"ref":"refs/heads/js-import-meta","pushedAt":"2024-04-19T16:59:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"}},{"before":"4ac0ff8d9eaf8b7573509efe3d8a8795365234cb","after":null,"ref":"refs/heads/derby_jpa_integration","pushedAt":"2024-04-19T16:59:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"}},{"before":"91431f6c2da75eb0621701c42ed5faff91dcb9f0","after":null,"ref":"refs/heads/chrome_devtools_protocol","pushedAt":"2024-04-19T16:59:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"}},{"before":"0986838d51a5615d74825198b65685dd3cc6c04f","after":null,"ref":"refs/heads/catalogs_payara_glassfish","pushedAt":"2024-04-19T16:59:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"}},{"before":"2244019cecd9e3bbd8249daa26056d7c97691367","after":null,"ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-19T16:58:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"}},{"before":"f4e4d62bf6e0b9f7cd68b279f3d090a99abad04f","after":"91431f6c2da75eb0621701c42ed5faff91dcb9f0","ref":"refs/heads/chrome_devtools_protocol","pushedAt":"2024-04-14T19:20:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"JS sourcemap: Handle unmappable files in debug frames","shortMessageHtmlLink":"JS sourcemap: Handle unmappable files in debug frames"}},{"before":"14fb065d23dca2fae74483b38bfe733504317c16","after":"2244019cecd9e3bbd8249daa26056d7c97691367","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-14T18:35:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Fix endless loop when determining GraalSDK dependent modules","shortMessageHtmlLink":"Fix endless loop when determining GraalSDK dependent modules"}},{"before":"d6ed8e403fb9670cc33d8fd0c9fde6bda3cb1ce9","after":"14fb065d23dca2fae74483b38bfe733504317c16","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-11T18:16:22.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Complete graalvm <= 17 removal","shortMessageHtmlLink":"Complete graalvm <= 17 removal"}},{"before":"03bd981c6ea63483587f25e85cf226869a6f95b5","after":"d6ed8e403fb9670cc33d8fd0c9fde6bda3cb1ce9","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-10T20:18:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Restore core.networking test to its original location","shortMessageHtmlLink":"Restore core.networking test to its original location"}},{"before":"427b24094ca9d3b5348510a5778fb6cf18a8765c","after":"03bd981c6ea63483587f25e85cf226869a6f95b5","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-10T18:38:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Remove OpenIDE-Module-Hide-Classpath-Packages to support GraalVM 17","shortMessageHtmlLink":"Remove OpenIDE-Module-Hide-Classpath-Packages to support GraalVM 17"}},{"before":"282401359ea15eeebb679f03ae83f7f39688a6c1","after":"427b24094ca9d3b5348510a5778fb6cf18a8765c","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-10T17:12:28.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Reduce system property modifications for GraalVM","shortMessageHtmlLink":"Reduce system property modifications for GraalVM"}},{"before":"3ab04b1e7a54b2ba8c92094e9fde16ade03f8837","after":"282401359ea15eeebb679f03ae83f7f39688a6c1","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-08T20:36:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Minimal working implementation of a working GraalVM/GraalJS setup","shortMessageHtmlLink":"Minimal working implementation of a working GraalVM/GraalJS setup"}},{"before":"32a10a64a07e13d3d91c37308693896c53c747e6","after":"3ab04b1e7a54b2ba8c92094e9fde16ade03f8837","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-07T17:08:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Drop GraalVM test runs from CI/CD\n\nThe GraalVM tests have tested outdated GraalVM execution modes. In the\nbeginning GraalVM had the mode where the base VM was installed and\nadditional languages were installed in to that distribution.\n\nThat mode was replaced by either distinctive distributions for the\nsupported languages or by loading the JARs into the classpath.\n\nThe latter approach is in line with the NetBeans approach to loading\nJS support through GraalVM/Truffle.","shortMessageHtmlLink":"Drop GraalVM test runs from CI/CD"}},{"before":"da32e879f4037af53a0d8cfe4ba9012f507e0e47","after":"32a10a64a07e13d3d91c37308693896c53c747e6","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-07T11:44:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Drop GraalVM test runs from CI/CD\n\nThe GraalVM tests have tested outdated GraalVM execution modes. In the\nbeginning GraalVM had the mode where the base VM was installed and\nadditional languages were installed in to that distribution.\n\nThat mode was replaced by either distinctive distributions for the\nsupported languages or by loading the JARs into the classpath.\n\nThe latter approach is in line with the NetBeans approach to loading\nJS support through GraalVM/Truffle.","shortMessageHtmlLink":"Drop GraalVM test runs from CI/CD"}},{"before":"a2526b31e29e7152fbdc3eb44f32888a9415408a","after":"da32e879f4037af53a0d8cfe4ba9012f507e0e47","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-07T11:42:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Drop GraalVM test runs from CI/CD\n\nThe GraalVM tests have tested outdated GraalVM execution modes. In the\nbeginning GraalVM had the mode where the base VM was installed and\nadditional languages were installed in to that distribution.\n\nThat mode was replaced by either distinctive distributions for the\nsupported languages or by loading the JARs into the classpath.\n\nThe latter approach is in line with the NetBeans approach to loading\nJS support through GraalVM/Truffle.","shortMessageHtmlLink":"Drop GraalVM test runs from CI/CD"}},{"before":"7c265c63af8cde2d0be8b423d85bdda688850aed","after":"a2526b31e29e7152fbdc3eb44f32888a9415408a","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-06T18:04:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Update GraalJS to 23.0.3\n\nCloses: #7245","shortMessageHtmlLink":"Update GraalJS to 23.0.3"}},{"before":"d35c80924d8d54c14ca852f0e7df1349bbda021c","after":"7c265c63af8cde2d0be8b423d85bdda688850aed","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-06T14:33:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Update GraalJS to 23.0.3\n\nCloses: #7245","shortMessageHtmlLink":"Update GraalJS to 23.0.3"}},{"before":null,"after":"d35c80924d8d54c14ca852f0e7df1349bbda021c","ref":"refs/heads/update_truffle_js","pushedAt":"2024-04-05T19:43:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"matthiasblaesing","name":"Matthias Bläsing","path":"/matthiasblaesing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2179736?s=80&v=4"},"commit":{"message":"Update GraalJS to 23.0.3\n\nCloses: #7245","shortMessageHtmlLink":"Update GraalJS to 23.0.3"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETjDWZAA","startCursor":null,"endCursor":null}},"title":"Activity · matthiasblaesing/netbeans"}