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
path:
root
/
src
/
integrationtest
Commit message (
Expand
)
Author
Age
Files
Lines
*
try to fix windows path issues in exception messages
Andreas Beeker
2021-03-08
1
-3
/
+5
*
Enable running more integration tests from Gradle.
Marius Volkhart
2021-02-26
1
-2
/
+14
*
[bug-63046] Use Log4j 2 for logging
Marius Volkhart
2021-02-21
3
-61
/
+6
*
Do not require NullPointerException to have a null-message on JDK < 16
Dominik Stadler
2021-02-15
1
-7
/
+1
*
Adjust integration-test slightly for running mass-regression-tests
Dominik Stadler
2021-01-30
1
-2
/
+4
*
Apply IDE suggestions, add toString(), adjust JavaDoc and simplify code slightly
Dominik Stadler
2021-01-30
1
-3
/
+1
*
try to fix windows integration tests
Andreas Beeker
2021-01-24
2
-9
/
+12
*
Integration tests - try to fix Oracle/OpenJDK vs IBM-JDK error message differ...
Andreas Beeker
2021-01-17
1
-2
/
+2
*
Sonar fixes
Andreas Beeker
2021-01-17
1
-1
/
+0
*
Integration test - fix filenames with windows path separator
Andreas Beeker
2021-01-17
1
-1
/
+4
*
integration tests: Fix handling of NullPointerExceptions for Java 16+ (again ...
Andreas Beeker
2021-01-16
4
-193
/
+339
*
integration tests: Fix JDK version handling
Andreas Beeker
2021-01-16
1
-9
/
+2
*
integration tests: NullPointerExceptions contain now a description in Java 16+
Andreas Beeker
2021-01-16
1
-2
/
+10
*
#65046 - Simplify integration tests
Andreas Beeker
2021-01-15
9
-710
/
+371
*
revert Sonar fixes on BaseIntegrationTest
Andreas Beeker
2021-01-10
1
-2
/
+1
*
Sonar fixes
Andreas Beeker
2021-01-10
19
-46
/
+53
*
Run all integration-test steps in manual test-method
Dominik Stadler
2021-01-06
1
-0
/
+4
*
Adjust one expected error message in integration-tests
Dominik Stadler
2021-01-06
1
-0
/
+1
*
Adjust assumption for one specific font-related exception on Windows
Dominik Stadler
2021-01-06
1
-3
/
+5
*
Avoid test failing on Windows with JDK 8 because of an ArrayIndexOutOfBoundsE...
Dominik Stadler
2021-01-03
1
-2
/
+15
*
ooxml-schema: trigger loading stress-documents as part of the normal unit-tests
Dominik Stadler
2021-01-03
1
-0
/
+1
*
Add unfixed test for bug 64759 and make the ones fail which depend on manual ...
Dominik Stadler
2020-12-30
1
-0
/
+1
*
Adjust error-message on old files and simplify code slightly
Dominik Stadler
2020-12-30
1
-14
/
+7
*
sonar fixes
Andreas Beeker
2020-12-28
3
-7
/
+12
*
#65026 - Migrate tests to Junit 5
Andreas Beeker
2020-12-24
24
-178
/
+157
*
avoid string concats
PJ Fanning
2020-12-17
1
-1
/
+1
*
#64979 - Change artifact names of poi-/ooxml-schemas
Andreas Beeker
2020-12-13
1
-2
/
+2
*
ignore hwmf examples on distsourcebuild
Andreas Beeker
2020-11-28
1
-1
/
+1
*
remove stray import
PJ Fanning
2020-11-13
1
-2
/
+1
*
[github-197] Modify test class HeapDump to allow it work in different JDKs. T...
PJ Fanning
2020-11-13
1
-5
/
+39
*
Avoid dependency on ooxml-test in integration-test
Dominik Stadler
2020-09-26
1
-2
/
+2
*
Try to fix the Gradle build
Dominik Stadler
2020-09-26
1
-1
/
+2
*
Fix IDE warnings, add more assertion-output
Dominik Stadler
2020-09-25
3
-11
/
+8
*
Activate Forbidden-Apis-Check also for other tests
Andreas Beeker
2020-08-17
4
-82
/
+6
*
try to fix no-scratchpad test
Andreas Beeker
2020-08-16
1
-1
/
+1
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-08-13
2
-7
/
+8
*
examples had been moved due to jigsaw modules migration
Andreas Beeker
2020-07-24
1
-1
/
+1
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-07-22
7
-64
/
+42
*
Handle more detected FileMagic types gracefully when running regression testing
Dominik Stadler
2020-06-15
1
-0
/
+7
*
next version will be 5.0.0
PJ Fanning
2020-05-17
1
-7
/
+7
*
Fix test-failure
Dominik Stadler
2020-05-17
1
-0
/
+1
*
fix errors due to new lib structure
Andreas Beeker
2020-05-07
1
-21
/
+9
*
Re-establish class which is used in mass-regression-testing
Dominik Stadler
2020-04-24
1
-0
/
+175
*
Sonar Fixes and remove obsolete classes
Andreas Beeker
2020-04-01
1
-171
/
+0
*
Support building with Gradle in POIFileScanner tests
Dominik Stadler
2020-03-29
1
-2
/
+12
*
Don't create separate instances for NullFileHandler, but rather use a common ...
Dominik Stadler
2020-03-16
2
-58
/
+60
*
Adjust POIFileScanner for mass regression testing
Dominik Stadler
2020-03-16
1
-55
/
+90
*
Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly.
Tim Allison
2020-02-10
1
-0
/
+1
*
Regression findings - fix missing moveto exception
Andreas Beeker
2020-02-02
1
-1
/
+2
*
omit bug63955-winmail.dat in no-scratchpad mode
Andreas Beeker
2020-02-02
1
-5
/
+6
[next]