-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
README.adoc
and RELEASING.adoc
- Loading branch information
Showing
2 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,33 +28,35 @@ a https://maven.apache.org/plugins/maven-shade-plugin/examples/resource-transfor | |
|
||
== Build | ||
|
||
This project generates Java 8 bytecode, though requires Java 11 for compilation. | ||
This project generates Java 8 bytecode, though requires Java 17 for compilation. | ||
You can build and test sources using `./mvnw verify` command. | ||
|
||
== Distribution | ||
|
||
In accordance with the Apache Software Foundation's release https://infra.apache.org/release-distribution.html[distribution policy] and https://infra.apache.org/release-publishing.html[creation process], project artifacts are _officially_ accessible from the following locations: | ||
|
||
* ASF https://repository.apache.org/content/repositories/releases[Release] and https://repository.apache.org/content/repositories/snapshots[snapshot] repositories (mirrored to https://central.sonatype.dev/[the Maven Central Repository]) | ||
* ASF https://downloads.apache.org/logging/log4j-transform[Distribution directory] | ||
* ASF https://downloads.apache.org/logging/logging-parent[Distribution directory] | ||
|
||
See xref:RELEASING.adoc[release instructions] for further details. | ||
|
||
== Support | ||
|
||
Please keep in mind that this project is intended for internal usage only. | ||
You can use GitHub Issues for feature requests and bug reports – not questions! | ||
For the rest, you can use mailto:security@logging.apache.org[the Log4j development mailing list]. | ||
See https://logging.apache.org/log4j/2.x/support.html[the Log4j support policy] for details. | ||
|
||
== Security | ||
|
||
If you have encountered an unlisted security vulnerability or other unexpected behaviour that has security impact, please report them privately to mailto:[email protected][the Log4j security mailing list]. | ||
See https://logging.apache.org/log4j/2.x/security.html[the Log4j Security page] for further details. | ||
|
||
== License | ||
|
||
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | ||
See the NOTICE file distributed with this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0[]. | ||
See xref:NOTICE.txt[] distributed with this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0[]. | ||
|
||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and limitations under the License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters