Skip to content

Commit

Permalink
Get ready for the 0.9.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Oct 23, 2023
1 parent 0fa934f commit cb1ede1
Show file tree
Hide file tree
Showing 36 changed files with 41 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2022 Volkan Yazıcı
# Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2022 Volkan Yazıcı
# Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/maven-settings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018-2022 Volkan Yazıcı
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2022 Volkan Yazıcı
# Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2022 Volkan Yazıcı
# Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2022 Volkan Yazıcı
# Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!---
Copyright 2018-2022 Volkan Yazıcı
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
limitations under the License.
-->

### (????-??-??) v0.9.6
### (2023-10-23) v0.9.6

- Avoid using `FileInputStream`, since it requires a full-GC for clean-up. (#174, #175)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!---
Copyright 2018-2022 Volkan Yazıcı
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -179,7 +179,7 @@ methods.

# License

Copyright &copy; 2018-2022 [Volkan Yazıcı](https://vlkan.com/)
Copyright &copy; 2018-2023 [Volkan Yazıcı](https://volkan.yazi.ci)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion maven-version-rules.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018-2022 Volkan Yazıcı
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018-2022 Volkan Yazıcı
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -27,6 +27,7 @@
<name>RotatingFileOutputStream</name>
<description>Sneakily rotating your FileOutputStream since 2017.</description>
<url>https://github.com/vy/rotating-fos</url>
<inceptionYear>2017</inceptionYear>

<licenses>
<license>
Expand All @@ -42,7 +43,7 @@
<name>Volkan Yazıcı</name>
<email>volkan@yazi.ci</email>
<organization>Volkan Yazıcı's Soap Co.</organization>
<organizationUrl>https://vlkan.com/</organizationUrl>
<organizationUrl>https://volkan.yazi.ci</organizationUrl>
<roles>
<role>Project-Administrator</role>
<role>Developer</role>
Expand Down Expand Up @@ -74,7 +75,7 @@
<properties>

<!-- common properties -->
<revision>0.9.6-SNAPSHOT</revision>
<revision>0.9.6</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vlkan/rfos/ByteCountingOutputStream.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vlkan/rfos/Clock.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vlkan/rfos/LoggingRotationCallback.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vlkan/rfos/Rotatable.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vlkan/rfos/RotatingFileOutputStream.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vlkan/rfos/RotatingFilePattern.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vlkan/rfos/RotationCallback.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vlkan/rfos/RotationConfig.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vlkan/rfos/SystemClock.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vlkan/rfos/policy/RotationPolicy.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/vlkan/rfos/RotatingFilePatternTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/vlkan/rfos/SchedulerShutdownTestApp.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/vlkan/rfos/SystemClockTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/vlkan/rfos/UtcHelper.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Volkan Yazıcı
* Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/log4j2-quiet.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018-2022 Volkan Yazıcı
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/log4j2.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018-2022 Volkan Yazıcı
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit cb1ede1

Please sign in to comment.