[jira] [Commented] (OPENMEETINGS-2780) (8.0.0) Libraries should be updated

2024-02-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17820974#comment-17820974
 ] 

ASF subversion and git services commented on OPENMEETINGS-2780:
---

Commit fd6557482f9fa28a1dd398117e9f6f7650692255 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=fd6557482 ]

[OPENMEETINGS-2780] build is fixed


> (8.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2780
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2780
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 8.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 8.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


(openmeetings) branch master updated: [OPENMEETINGS-2780] build is fixed

2024-02-26 Thread solomax
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
 new fd6557482 [OPENMEETINGS-2780] build is fixed
fd6557482 is described below

commit fd6557482f9fa28a1dd398117e9f6f7650692255
Author: Maxim Solodovnik 
AuthorDate: Tue Feb 27 12:55:45 2024 +0700

[OPENMEETINGS-2780] build is fixed
---
 openmeetings-db/src/main/java/module-info.java  | 2 ++
 openmeetings-service/src/main/java/module-info.java | 2 +-
 openmeetings-util/src/main/java/module-info.java| 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/openmeetings-db/src/main/java/module-info.java 
b/openmeetings-db/src/main/java/module-info.java
index 592e04f20..02e3d16df 100644
--- a/openmeetings-db/src/main/java/module-info.java
+++ b/openmeetings-db/src/main/java/module-info.java
@@ -53,6 +53,7 @@ module org.apache.openmeetings.db {
 
requires transitive com.github.openjson;
 
+   requires org.apache.commons.codec;
requires org.apache.commons.lang3;
requires org.apache.commons.text;
 
@@ -80,4 +81,5 @@ module org.apache.openmeetings.db {
 
requires org.dom4j;
requires org.slf4j;
+   requires ical4j.core;
 }
diff --git a/openmeetings-service/src/main/java/module-info.java 
b/openmeetings-service/src/main/java/module-info.java
index e2e2ededb..8d3b243ee 100644
--- a/openmeetings-service/src/main/java/module-info.java
+++ b/openmeetings-service/src/main/java/module-info.java
@@ -55,7 +55,7 @@ module org.apache.openmeetings.service {
//requires jackrabbit.webdav; FIXME TODO have to be placed back as soon 
as `jackrabbit.webdav` will be jackarta compatible
requires caldav4j;
requires java.xml;
-   requires org.mnode.ical4j.core;
+   requires ical4j.core;
 
requires org.slf4j;
 }
diff --git a/openmeetings-util/src/main/java/module-info.java 
b/openmeetings-util/src/main/java/module-info.java
index ba5f55c95..60ef5c793 100644
--- a/openmeetings-util/src/main/java/module-info.java
+++ b/openmeetings-util/src/main/java/module-info.java
@@ -42,7 +42,7 @@ module org.apache.openmeetings.util {
requires spring.context;
 
requires org.bouncycastle.provider;
-   requires org.mnode.ical4j.core;
+   requires ical4j.core;
requires org.aspectj.tools;
requires org.dom4j;
requires ch.qos.logback.classic;



[jira] [Commented] (OPENMEETINGS-2780) (8.0.0) Libraries should be updated

2024-02-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17820963#comment-17820963
 ] 

ASF subversion and git services commented on OPENMEETINGS-2780:
---

Commit d8f2c74a9590f3edab1442d6a71a05d38d45c0ee in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=d8f2c74a9 ]

[OPENMEETINGS-2780] junit, spring, tomcat, jetty, ical4j, aspectjtools, 
openjpa, commons-codec, postgresql, mssql, ojdbc, api-all and logback


> (8.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2780
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2780
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 8.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 8.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


(openmeetings) branch master updated: [OPENMEETINGS-2780] junit, spring, tomcat, jetty, ical4j, aspectjtools, openjpa, commons-codec, postgresql, mssql, ojdbc, api-all and logback

2024-02-26 Thread solomax
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
 new d8f2c74a9 [OPENMEETINGS-2780] junit, spring, tomcat, jetty, ical4j, 
aspectjtools, openjpa, commons-codec, postgresql, mssql, ojdbc, api-all and 
logback
d8f2c74a9 is described below

commit d8f2c74a9590f3edab1442d6a71a05d38d45c0ee
Author: Maxim Solodovnik 
AuthorDate: Tue Feb 27 12:25:52 2024 +0700

[OPENMEETINGS-2780] junit, spring, tomcat, jetty, ical4j, aspectjtools, 
openjpa, commons-codec, postgresql, mssql, ojdbc, api-all and logback
---
 openmeetings-db/pom.xml |  1 -
 pom.xml | 64 +++--
 2 files changed, 14 insertions(+), 51 deletions(-)

diff --git a/openmeetings-db/pom.xml b/openmeetings-db/pom.xml
index dc4227624..37792b6af 100644
--- a/openmeetings-db/pom.xml
+++ b/openmeetings-db/pom.xml
@@ -53,7 +53,6 @@

org.apache.openjpa
openjpa
-   jakarta


jakarta.persistence
diff --git a/pom.xml b/pom.xml
index 66ac4013f..baf19266d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
 
5.1.9

3.3.1
-   3.1.1
+   3.2.0
1.7.6

2.4.0
2.3.4
@@ -82,25 +82,25 @@
3.5.1
 

-   5.10.1
+   5.10.2
10.0.0-M2
10.0.0-M1
10.0.0-M2
7.0.1
-   6.1.3
-   10.1.18
-   11.0.19
-   4.0.0-rc3
+   6.1.4
+   10.1.19
+   11.0.20
+   4.0.0-rc4
4.0.3
1.1.0
-   1.9.21
+   1.9.21.1
2.7.1
1.5.4
${project.basedir}
false
2.2.224
2.0.1
-   3.2.2
+   4.0.0
3.1.0
2.0.1
2.1.1
@@ -110,23 +110,23 @@
2.11.0
2.12.0
1.6.0
-   1.16.0
+   1.16.1
2.15.1
4.4
1.11.0
3.10.0
2.1.4
-   42.7.1
+   42.7.2
8.3.0
-   12.4.2.jre11
-   19.21.0.0
+   12.6.1.jre11
+   19.22.0.0
1.4.20
-   2.1.5
+   2.1.6
1.0.5
2.21.22
3.0.0-BETA
2.0.9
-   1.4.14
+   1.5.0
test
1.77
5.2.0
@@ -818,21 +818,6 @@
org.apache.openjpa
openjpa
${openjpa.version}
-   jakarta
-   
-   
-   
org.apache.geronimo.specs
-   
geronimo-jpa_2.2_spec
-   
-   
-   
org.apache.geronimo.specs
-   
geronimo-jta_1.1_spec
-   
-   
-   
org.apache.geronimo.specs
-   
geronimo-jms_1.1_spec
-   
-   


jakarta.persistence
@@ -1518,27 +1503,6 @@

org.apache.openjpa

openjpa

${openjpa.version}
-   
jakarta
-   
-   
-   
org.apache.geronimo.specs
-   
geronimo-jpa_2.2_spec
-   
-   
-   
org.apache.geronimo.specs
-   
geronimo-jta_1.1_spec
-