index
:
poi.git
BUILD_BRANCH
NIO_32_BRANCH
NIO_BRANCH
REL_1_5_BRANCH
REL_2_BRANCH
REL_3_10_BRANCH
REL_3_11_BRANCH
common_sl
dependabot/gradle/batikVersion-1.18
dependabot/gradle/com.fasterxml.woodstox-woodstox-core-7.1.0
dependabot/gradle/com.github.spotbugs-6.0.24
dependabot/gradle/com.github.spotbugs-6.0.25
dependabot/gradle/com.github.spotbugs-6.0.26
dependabot/gradle/com.github.spotbugs-6.0.27
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/de.thetaphi.forbiddenapis-3.8
dependabot/gradle/junitVersion-5.11.2
dependabot/gradle/junitVersion-5.11.3
dependabot/gradle/junitVersion-5.11.4
dependabot/gradle/log4jVersion-2.24.1
dependabot/gradle/log4jVersion-2.24.2
dependabot/gradle/log4jVersion-2.24.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.7
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.7
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.2
dependabot/gradle/org.sonarqube-6.0.0.5145
excelant
gsoc2012
hemf
hssf_cryptoapi
jakarta-poi
log4j
maven
mv
ooxml
performance-branch
ss_border_property_template
table-borders
trunk
wmf_render
xml_signature
xssf_structured_references
Mirror of Apache POI: https://github.com/apache/poi
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
enable gradle caching again
Axel Howind
2024-02-28
1
-2
/
+1
*
use diamond operator
Axel Howind
2024-02-28
1
-1
/
+1
*
use method reference
Axel Howind
2024-02-28
1
-1
/
+1
*
use Map.computeIfAbsent()
Axel Howind
2024-02-28
1
-6
/
+1
*
rework tests
PJ Fanning
2024-02-26
1
-5
/
+5
*
woodstox 6.6.1
PJ Fanning
2024-02-26
1
-1
/
+1
*
Math.toIntExact is unnecessary because value is guaranteed to be between 0 an...
Axel Howind
2024-02-22
1
-1
/
+1
*
replace List<Byte> with ByteArrayOutputStream to avoid boxing/unboxing and re...
Axel Howind
2024-02-22
1
-32
/
+28
*
xmlsec 3.0.4
PJ Fanning
2024-02-22
4
-4
/
+5
*
do not write single bytes
Axel Howind
2024-02-22
1
-18
/
+20
*
fix Logging issues:
Axel Howind
2024-02-21
10
-23
/
+23
*
make loggers static final
Axel Howind
2024-02-21
2
-2
/
+2
*
log4j 2.23.0
PJ Fanning
2024-02-21
3
-7
/
+7
*
move setting of locale for tests to top level build.gradle
Axel Howind
2024-02-20
2
-4
/
+4
*
Fix Ant-build after upgrade of commons-compress
Dominik Stadler
2024-02-20
2
-3
/
+6
*
Jenkins DSL: Use sonar-task and sonar.token instead of sonar.login
Dominik Stadler
2024-02-20
2
-5
/
+5
*
Switch builds for JDK 22 and 23 to Ant for now
Dominik Stadler
2024-02-20
1
-2
/
+10
*
try to fix issue with invalid files after commons-compress upgrade
PJ Fanning
2024-02-20
1
-1
/
+3
*
commons-compress 1.26.0
PJ Fanning
2024-02-20
2
-2
/
+2
*
[github-596] Change cast logic in HSSFChart. Thanks to Ruby Hartono. This clo...
PJ Fanning
2024-02-19
1
-25
/
+25
*
remove unused loggers. Thanks to Ruby Hartono. This closes #594 and closes #595
PJ Fanning
2024-02-19
3
-7
/
+1
*
fix #68635: POI unit tests fail when run under non-US locale
Axel Howind
2024-02-17
1
-0
/
+4
*
remove unused loggers - thanks to Ruby Hartono. This closes #588 and closes #589
PJ Fanning
2024-02-16
3
-11
/
+0
*
[github-590] simplify some logging. This closes #590
PJ Fanning
2024-02-16
1
-7
/
+2
*
byte buddy 1.14.12
PJ Fanning
2024-02-16
2
-4
/
+4
*
try to fix poi-scratchpad test module-info
PJ Fanning
2024-02-10
1
-0
/
+1
*
Upgrade commons-codec dependency to 1.16.1
PJ Fanning
2024-02-09
2
-3
/
+3
*
junit 5.10.2
PJ Fanning
2024-02-06
2
-5
/
+5
*
slf4j 2.0.12
PJ Fanning
2024-02-06
5
-5
/
+5
*
[github-582] improve performance CodepointsUtil.iteratorFor. Thanks to Jason ...
PJ Fanning
2024-02-03
1
-3
/
+12
*
remove one use of CodepointsUtil.iteratorFor
PJ Fanning
2024-02-03
1
-5
/
+11
*
Switch builds for JDK 22 and 23 to Ant for now
Dominik Stadler
2024-02-01
1
-2
/
+10
*
SonarQube demands at least JDK 17 now
Dominik Stadler
2024-02-01
1
-1
/
+1
*
Jenknins DSL: Remove builds for JDK 15 and 16
Dominik Stadler
2024-02-01
1
-30
/
+1
*
SonarQube demands at least JDK 17 now
Dominik Stadler
2024-01-30
1
-1
/
+1
*
Fix handling missing font libraries to again not throw on some types of excep...
Dominik Stadler
2024-01-30
1
-2
/
+12
*
Use latest version of rat and rat-plugin
Dominik Stadler
2024-01-30
2
-2
/
+2
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2024-01-30
3
-3
/
+15
*
Fix no-scratchpad CI job
Dominik Stadler
2024-01-30
1
-0
/
+2
*
Ignore missing directory 'build/dist/maven' when deleting obsolete jars
Dominik Stadler
2024-01-26
1
-3
/
+3
*
[github-578] allow any non-fatal exception when setting up fonts to indicate ...
PJ Fanning
2024-01-25
1
-3
/
+5
*
cyclonedx 1.8.2
PJ Fanning
2024-01-25
1
-1
/
+1
*
Try to remove outdated files from the "distribution" folder
Dominik Stadler
2024-01-23
1
-0
/
+60
*
revert woodstox upgrade
PJ Fanning
2024-01-18
1
-1
/
+1
*
woodstox upgrade
PJ Fanning
2024-01-17
1
-1
/
+1
*
remove ant release logic (not used for our releases and dependent on libs tha...
PJ Fanning
2024-01-16
1
-13
/
+0
*
remove ant release logic (not used for our releases and dependent on libs tha...
PJ Fanning
2024-01-16
1
-321
/
+1
*
slf4j 2.0.11
PJ Fanning
2024-01-09
5
-5
/
+5
*
2024
PJ Fanning
2023-12-31
1
-1
/
+1
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
5
-3
/
+8
[next]