(datasketches-website) branch asf-site updated: Automatic Site Publish by Buildbot

2024-06-02 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/datasketches-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 08398d9f Automatic

(openoffice-project) branch asf-site updated: Automatic Site Publish by Buildbot

2024-06-02 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/openoffice-project.git The following commit(s) were added to refs/heads/asf-site by this push: new 4fc45f4 Automatic Site

(datasketches-website) branch asf-site updated: Automatic Site Publish by Buildbot

2024-06-02 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/datasketches-website.git The following commit(s) were added to refs/heads/asf-site by this push: new cee87a05 Automatic

(datasketches-website) branch asf-site updated: Automatic Site Publish by Buildbot

2024-06-02 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/datasketches-website.git The following commit(s) were added to refs/heads/asf-site by this push: new bc539868 Automatic

[jira] [Commented] (ARIES-2016) Upgrade ZooKeeper

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851446#comment-17851446 ] ASF subversion and git services commented on ARIES-2016: Commit

[jira] [Commented] (ARIES-2155) Upgrade to SLF4J 2.0.13 and Logback 1.3.14

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851445#comment-17851445 ] ASF subversion and git services commented on ARIES-2155: Commit

(datasketches-website) branch asf-site updated: Automatic Site Publish by Buildbot

2024-06-02 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/datasketches-website.git The following commit(s) were added to refs/heads/asf-site by this push: new bf167f8d Automatic

[jira] [Commented] (DERBY-6445) JDBC 4.2: Add support for new date and time classes

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/DERBY-6445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851443#comment-17851443 ] ASF subversion and git services commented on DERBY-6445: Commit 1918123 from

(openoffice-project) branch asf-site updated: Automatic Site Publish by Buildbot

2024-06-02 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/openoffice-project.git The following commit(s) were added to refs/heads/asf-site by this push: new 853ffd3 Automatic Site

[jira] [Commented] (NIFI-13336) Update aws, azure, gcp, commons-cli/net/compress, fabric8, neo4j, and spring integration mail

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851406#comment-17851406 ] ASF subversion and git services commented on NIFI-13336: Commit

[hackers] [surf/surf-webkit2] webext: Free JavaScript objects || Quentin Rameau

2024-06-02 Thread git
is always increased, and has to be released always. diff --git a/webext-surf.c b/webext-surf.c index 84191f3..230c71b 100644 --- a/webext-surf.c +++ b/webext-surf.c @@ -25,6 +25,7 @@ readsock(GIOChannel *s, GIOCondition c, gpointer unused) static char js[48], msg[MSGBUFSZ

[hackers] [surf/surf-webkit2] webext: Process full messages || Quentin Rameau

2024-06-02 Thread git
. Do a bit of message reassembly. diff --git a/webext-surf.c b/webext-surf.c index 230c71b..7063fa7 100644 --- a/webext-surf.c +++ b/webext-surf.c @@ -19,61 +19,99 @@ static WebKitWebExtension *webext; static int sock; -static gboolean -readsock(GIOChannel *s, GIOCondition c, gpointer unused

[hackers] [surf/surf-webkit2] Fix message sizes for web extension communication || Quentin Rameau

2024-06-02 Thread git
commit b48be75179e5e2839b60f713111a1789b868cede Author: Quentin Rameau AuthorDate: Sun Mar 17 08:06:01 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 09:13:56 2024 +0100 Fix message sizes for web extension communication diff --git a/surf.c b/surf.c index f35cb05..18d65d7

[hackers] [surf/surf-webkit2] Update deprecated JavaScript eval function || Quentin Rameau

2024-06-02 Thread git
deprecated since 2.40. diff --git a/surf.c b/surf.c index b8b76c9..1515a57 100644 --- a/surf.c +++ b/surf.c @@ -973,7 +973,8 @@ evalscript(Client *c, const char *jsstr, ...) script = g_strdup_vprintf(jsstr, ap); va_end(ap); - webkit_web_view_run_javascript(c->view, scr

[hackers] [surf/surf-webkit2] Update get frame name function || Quentin Rameau

2024-06-02 Thread git
deprecated since 2.40. diff --git a/surf.c b/surf.c index 72b4933..209120f 100644 --- a/surf.c +++ b/surf.c @@ -1664,8 +1664,7 @@ decidenavigation(WebKitPolicyDecision *d, Client *c) case WEBKIT_NAVIGATION_TYPE_OTHER: /* fallthrough */ default: /* Do not navigate

[hackers] [surf/surf-webkit2] Remove setting processing model || Quentin Rameau

2024-06-02 Thread git
supported since 2.40. diff --git a/surf.c b/surf.c index 1515a57..72b4933 100644 --- a/surf.c +++ b/surf.c @@ -1152,10 +1152,6 @@ newview(Client *c, WebKitWebView *rv) cookiemanager = webkit_web_context_get_cookie_manager(context); - /* rendering process model, can

[hackers] [surf/surf-webkit2] webext: Remove unused functions || Quentin Rameau

2024-06-02 Thread git
, this code can always be brought back if needed. diff --git a/surf.c b/surf.c index 209120f..f35cb05 100644 --- a/surf.c +++ b/surf.c @@ -189,7 +189,6 @@ static gboolean buttonreleased(GtkWidget *w, GdkEvent *e, Client *c); static GdkFilterReturn processx(GdkXEvent *xevent, GdkEvent *event

[hackers] [surf/surf-webkit2] Move TLS parameters handling to datamanager || Quentin Rameau

2024-06-02 Thread git
--git a/surf.c b/surf.c index 86a95f6..b8b76c9 100644 --- a/surf.c +++ b/surf.c @@ -847,7 +847,8 @@ setparameter(Client *c, int refresh, ParamName p, const Arg *a) case SpellLanguages: return; /* do nothing */ case StrictTLS

[hackers] [surf/surf-webkit2] Remove frame flattening toggle || Quentin Rameau

2024-06-02 Thread git
commit 175710126c27f4906218e40ece00abae179a1b44 Author: Quentin Rameau AuthorDate: Sun Mar 17 06:40:28 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 08:22:18 2024 +0100 Remove frame flattening toggle This has been deprecated since 2.38. diff --git a/config.def.h

[hackers] [surf/surf-webkit2] Remove Java support toggle || Quentin Rameau

2024-06-02 Thread git
commit 3f4292b7ccc4d25002a17d9f821ea0274c57098b Author: Quentin Rameau AuthorDate: Sun Mar 17 06:47:51 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 08:22:18 2024 +0100 Remove Java support toggle This has been deprecated since 2.38. diff --git a/config.def.h b

[hackers] [surf/surf-webkit2] Add webkit URI scheme || Quentin Rameau

2024-06-02 Thread git
commit f1d47112d6a9fa1848289a4a48e581992e5f91d7 Author: Quentin Rameau AuthorDate: Sun Mar 17 08:15:39 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 08:22:17 2024 +0100 Add webkit URI scheme diff --git a/surf.c b/surf.c index f8c8dec..2780072 100644 --- a/surf.c +++ b

(comdev-site) branch asf-site updated: Updated asf-site from main at 50f9c30696a67fba2a1b675ad4d05e3bbf17ac78

2024-06-02 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/comdev-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 45d600fe Updated asf-site from

[jira] [Commented] (ARIES-2145) Upgrade JmDNS to 3.5.9

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851378#comment-17851378 ] ASF subversion and git services commented on ARIES-2145: Commit

[jira] [Commented] (ARIES-2148) Upgrade Pax Url to 2.6.14

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851381#comment-17851381 ] ASF subversion and git services commented on ARIES-2148: Commit

[jira] [Commented] (ARIES-2135) Upgrade Felix Converter to 1.0.18

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851368#comment-17851368 ] ASF subversion and git services commented on ARIES-2135: Commit

[jira] [Commented] (ARIES-2143) Upgrade osgi.cmpn to 7.0.0

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851376#comment-17851376 ] ASF subversion and git services commented on ARIES-2143: Commit

[jira] [Commented] (ARIES-2146) Upgrade HawtDispatch to 1.22

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851379#comment-17851379 ] ASF subversion and git services commented on ARIES-2146: Commit

[jira] [Commented] (ARIES-2147) Upgrade EasyMock to 5.2.0

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851380#comment-17851380 ] ASF subversion and git services commented on ARIES-2147: Commit

[jira] [Commented] (ARIES-2154) Upgrade Awaitility to 3.1.6

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851387#comment-17851387 ] ASF subversion and git services commented on ARIES-2154: Commit

[jira] [Commented] (ARIES-2152) Upgrade SLF4J to 1.7.36

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851385#comment-17851385 ] ASF subversion and git services commented on ARIES-2152: Commit

[jira] [Commented] (ARIES-2139) Upgrade org.osgi.service.component.annotations to 1.5.1

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851372#comment-17851372 ] ASF subversion and git services commented on ARIES-2139: Commit

[jira] [Commented] (ARIES-2144) Upgrade Mockito to 4.11.0

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851377#comment-17851377 ] ASF subversion and git services commented on ARIES-2144: Commit

[jira] [Commented] (ARIES-2134) Upgrade Karaf to 4.4.6

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851367#comment-17851367 ] ASF subversion and git services commented on ARIES-2134: Commit

[jira] [Commented] (ARIES-2149) Upgrade Pax Logging to 1.11.2

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851382#comment-17851382 ] ASF subversion and git services commented on ARIES-2149: Commit

[jira] [Commented] (ARIES-2133) Upgrade Pax Exam to 4.13.5

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851366#comment-17851366 ] ASF subversion and git services commented on ARIES-2133: Commit

[jira] [Commented] (ARIES-2140) Upgrade org.osgi.service.jaxrs to 1.0.1

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851373#comment-17851373 ] ASF subversion and git services commented on ARIES-2140: Commit

[jira] [Commented] (ARIES-2153) Upgrade Logback to 1.2.13

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851386#comment-17851386 ] ASF subversion and git services commented on ARIES-2153: Commit

[jira] [Commented] (ARIES-2142) Upgrade Felix SCR to 2.2.10

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851375#comment-17851375 ] ASF subversion and git services commented on ARIES-2142: Commit

[jira] [Commented] (ARIES-2151) Upgrade osgi.annotation to 8.1.0

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851384#comment-17851384 ] ASF subversion and git services commented on ARIES-2151: Commit

[jira] [Commented] (ARIES-2150) Upgrade geronimo-atinject_1.0_spec to 1.2

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851383#comment-17851383 ] ASF subversion and git services commented on ARIES-2150: Commit

[jira] [Commented] (ARIES-2141) Upgrade org.osgi.util.promise to 1.3.0

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851374#comment-17851374 ] ASF subversion and git services commented on ARIES-2141: Commit

[jira] [Commented] (ARIES-2137) Upgrade Felix Config Admin to 1.9.26

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851370#comment-17851370 ] ASF subversion and git services commented on ARIES-2137: Commit

[jira] [Commented] (ARIES-2138) Upgrade Felix Framework to 7.0.5

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851371#comment-17851371 ] ASF subversion and git services commented on ARIES-2138: Commit

[jira] [Commented] (ARIES-2136) Upgrade Felix Event Admin to 1.6.4

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851369#comment-17851369 ] ASF subversion and git services commented on ARIES-2136: Commit

[jira] [Commented] (PDFBOX-5675) org.apache.pdfbox.filter.Filter#decode() Java heap space

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851364#comment-17851364 ] ASF subversion and git services commented on PDFBOX-5675: - Commit 1918113 from

[jira] [Commented] (PDFBOX-5675) org.apache.pdfbox.filter.Filter#decode() Java heap space

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851361#comment-17851361 ] ASF subversion and git services commented on PDFBOX-5675: - Commit 1918112 from

[jira] [Commented] (ATLAS-4875) Compression type should be configurable for HBase audit store

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-4875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851358#comment-17851358 ] ASF subversion and git services commented on ATLAS-4875: Commit

[jira] [Commented] (PDFBOX-5675) org.apache.pdfbox.filter.Filter#decode() Java heap space

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851356#comment-17851356 ] ASF subversion and git services commented on PDFBOX-5675: - Commit 1918111 from

[jira] [Commented] (PDFBOX-5675) org.apache.pdfbox.filter.Filter#decode() Java heap space

2024-06-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851355#comment-17851355 ] ASF subversion and git services commented on PDFBOX-5675: - Commit 1918110 from

(tomee-site-pub) branch asf-site updated: [site-publish] source tomee-site-generator https://github.com/apache/tomee-site-generator https://ci-builds.apache.org/job/Tomee/job/site-publish

2024-06-01 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/tomee-site-pub.git The following commit(s) were added to refs/heads/asf-site by this push: new ee40ffad0 [site-publish

(cassandra-website) branch asf-staging updated (f250da284 -> 590b16304)

2024-06-01 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-staging in repository https://gitbox.apache.org/repos/asf/cassandra-website.git discard f250da284 generate docs for 2884dab5 new 590b16304 generate docs for 2884dab5

[jira] [Commented] (PDFBOX-5675) org.apache.pdfbox.filter.Filter#decode() Java heap space

2024-06-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851312#comment-17851312 ] ASF subversion and git services commented on PDFBOX-5675: - Commit 1918101 from

(hbase-site) branch asf-site updated: INFRA-10751 Empty commit

2024-06-01 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/hbase-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 88c3f139f1c INFRA-10751 Empty

[jira] [Commented] (PDFBOX-5675) org.apache.pdfbox.filter.Filter#decode() Java heap space

2024-06-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851278#comment-17851278 ] ASF subversion and git services commented on PDFBOX-5675: - Commit 1918096 from

[leaf-commits] [bering-uclibc] Repository for Bering-uClibc. branch master updated. v7.3.1-rc1-6-g6b4f36a19c

2024-06-01 Thread kapeka via leaf-git-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Repository for Bering-uClibc.". The branch, master has been updated via 6b4f36a19c2edcbdf4581cbb7b3d7aa4ec9504

[leaf-commits] [bering-uclibc] Repository for Bering-uClibc. branch master updated. v7.3.1-rc1-5-g710493b9dd

2024-06-01 Thread kapeka via leaf-git-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Repository for Bering-uClibc.". The branch, master has been updated via 710493b9dd08a81aa61bbb6abd65eabe67d4a7

[jira] [Commented] (PDFBOX-5660) Improve code quality (5)

2024-06-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851258#comment-17851258 ] ASF subversion and git services commented on PDFBOX-5660: - Commit 1918094 from

[jira] [Commented] (PDFBOX-5660) Improve code quality (5)

2024-06-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851257#comment-17851257 ] ASF subversion and git services commented on PDFBOX-5660: - Commit 1918093 from

(cassandra-website) branch asf-staging updated (b36348e19 -> f250da284)

2024-06-01 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-staging in repository https://gitbox.apache.org/repos/asf/cassandra-website.git discard b36348e19 generate docs for 2884dab5 new f250da284 generate docs for 2884dab5

[EGIT] [efl] 01/01: Exactness: fix signature compilation error with gcc 14

2024-06-01 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to reference refs/pull/62/head in repository efl. View the commit online. commit 4fea07aa92c4a6027be96fcab21508e044d7b1cf Author: Vincent Torri AuthorDate: Sat Jun 1 08:21:19 2024 +0200 Exactness: fix

[EGIT] [efl] 01/01: Exactness: fix signature compilation error with gcc 14

2024-06-01 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch vtorri_exactness in repository efl. View the commit online. commit 4fea07aa92c4a6027be96fcab21508e044d7b1cf Author: Vincent Torri AuthorDate: Sat Jun 1 08:21:19 2024 +0200 Exactness: fix

[EGIT] [efl] 01/01: Add Angle library detection on Windows

2024-05-31 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to reference refs/pull/61/head in repository efl. View the commit online. commit 4f8f721778d91af08a2ac5f24d91e368dd28328a Author: Vincent Torri AuthorDate: Sat Jun 1 06:56:48 2024 +0200 Add Angle

[EGIT] [efl] 01/01: Add Angle library detection on Windows

2024-05-31 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch vtorri_angle in repository efl. View the commit online. commit 4f8f721778d91af08a2ac5f24d91e368dd28328a Author: Vincent Torri AuthorDate: Sat Jun 1 06:56:48 2024 +0200 Add Angle library

[EGIT] [efl] 01/01: Eina: fix constness compilation error with gcc 14

2024-05-31 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to reference refs/pull/60/head in repository efl. View the commit online. commit 33c67eebe17283c5e8f57b8c661b99b50d289613 Author: Vincent Torri AuthorDate: Sat Jun 1 06:42:19 2024 +0200 Eina: fix

[EGIT] [efl] 01/01: Eina: fix constness compilation error with gcc 14

2024-05-31 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch vtorri_winiconv in repository efl. View the commit online. commit 33c67eebe17283c5e8f57b8c661b99b50d289613 Author: Vincent Torri AuthorDate: Sat Jun 1 06:42:19 2024 +0200 Eina: fix constness

[jira] [Commented] (PDFBOX-5660) Improve code quality (5)

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851246#comment-17851246 ] ASF subversion and git services commented on PDFBOX-5660: - Commit 1918090 from

[jira] [Commented] (PDFBOX-5660) Improve code quality (5)

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851247#comment-17851247 ] ASF subversion and git services commented on PDFBOX-5660: - Commit 1918091 from

[jira] [Commented] (PDFBOX-5660) Improve code quality (5)

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851245#comment-17851245 ] ASF subversion and git services commented on PDFBOX-5660: - Commit 1918089 from

[jira] [Commented] (SOLR-17118) Solr deadlock during servlet container start

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851239#comment-17851239 ] ASF subversion and git services commented on SOLR-17118: Commit

[jira] [Commented] (SOLR-17271) PerReplicaState: Shard leader elections still impact state.json

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851235#comment-17851235 ] ASF subversion and git services commented on SOLR-17271: Commit

[jira] [Commented] (SOLR-17271) PerReplicaState: Shard leader elections still impact state.json

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851233#comment-17851233 ] ASF subversion and git services commented on SOLR-17271: Commit

[jira] [Commented] (SOLR-16093) Tests should not require a working IPv6 networking stack

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851231#comment-17851231 ] ASF subversion and git services commented on SOLR-16093: Commit

[jira] [Commented] (IMPALA-13111) impala-gdb.py's find-query-ids/find-fragment-instances return unusable query ids

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/IMPALA-13111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851225#comment-17851225 ] ASF subversion and git services commented on IMPALA-13111: -- Commit

[jira] [Commented] (IMPALA-6416) Extend Thread::Create to track fragment instance id automatically based on parent's fid

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/IMPALA-6416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851226#comment-17851226 ] ASF subversion and git services commented on IMPALA-6416: - Commit

[jira] [Commented] (PDFBOX-5832) Error when writing a document with OutlineItems containing null SE objects

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851213#comment-17851213 ] ASF subversion and git services commented on PDFBOX-5832: - Commit 1918084 from

[jira] [Commented] (PDFBOX-5832) Error when writing a document with OutlineItems containing null SE objects

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851214#comment-17851214 ] ASF subversion and git services commented on PDFBOX-5832: - Commit 1918085 from

(cassandra-website) branch asf-staging updated (26d2c71e0 -> b36348e19)

2024-05-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-staging in repository https://gitbox.apache.org/repos/asf/cassandra-website.git discard 26d2c71e0 generate docs for 2884dab5 new b36348e19 generate docs for 2884dab5

[jira] [Commented] (ARTEMIS-4789) Page.destroy race with cleanup

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARTEMIS-4789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851195#comment-17851195 ] ASF subversion and git services commented on ARTEMIS-4789: -- Commit

[jira] [Commented] (SOLR-16093) Tests should not require a working IPv6 networking stack

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851193#comment-17851193 ] ASF subversion and git services commented on SOLR-16093: Commit

[jira] [Commented] (NIFI-13307) Refactor KeyStoreUtils References using nifi-security-ssl

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851189#comment-17851189 ] ASF subversion and git services commented on NIFI-13307: Commit

[jira] [Commented] (SOLR-17137) Prometheus-exporter support SSL on Solr standalone

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851176#comment-17851176 ] ASF subversion and git services commented on SOLR-17137: Commit

[jira] [Commented] (SOLR-17137) Prometheus-exporter support SSL on Solr standalone

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851173#comment-17851173 ] ASF subversion and git services commented on SOLR-17137: Commit

[jira] [Commented] (AVRO-3987) Concurrency improvement for ReflectData FieldAccessors

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851145#comment-17851145 ] ASF subversion and git services commented on AVRO-3987: --- Commit

(plc4x-website) branch asf-site updated: Site checkin for project PLC4X: Jenkins Tools

2024-05-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/plc4x-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 9dd404e8c Site checkin

[jira] [Commented] (NIFI-13267) Bump NiFi NAR Maven plugin version

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851118#comment-17851118 ] ASF subversion and git services commented on NIFI-13267: Commit

[jira] [Commented] (AVRO-3965) Default values for fixed can be longer than size

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851104#comment-17851104 ] ASF subversion and git services commented on AVRO-3965: --- Commit

[jira] [Commented] (NIFI-13320) Upgrade Spring Boot to 3.3.0

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851057#comment-17851057 ] ASF subversion and git services commented on NIFI-13320: Commit

[jira] [Commented] (PDFBOX-5660) Improve code quality (5)

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851041#comment-17851041 ] ASF subversion and git services commented on PDFBOX-5660: - Commit 1918072 from

[jira] [Commented] (PDFBOX-5660) Improve code quality (5)

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851040#comment-17851040 ] ASF subversion and git services commented on PDFBOX-5660: - Commit 1918071 from

[jira] [Commented] (PDFBOX-5660) Improve code quality (5)

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851037#comment-17851037 ] ASF subversion and git services commented on PDFBOX-5660: - Commit 1918070 from

[sr-dev] [kamailio/kamailio] 200OK (for deregistration: REGISTER with Expire:0) is not reaching to UE (Issue #3866)

2024-05-31 Thread deepak-git-account via sr-dev
### Description During de-registration, Kamailio receives REGISTER (with expire 0), and then send Session Termination request, and only after getting Session Termination Answer, Kamailo sends 200OK. This is not sent till UE. The reason is after receiving Session Termination Request, the PCRF

[jira] [Commented] (NIFI-13309) MiNiFi flow update fails to lookup compatible bundles

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850992#comment-17850992 ] ASF subversion and git services commented on NIFI-13309: Commit

(james-site) branch asf-staging updated: Site checkin for project Apache James: Jenkins Tools

2024-05-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/james-site.git The following commit(s) were added to refs/heads/asf-staging by this push: new 5757a9179 Site checkin

[jira] [Commented] (ARIES-2154) Upgrade Awaitility to 3.1.6

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850935#comment-17850935 ] ASF subversion and git services commented on ARIES-2154: Commit

[jira] [Commented] (ARIES-2151) Upgrade osgi.annotation to 8.1.0

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850932#comment-17850932 ] ASF subversion and git services commented on ARIES-2151: Commit

[jira] [Commented] (ARIES-2152) Upgrade SLF4J to 1.7.36

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850933#comment-17850933 ] ASF subversion and git services commented on ARIES-2152: Commit

[jira] [Commented] (ARIES-2143) Upgrade osgi.cmpn to 7.0.0

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850924#comment-17850924 ] ASF subversion and git services commented on ARIES-2143: Commit

[jira] [Commented] (ARIES-2150) Upgrade geronimo-atinject_1.0_spec to 1.2

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850931#comment-17850931 ] ASF subversion and git services commented on ARIES-2150: Commit

[jira] [Commented] (ARIES-2148) Upgrade Pax Url to 2.6.14

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850929#comment-17850929 ] ASF subversion and git services commented on ARIES-2148: Commit

[jira] [Commented] (ARIES-2139) Upgrade org.osgi.service.component.annotations to 1.5.1

2024-05-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ARIES-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850920#comment-17850920 ] ASF subversion and git services commented on ARIES-2139: Commit

  1   2   3   4   5   6   7   8   9   10   >