[jira] [Commented] (OPENMEETINGS-2770) (7.2.0) Libraries should be updated

2023-10-04 Thread ASF subversion and git services (Jira)


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

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

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

[OPENMEETINGS-2770] Tree CSS is fixed; commons-dbcp, commons-pool2, commons-io 
and plugins


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



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


[openmeetings] branch master updated: [OPENMEETINGS-2770] Tree CSS is fixed; commons-dbcp, commons-pool2, commons-io and plugins

2023-10-04 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 8e221f8d9 [OPENMEETINGS-2770] Tree CSS is fixed; commons-dbcp, 
commons-pool2, commons-io and plugins
8e221f8d9 is described below

commit 8e221f8d9a1c5aa87efdc7de908b02a5ce1ae7c3
Author: Maxim Solodovnik 
AuthorDate: Wed Oct 4 17:29:20 2023 +0700

[OPENMEETINGS-2770] Tree CSS is fixed; commons-dbcp, commons-pool2, 
commons-io and plugins
---
 openmeetings-web/src/main/front/src/css/_tree.scss | 75 --
 pom.xml| 10 +--
 2 files changed, 46 insertions(+), 39 deletions(-)

diff --git a/openmeetings-web/src/main/front/src/css/_tree.scss 
b/openmeetings-web/src/main/front/src/css/_tree.scss
index 6f6cd0783..a1a1aa30f 100644
--- a/openmeetings-web/src/main/front/src/css/_tree.scss
+++ b/openmeetings-web/src/main/front/src/css/_tree.scss
@@ -38,12 +38,50 @@
{
width: 100%;
}
+   .tree-node {
+   .file.item {
+   position: relative;
+   display: inline-block;
+   vertical-align: top;
+
+   .name, .name span {
+   color: black;
+   display: block;
+   /* Required for text-overflow 
to do anything */
+   text-overflow: ellipsis;
+   white-space: nowrap;
+   overflow: hidden;
+   }
+   .name {
+   padding-top: 10px;
+   padding-inline-start: 37px;
+   }
+   .errors {
+   position: absolute;
+   top: 0px;
+   right: 1px;
+   width: 32px;
+   height: 32px;
+   margin: 0px;
+   padding: 0px;
+   }
+   .errors::before {
+   color: var(--bs-warning);
+   content: '\f071';
+   }
+   }
+   .folder .file.item, .folder-open .file.item {
+   .name {
+   padding-inline-start: 2px;
+   }
+   }
+   .om-icon.broken .file.item .name {
+   width: calc(100% - 32px);
+   }
+   }
div.tree-subtree, .tree-node .om-icon {
width: calc(100% - 20px);
}
-   .tree-node .om-icon.broken .file.item .name {
-   width: calc(100% - 32px);
-   }
span.tree-content {
display: flex !important;
}
@@ -185,37 +223,6 @@
 .selected .file.item {
background-color: #0099FF;
 }
-.file.item {
-   position: relative;
-   display: inline-block;
-   vertical-align: top;
-
-   .name, .name span {
-   color: black;
-   display: block;
-   /* Required for text-overflow to do anything */
-   text-overflow: ellipsis;
-   white-space: nowrap;
-   overflow: hidden;
-   }
-   .name {
-   padding-top: 10px;
-   padding-inline-start: 5px;
-   }
-   .errors::before {
-   color: var(--bs-warning);
-   content: '\f071';
-   }
-}
-.tree-node .file.item .errors {
-   position: absolute;
-   top: 0px;
-   right: 1px;
-   width: 32px;
-   height: 32px;
-   margin: 0px;
-   padding: 0px;
-}
 .dialog.errors {
height: 500px;
font-size: small;
diff --git a/pom.xml b/pom.xml
index 4635577dc..2bdecef04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@

3.6.0

[jira] [Commented] (OPENMEETINGS-2756) Migration to Jakarta

2023-10-04 Thread ASF subversion and git services (Jira)


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

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

Commit c3185206c60052b0937c40ff3a9deb4a53d16749 in openmeetings's branch 
refs/heads/jakarta-spring-6 from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=c3185206c ]

[OPENMEETINGS-2756] custom-mimetypes.xml is moved to be searchable by Tika-3


> Migration to Jakarta
> 
>
> Key: OPENMEETINGS-2756
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2756
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
>
> Multiple components should be migrated to modern stack:
> * spring
> * wicket-10
> * cxf-4
> * tomcat-10
> * ...



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


[openmeetings] branch jakarta-spring-6 updated: [OPENMEETINGS-2756] custom-mimetypes.xml is moved to be searchable by Tika-3

2023-10-04 Thread solomax
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch jakarta-spring-6
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/jakarta-spring-6 by this push:
 new c3185206c [OPENMEETINGS-2756] custom-mimetypes.xml is moved to be 
searchable by Tika-3
c3185206c is described below

commit c3185206c60052b0937c40ff3a9deb4a53d16749
Author: Maxim Solodovnik 
AuthorDate: Wed Oct 4 16:41:59 2023 +0700

[OPENMEETINGS-2756] custom-mimetypes.xml is moved to be searchable by Tika-3
---
 .../src/main/resources/{org/apache/tika/mime => }/custom-mimetypes.xml| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/openmeetings-util/src/main/resources/org/apache/tika/mime/custom-mimetypes.xml
 b/openmeetings-util/src/main/resources/custom-mimetypes.xml
similarity index 100%
rename from 
openmeetings-util/src/main/resources/org/apache/tika/mime/custom-mimetypes.xml
rename to openmeetings-util/src/main/resources/custom-mimetypes.xml