File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 33[ ![ Build Status] ( https://travis-ci.com/SAP/cf-java-logging-support.svg?branch=master )] ( https://travis-ci.com/SAP/cf-java-logging-support )
44[ ![ REUSE status] ( https://api.reuse.software/badge/github.com/SAP/cf-java-logging-support )] ( https://api.reuse.software/info/github.com/SAP/cf-java-logging-support )
55
6- ** Note: The default branch has been renamed from master to main.**
7- Please execute on your local repository:
6+ ** Warning: The ` main ` branch was force-pushed on October 30th, 2025.**
87
9- ```
10- git branch -m master main
11- git fetch origin
12- git branch -u origin/main main
13- git remote set-head origin -a
8+ If you cloned or checked out this repository before that date, you may encounter issues when pulling new changes. To
9+ resolve this, reset your local ` main ` branch to match the remote:
10+
11+ ``` shell
12+ git fetch origin git checkout main git reset --hard origin/main
1413```
1514
15+ ** Caution:** This will discard any local changes on your ` main ` branch.
16+
1617## Summary
1718
1819This is a collection of support libraries for Java applications (Java 11 and above) that serves three main purposes:
@@ -65,8 +66,9 @@ Let's say you want to make use of the *servlet filter* feature, then you need to
6566POM with property ` cf-logging-version ` referring to the latest nexus version (currently ` 4.0.0-RC1 ` ):
6667
6768``` xml
69+
6870<properties >
69- <cf-logging-version >4.0.0-RC1</cf-logging-version >
71+ <cf-logging-version >4.0.0-RC1</cf-logging-version >
7072</properties >
7173```
7274
You can’t perform that action at this time.
0 commit comments