Hi devs,
XWiki SAS, the company who started the XWiki open source project, is celebrating its 15 years.
As an XWiki open source developer, you made XWiki what it is today and you can be proud of that! XWiki SAS would like to invite you to the party.
- Monday, 8th July
- Starting at: 19:00
- La Baleine Blanche
- Port de la Gare
- 75013 Paris
- Attire: Business Casual
If you plan to attend please register on http://go.xwiki.com/AF0U05SN00iF4Dg001010PK
Thanks
-Vincent
The XWiki development team is proud to announce the availability of
XWiki 11.5RC1.
This release continue the work on improving concurrent editing of
documents, introduce new page and attachment pickers for macros. The
code macro get a new layout to display line numbers. Inline editing
support for wiki macro also been greatly improved.
You can download it here: https://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
https://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/11.5RC1
Thanks for your support
-The XWiki dev team
Hi devs,
I'm opening this vote in order to propose an API breakage consisting in renaming the extension point "org.xwiki.platform.head" to "org.xwiki.platform.html.head". The former identifier was introduced too early by mistake in 11.1RC1 due to an omission by me, apologies, but it does not fit well because it does not self-explain that it targets the html head. Here is the extension point documentation page:
https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/ExtensionPoint/…
As far as I know, there's just one public extension using this extension point for now, it's the OpenGraph Application, which already uses the new identifier:
https://extensions.xwiki.org/xwiki/bin/view/Extension/OpenGraph%20Applicati…
Further information about the change is available in the following pull request, which requires among other things that this vote passes:
https://github.com/xwiki/xwiki-platform/pull/1115
Thanks to Caty for spotting the issue and the guidance on how to fix it, and to Simon and Vincent.
Kind regards
Stéphane
--
Stéphane Laurière
XWiki – https://xwiki.com
Hi devs,
We currently have https://dev.xwiki.org/xwiki/bin/view/Community/DatabaseSupportStrategy
However, it doesn’t say explicitly which versions we officially support:
* For HSQLDB it says 2.3.3 which is wrong since the latest version is 2.4.1
* For MySQL it says 5.x but doesn’t specify which specific version(s)
* Same for other DBs
We cannot really support every versions since supporting means testing too.
So what I propose:
Question 1: definition
* We say we support the latest stable version of the databases for a given version cycle
** For MySQL, it’s the latest of the 5.x cycle, which is 5.7.24 as of today (see https://hub.docker.com/_/mysql/)
** For PostgreSQL, it’s the latest of the 9.x cycle, which is 9.6.10 as of today (see https://hub.docker.com/_/postgres/)
** For Oracle, it’s the latest of the 11.x cycle, which is 11.2.0.4.0 as of today (see https://www.oracle.com/technetwork/database/enterprise-edition/downloads/in…)
Question 2: review what we support
* For MySQL I think we could also start supporting MySQL 8.x (ie the latest version of that cycle). We have an issue open for it currently: https://jira.xwiki.org/browse/XWIKI-15215
* For PostgreSQL we could also start supporting versions 11.x (ie the latest version of that cycle)
* For Oracle, we could also start supporting versions 12.x (ie the latest version of that cycle)
Question 3: decide if we drop some support
* Is there any cycle that we should support for? Right now I think that MySQL 5.x is still heavily used, same for postgreSQL 9.x I guess. Don’t know for Oracle.
* Any idea?
So WDYT about the 3 questions?
Thanks
-Vincent
Hi devs,
Right now we bundle 3 HBM files for DBs we don’t support: derby, mssql and db2. So we can’t guarantee that they work and it’s possible they don’t anymore after the Hibernate upgrade.
I propose to do the following:
* Create a single repo in contrib to host them. hibernate-mappings-extra or something like that
* Document how to install these mappings in the page for each of these DBs. For ex for DB2 it would be documented on https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Installation/…, etc.
The only downside is that when we make chages to the HBM files we support we won’t make the same adjustements for these non supported DBs… OTOH we don’t support them...
WDYT?
Thanks
-Vincent