[ANNOUNCE] Apache Solr Operator v0.3.0 released

2021-05-08 Thread Houston Putman
The Solr PMC is pleased to announce the release of the Apache Solr Operator 
v0.3.0.

The Apache Solr Operator is a safe and easy way of managing a Solr ecosystem in 
Kubernetes.

This release contains numerous bug fixes, optimizations, and improvements, some 
of which are highlighted below. The release is available for immediate download 
at:




### Solr Operator v0.3.0 Release Highlights:

* The Solr Operator is now an Apache project managed by the Apache Solr PMC.
* The CRDs are now under the solr.apache.org group instead of 
solr.bloomberg.com.
* The Solr Operator now fully supports running Solr in a secure and locked down 
way:
* Basic Auth support is now built in when requested in the SolrCloud CRD
* Solr can be run with TLS (optional mTLS, if provided to the operator)
* More helm chart options are provided to customize running the Solr Operator
* The Zookeeper Operator is now up-to-date with the most recent release, v0.2.9.
* It can now be installed as a helm-chart dependency with the Solr Operator.
* Users can now provide custom Solr log4j.xml and Prometheus Exporter config 
xml configMaps
* Fixed a bug in custom probes for Solr pods
* Solr pod shutdown is more graceful, has better coordination between 
Kubernetes and Solr.
* SolrCloud can now be used with the Kubernetes HPA to autoscale Solr Cloud 
pods.

A summary of important changes is published in the documentation at:



For the most exhaustive list, see the full release notes in the Github Releases 
or by viewing the git history in the solr-operator repo.




Note: The Apache Software Foundation uses an extensive mirroring network for
distributing releases. It is possible that the mirror you are using may not have
replicated the release yet. If that is the case, please try another mirror.


signature.asc
Description: Message signed with OpenPGP


[ANN] Apache Tomcat Migration tool for Jakarta EE 1.0.0

2021-05-08 Thread Mark Thomas

The Apache Tomcat team announces the immediate availability of Apache
Tomcat Migration Tool for Jakarta EE 1.0.0

Apache Tomcat Migration Tool for Jakarta EE is an open source software
tool for migrating binary web applications (WAR files) and other binary
artefacts from Java EE 8 to Jakarta EE 9.

The notable changes since 0.2.0 include:

- Further fixes to exclude javax.xml packages that are not part of
  Java EE from the migration

- The class transformer now validates that the target classes in the
  Jakarta namespace exist in the runtime environment

Please refer to the change log for the complete list of changes:
https://github.com/apache/tomcat-jakartaee-migration/blob/master/CHANGES.md

Downloads:
http://tomcat.apache.org/download-migration.cgi

Enjoy!

- The Apache Tomcat team