Dear all,

next try. Thanks to Sergio for updating all the LICENSE and NOTICE files
last week.

Please vote until Thursday 11th April at 20:00.

:-)

Greetings,

Sebastian

======================================================

A candidate for the Marmotta 3.0.0-incubating release is available at:

https://dist.apache.org/repos/dist/dev/incubator/marmotta/3.0.0-incubating/

The release candidate is based on the sources tagged with 3.0.0-incubating
in:

https://git-wip-us.apache.org/repos/asf/incubator-marmotta.git

The release candidate consists of the following source distribution
archives:
- apache-marmotta-3.0.0-incubating-src.[zip|tar.gz]
  SHA1 of ZIP: fec91acaf2cb65bfac700b1878d265ce8d54657c
  SHA1 of TGZ: 2bbb6081a04b55973a5138645e39ee182593df4e

In addition, the following supplementary binary distributions are provided:
- apache-marmotta-3.0.0-incubating-installer.[zip|tar.gz]
  SHA1 of ZIP: 43b670aea31c5074b74f20d11e63ab364eb08953
  SHA1 of TGZ: 248ed989087d152ae463a7c85127d5b2c6ccac56
- apache-marmotta-3.0.0-incubating-ldpath.[zip|tar.gz]
  SHA1 of ZIP: e9d56fb78e1c0fb33f55ad220ed738f03108e8d7
  SHA1 of TGZ: 4d99e4d6ca12d2743afe4cd78db542193174e71f
- apache-marmotta-3.0.0-incubating-webapp.[zip|tar.gz]
  SHA1 of ZIP: f210888a5eed686af5fd14325cb4c720404bc979
  SHA1 of TGZ: 1573469602441c34831b7e0e2fb9c02fad8c70ec

A staged Maven repository is available for review at:

https://repository.apache.org/content/repositories/orgapachemarmotta-078/

Please vote on releasing this package as Apache Marmotta 3.0.0-incubating.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Marmotta PMC votes are cast.

[ ] +1 Release this package as Apache Marmotta 3.0.0-incubating
[ ]  0 I don't feel strongly about it, but I'm okay with the release
[ ] -1 Do not release this package because...

======================================================
Release Notes - Marmotta - Version 3.0-incubating

** Sub-task
    * [MARMOTTA-2] - Code importation
    * [MARMOTTA-8] - implement versioning component
    * [MARMOTTA-11] - separate existing LMF code into Marmotta parts and
LMF parts
    * [MARMOTTA-12] - Setup a preliminary website for Apache Marmotta
    * [MARMOTTA-40] - Merge all branches to default branch
    * [MARMOTTA-102] - Rename packages in the triple store
    * [MARMOTTA-103] - Rename packages in ldcache
    * [MARMOTTA-104] - Rename packages in ldpath
    * [MARMOTTA-105] - Rename packages in the marmotta platform
    * [MARMOTTA-106] - Rename packages in commons
    * [MARMOTTA-107] - Rename packages in build-extras
    * [MARMOTTA-108] - Rename packages in marmotta-client
    * [MARMOTTA-114] - Migrate the content to the new site
    * [MARMOTTA-120] - Rename packages in launchers
    * [MARMOTTA-121] - Not in maven-central:
com.ezware.oxbow:task-dialog:jar:1.3.6
    * [MARMOTTA-122] - Not in maven-central:
dfki.km.json:jsonld-java:jar:1.0.0-SNAPSHOT
    * [MARMOTTA-123] - Not in maven-central: fi.tikesos:rdfa-core:jar:0.0.8

** Bug
    * [MARMOTTA-91] - NPE when PUTting metadata through the REST webservice
    * [MARMOTTA-92] - Changing Database Configuration Mode
(create/validate) doesn't persist
    * [MARMOTTA-93] - NPE when PUTting content through the REST webservice
    * [MARMOTTA-94] - Resource CREATE through REST webservice doesn't seem
to work
    * [MARMOTTA-95] - InterceptingRepositoryConnection not working as
expected
    * [MARMOTTA-100] - ldpath-backend-linkeddata should depend on ldclient
    * [MARMOTTA-116] - Content negotiation is not properly working
    * [MARMOTTA-117] - marmotta-archetypes not working
    * [MARMOTTA-118] - ldclient-provider-rdf DBPedia test is failing
    * [MARMOTTA-130] - Create REST documentation only for platform modules
    * [MARMOTTA-132] - Possible issue with SPARQL Update syntax
    * [MARMOTTA-134] - Fix the license at pom.xml files
    * [MARMOTTA-139] - ConcurrentModificationException in
ConfigurationService
    * [MARMOTTA-140] - ntriples not recognized when importing
    * [MARMOTTA-141] - no absolute path for marmotta home
    * [MARMOTTA-144] - Create a proper NOTICE file
    * [MARMOTTA-147] - ConfigurationService must not store descriptions,
types and values into one file
    * [MARMOTTA-151] - Configuration change breaks the platform
    * [MARMOTTA-153] - Fix template engine for working fine with the
secundary theme
    * [MARMOTTA-158] - KWRL parser does not support comments
    * [MARMOTTA-159] - LDPath parser does not support comments
    * [MARMOTTA-160] - Fix Marmotta Archetypes
    * [MARMOTTA-164] - log files are put in LMF_HOME_IS_UNDEFINED/log
    * [MARMOTTA-166] - KiWiStore ValueFactory performs badly in
multi-threaded, high-load imports
    * [MARMOTTA-167] - Use commons-collections ReferenceMap instead of
WeakValueMap in KiWiValueFactory
    * [MARMOTTA-174] - Profiles administration ui is not initialized with
the current profile
    * [MARMOTTA-179] - Fix the incorrect application of header plugin on
some third-party javascript libraries
    * [MARMOTTA-185] - drop indexes on mysql
    * [MARMOTTA-188] - DESCRIBE queries return a wrong content type
    * [MARMOTTA-190] - (c) Salzburg Research - Header in resource/test files

** Improvement
    * [MARMOTTA-96] - Remove/adapt the first step of the "First steps"
tutorial since it doesn't have an effect therefore confusing
    * [MARMOTTA-133] - Improve SPARQL Update feedback when query fails
    * [MARMOTTA-136] - SPARQL HTML results not working
    * [MARMOTTA-137] - Tests failed when local port 8080 is not available
    * [MARMOTTA-138] - LDPath Test Suite uses Solr
    * [MARMOTTA-172] - Provide better file names when exporting resources
    * [MARMOTTA-173] - Allow security profiles to build upon/depend on
other profiles

** Task
    * [MARMOTTA-1] - Project importation
    * [MARMOTTA-4] - Create a public image for the project
    * [MARMOTTA-83] - Create documentation for KiWi triplestore
    * [MARMOTTA-84] - Create documentation for LDClient
    * [MARMOTTA-90] - Implement file-based caching for LDCache
    * [MARMOTTA-98] - Fix reactor plugin configuration
    * [MARMOTTA-101] - Rename the imported packages to org.apache.marmotta.*
    * [MARMOTTA-109] - Fix custom dependencies
    * [MARMOTTA-111] - Replace C3P0 by Tomcat JDBC Pool in case C3P0
license issues are not resolved
    * [MARMOTTA-112] - Clean dependencies that can not be resolved from
maven central
    * [MARMOTTA-113] - Remove
http://devel.kiwi-project.eu:8080/nexus/content/groups/public/ from
parent/pom.xml
    * [MARMOTTA-126] - Replace UnboundID LDAP SDK for Java
    * [MARMOTTA-131] - Create distribution tasks for releasing the software
    * [MARMOTTA-148] - Provide content on the main pages

Reply via email to