This is an automated email from the ASF dual-hosted git repository.
solomax pushed a change to branch jakarta-spring-6
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
discard c6fba95f3 [OPENMEETINGS-2756] tomcat is updated
discard 8f93c928c [OPENMEETINGS-2756] prometheus is back, code clean-up
discard ff7d3cce0 [OPENMEETINGS-2756] build is green for me; trublemakers so
far: wicket-ioc, prometheus, jackrabbit-webdav
discard c4a615d82 spring is updated
discard 9b0e21817 javax.annotation -> jakarta.annotation
discard a399ea5ee Project is compilable, tests are RED
discard 9131bf5ce [OPENMEETINGS-2756] spring, cxf, tomcat, wicket
add 463158b4e blog post: post clean-up
add fa67693a9 [OPENMEETINGS-2733] couple Sonar issues are addressed
add 41f21a2fd no jira: index page for blog posts is added
add 1ddcab234 [OPENMEETINGS-2733] minor Sonar issue
add ce2797acd [OPENMEETINGS-2732] postrges, mssql, tika, mockito,
jaxb-runtime, bytebuddy
add bcd8f3ef5 [OPENMEETINGS-2736] arabic
add 878918234 Release preparation: documentation is updated
add bdc231062 Switching to the next development version
add 2b039f96a [OPENMEETINGS-2757] reflow skin, font-awesome, ojdbc,
bytebuddy
add 3857e6a3f site: javadoc generation is fixed
add b07375af0 Broken links are fixed
add bc1c8a9c6 [OPENMEETINGS-2757] maven-surefire
add cc6016e2b [OPENMEETINGS-2760] RTL menu should be fixed; mvn-3.9.0
build is fixed
add e02266c34 [OPENMEETINGS-2757] maven-site
add acec88122 Discontinued demo servers are removed
add 28446ba5e [OPENMEETINGS-2757] reflow, tomcat, postgresql, bytebuddy
add b9caa5e8c [OPENMEETINGS-2757] tomcat, wicket-bootstrap, jetty,
mockito, bytebuddy
add 2cdb88a4d [OPENMEETINGS-2757] bytebuddy, logback, slf4j, postgresql,
jettison, ical4j, wicket-bootstrap and maven plugins
add 4b0c46c24 [OPENMEETINGS-2757] spring, swagger, plugins
add 6a10c749e [OPENMEETINGS-2757] wicket-jquery-ui, kurento
add a28dea888 [OPENMEETINGS-2762] Invitation hash check is more strict
add c25f0f890 [OPENMEETINGS-2739] security page is updated
add 5eb7afd27 no jira: pom clean-up
add 25e772759 [OPENMEETINGS-2763] TURN should work
add bcdbb43e3 [OPENMEETINGS-2761] German translation is imported
add 4e89e0ca0 [OPENMEETINGS-2764] permissions being set as expected
new b588ba83c [OPENMEETINGS-2756] spring, cxf, tomcat, wicket
new 0da96c6c8 Project is compilable, tests are RED
new 51514b306 javax.annotation -> jakarta.annotation
new 88aa928b1 [OPENMEETINGS-2756] build is green for me; trublemakers so
far: wicket-ioc, prometheus, jackrabbit-webdav
new 3c8548ef5 [OPENMEETINGS-2756] prometheus is back, code clean-up
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c6fba95f3)
\
N -- N -- N refs/heads/jakarta-spring-6 (3c8548ef5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.md | 40 +++++++
README.md | 25 ++++-
openmeetings-core/pom.xml | 23 +++-
openmeetings-db/pom.xml | 23 +++-
.../db/dao/calendar/AppointmentDao.java | 11 +-
.../db/dao/calendar/MeetingMemberDao.java | 7 +-
.../db/dao/calendar/OmCalendarDao.java | 6 +-
.../openmeetings/db/dao/file/FileItemDao.java | 6 +-
.../db/dao/record/RecordingChunkDao.java | 7 +-
.../openmeetings/db/dao/room/InvitationDao.java | 16 +--
.../apache/openmeetings/db/dao/room/PollDao.java | 6 +-
.../openmeetings/db/dao/server/LdapConfigDao.java | 6 +-
.../openmeetings/db/dao/server/OAuth2Dao.java | 15 ++-
.../openmeetings/db/dao/server/SOAPLoginDao.java | 14 +--
.../apache/openmeetings/db/dao/user/GroupDao.java | 6 +-
.../db/dao/user/PrivateMessageDao.java | 6 +-
.../db/dao/user/PrivateMessageFolderDao.java | 12 +--
.../openmeetings/db/dao/user/UserContactDao.java | 12 +--
.../apache/openmeetings/db/dao/user/UserDao.java | 4 +-
.../openmeetings/db/entity/basic/Client.java | 10 +-
.../db/entity/server/RemoteSessionObject.java | 15 +--
.../org/apache/openmeetings/db/util/DaoHelper.java | 12 ++-
openmeetings-install/pom.xml | 2 +-
openmeetings-mediaserver/pom.xml | 31 +++++-
openmeetings-screenshare/pom.xml | 2 +-
openmeetings-server/pom.xml | 55 ++++++++--
.../blog/apache_openmeetings_2_0_incubating.md | 104 +++++++++---------
.../blog/apache_openmeetings_inside_teambox.md | 4 -
.../src/site/xdoc/CalDAVandGCal.xml | 2 +-
openmeetings-server/src/site/xdoc/IBMDB2Config.xml | 6 +-
openmeetings-server/src/site/xdoc/NewsArchive.xml | 58 +++++++---
openmeetings-server/src/site/xdoc/ReleaseGuide.xml | 7 +-
.../src/site/xdoc/SugarCRMPlugin.xml | 7 --
openmeetings-server/src/site/xdoc/demo.xml | 8 --
openmeetings-server/src/site/xdoc/downloads.xml | 30 +++---
openmeetings-server/src/site/xdoc/index.xml | 26 +++--
openmeetings-server/src/site/xdoc/installation.xml | 6 +-
openmeetings-server/src/site/xdoc/security.xml | 53 +++++----
openmeetings-service/pom.xml | 2 +-
.../service/calendar/caldav/IcalUtils.java | 1 -
.../service/room/InvitationManager.java | 2 +-
openmeetings-util/pom.xml | 2 +-
.../apache/openmeetings/util/mail/IcalHandler.java | 2 +-
.../openmeetings/util/site/BlogIndexGenerator.java | 118 +++++++++++++++++++++
openmeetings-web/pom.xml | 2 +-
.../src/main/front/settings/src/video-util.js | 2 +-
.../web/app/Application_ar.properties.xml | 20 ++--
.../web/app/Application_de.properties.xml | 27 ++---
.../apache/openmeetings/web/app/OtpManager.java | 3 +-
.../apache/openmeetings/web/app/WebSession.java | 2 +-
.../apache/openmeetings/web/pages/HashPage.java | 44 ++++----
openmeetings-web/src/main/webapp/css/raw-menu.css | 4 +
.../openmeetings/invitiation/TestInvitation.java | 59 +++++++----
openmeetings-webservice/pom.xml | 2 +-
pom.xml | 70 +++++++-----
55 files changed, 697 insertions(+), 348 deletions(-)
create mode 100644
openmeetings-util/src/main/java/org/apache/openmeetings/util/site/BlogIndexGenerator.java