Re: OM to JDK17 ?

2022-04-24 Thread seba.wag...@gmail.com
Yeah that would be the consequence. However I would recommend always using the latest JRE/JDK for running/deploying OpenMeetings. There is no advantage of using JDK11. Later Java versions provide performance optimisations that are not available in older versions. Most of them also require code ch

[GitHub] [openmeetings] sebawagner opened a new pull request, #175: OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons and only show scroll button when there is more then 1 whiteboard to sc

2022-04-24 Thread GitBox
sebawagner opened a new pull request, #175: URL: https://github.com/apache/openmeetings/pull/175 Add tooltip to buttons: ![image](https://user-images.githubusercontent.com/5152064/165007183-11e85591-f441-4e1a-b1d7-a5b84c6134b8.png) And scroll button get only enabled in case there i

[GitHub] [openmeetings] solomax commented on a diff in pull request #175: OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons and only show scroll button when there is more then 1 whiteboard

2022-04-24 Thread GitBox
solomax commented on code in PR #175: URL: https://github.com/apache/openmeetings/pull/175#discussion_r857231889 ## openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml: ## @@ -981,4 +981,7 @@ Bitte am OM server {3} anmelden und sie unter

[GitHub] [openmeetings] solomax commented on pull request #175: OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons and only show scroll button when there is more then 1 whiteboard to scroll

2022-04-24 Thread GitBox
solomax commented on PR #175: URL: https://github.com/apache/openmeetings/pull/175#issuecomment-1108042133 @sebawagner new labels are added to PoEditor c22ab0ee3 Please update this PR and merge :) -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [openmeetings] solomax commented on a diff in pull request #174: OPENMEETINGS-2726 Add some border styles to quick poll fixed popup

2022-04-24 Thread GitBox
solomax commented on code in PR #174: URL: https://github.com/apache/openmeetings/pull/174#discussion_r857239319 ## openmeetings-web/src/main/webapp/css/raw-room.css: ## @@ -671,7 +671,10 @@ html[dir="rtl"] .room-block .sb-wb .sidebar { right: 40px; bottom: 40px;

[GitHub] [openmeetings] solomax merged pull request #171: fix: wrong link

2022-04-24 Thread GitBox
solomax merged PR #171: URL: https://github.com/apache/openmeetings/pull/171 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openmeeting

[GitHub] [openmeetings] solomax commented on pull request #171: fix: wrong link

2022-04-24 Thread GitBox
solomax commented on PR #171: URL: https://github.com/apache/openmeetings/pull/171#issuecomment-1108047397 @sebawagner If I remember correctly by merging we put our name to the commit history and fix is tiny so I doubt we should ask to sign ICLA -- This is an automated message from the

Re: OM to JDK17 ?

2022-04-24 Thread Maxim Solodovnik
Hello Seb, Alvaro :) from now on OM can be compiled with JDK17 Resulting jars should be java11 compatible we might switch to jdk17 in next major version OM should work as expected under JRE17 and this version is more performant I'll try to review open JIRAs and fix some minor and urgent ones So

[GitHub] [openmeetings] sebawagner merged pull request #173: OPENMEETINGS-2725 Update css for user and minimise button

2022-04-24 Thread GitBox
sebawagner merged PR #173: URL: https://github.com/apache/openmeetings/pull/173 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openmeet

[GitHub] [openmeetings] sebawagner opened a new pull request, #176: OPENMEETINGS-2728 Update KMS docu and apachecon banner.

2022-04-24 Thread GitBox
sebawagner opened a new pull request, #176: URL: https://github.com/apache/openmeetings/pull/176 Update KMS docu And update banner. The trick with event-current as URL and image doesn't work anymore. I would suggest for now just put the image in. And we have till October to change th

[GitHub] [openmeetings] sebawagner commented on a diff in pull request #176: OPENMEETINGS-2728 Update KMS docu and apachecon banner.

2022-04-24 Thread GitBox
sebawagner commented on code in PR #176: URL: https://github.com/apache/openmeetings/pull/176#discussion_r857270136 ## openmeetings-server/src/site/xdoc/index.xml: ## @@ -139,8 +139,8 @@

[GitHub] [openmeetings] sebawagner commented on a diff in pull request #176: OPENMEETINGS-2728 Update KMS docu and apachecon banner.

2022-04-24 Thread GitBox
sebawagner commented on code in PR #176: URL: https://github.com/apache/openmeetings/pull/176#discussion_r857270269 ## openmeetings-server/src/site/resources/js/site.js: ## @@ -27,7 +27,7 @@ $(document).ready(function() { $('.header .bannerRight').parent().append(

[GitHub] [openmeetings] sebawagner commented on a diff in pull request #176: OPENMEETINGS-2728 Update KMS docu and apachecon banner.

2022-04-24 Thread GitBox
sebawagner commented on code in PR #176: URL: https://github.com/apache/openmeetings/pull/176#discussion_r857270136 ## openmeetings-server/src/site/xdoc/index.xml: ## @@ -139,8 +139,8 @@

[GitHub] [openmeetings] sebawagner commented on a diff in pull request #175: OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons and only show scroll button when there is more then 1 whitebo

2022-04-24 Thread GitBox
sebawagner commented on code in PR #175: URL: https://github.com/apache/openmeetings/pull/175#discussion_r857271393 ## openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml: ## @@ -981,4 +981,7 @@ Bitte am OM server {3} anmelden und sie unt

[GitHub] [openmeetings] sebawagner commented on a diff in pull request #174: OPENMEETINGS-2726 Add some border styles to quick poll fixed popup

2022-04-24 Thread GitBox
sebawagner commented on code in PR #174: URL: https://github.com/apache/openmeetings/pull/174#discussion_r857273410 ## openmeetings-web/src/main/webapp/css/raw-room.css: ## @@ -671,7 +671,10 @@ html[dir="rtl"] .room-block .sb-wb .sidebar { right: 40px; bottom: 40

Re: OM to JDK17 ?

2022-04-24 Thread seba.wag...@gmail.com
Sounds good Would moving to JDK17 be a quick follow up release of v7.0.0 ? Thanks Seb Sebastian Wagner Director Arrakeen Solutions, OM-Hosting.com http://arrakeen-solutions.co.nz/ https://om-hosting.com - Cloud & Server Hosting for HTML5 Video-Conferencing OpenMeetings

Re: New data privacy policy - may impact your websites

2022-04-24 Thread seba.wag...@gmail.com
Ah thanks I did not see that part of the site.xml Yeah that might be easy fix to add the link in there. Thanks Seb Sebastian Wagner Director Arrakeen Solutions, OM-Hosting.com http://arrakeen-solutions.co.nz/ https://om-hosting.com - Cloud & Server Hosting for HTML5 Video-Conferencing OpenMeetin

Build failed in Jenkins: OpenMeetings ยป Red5-installer #91

2022-04-24 Thread Apache Jenkins Server
See Changes: -- [...truncated 19.04 KB...] Changing directory to: " Processing script

Re: OM to JDK17 ?

2022-04-24 Thread Alvaro
Thanks, then the next OM release will be 6.3.0 with Java 17? -- On Mon, 25 Apr 2022 11:11:12 +0700 Maxim Solodovnik wrote: > Hello Seb, Alvaro :) > > from now on OM can be compiled with JDK17 > Resulting jars should be java11 compatible > > we might switch to jdk17 in next major versio

[GitHub] [openmeetings] sebawagner merged pull request #175: OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons and only show scroll button when there is more then 1 whiteboard to scroll

2022-04-24 Thread GitBox
sebawagner merged PR #175: URL: https://github.com/apache/openmeetings/pull/175 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openmeet

[GitHub] [openmeetings] sebawagner merged pull request #174: OPENMEETINGS-2726 Add some border styles to quick poll fixed popup

2022-04-24 Thread GitBox
sebawagner merged PR #174: URL: https://github.com/apache/openmeetings/pull/174 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openmeet