Jenkins build is back to normal : POI » POI-DSL-Windows-1.17 #367

2022-11-18 Thread Apache Jenkins Server
See 



-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



Build failed in Jenkins: POI » POI-DSL-Windows-1.17 #366

2022-11-18 Thread Apache Jenkins Server
See 


Changes:

[PJ Fanning] remove stray file

[PJ Fanning] [bug-66347] add read test

[PJ Fanning] slf4j 2.0.4


--
[...truncated 279.55 KB...]
M V EI2: new 
org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4Encryptor$BinaryRC4CipherOutputStream(BinaryRC4Encryptor,
 DirectoryNode) may expose internal representation by storing an externally 
mutable object into BinaryRC4Encryptor$BinaryRC4CipherOutputStream.this$0  At 
BinaryRC4Encryptor.java:[line 135]
M V EI: org.apache.poi.ddf.UnknownEscherRecord.getData() may expose internal 
representation by returning UnknownEscherRecord.thedata  At 
UnknownEscherRecord.java:[line 129]
M V EI: org.apache.poi.ddf.UnknownEscherRecord.getChildRecords() may expose 
internal representation by returning UnknownEscherRecord._childRecords  At 
UnknownEscherRecord.java:[line 139]
M P UrF: Unread field: org.apache.poi.hpsf.Decimal.field_5_lo64  At 
Decimal.java:[line 38]
M P UrF: Unread field: org.apache.poi.hpsf.Decimal.field_2_scale  At 
Decimal.java:[line 35]
M P SS: Unread field: org.apache.poi.ss.formula.ptg.UnknownPtg.size; should 
this field be static?  At UnknownPtg.java:[line 25]
M P UrF: Unread field: org.apache.poi.hssf.usermodel.HSSFChart.chartTitleFormat 
 At HSSFChart.java:[line 217]
M P UrF: Unread field: org.apache.poi.ss.formula.atp.TextJoinFunction.evaluator 
 At TextJoinFunction.java:[line 51]
M P UrF: Unread field: org.apache.poi.hpsf.Decimal.field_4_hi32  At 
Decimal.java:[line 37]
M P UrF: Unread field: 
org.apache.poi.ss.formula.atp.PercentRankIncFunction.evaluator  At 
PercentRankIncFunction.java:[line 51]
M P UrF: Unread field: org.apache.poi.hpsf.Decimal.field_1_wReserved  At 
Decimal.java:[line 34]
M P UrF: Unread field: 
org.apache.poi.ss.formula.atp.PercentRankExcFunction.evaluator  At 
PercentRankExcFunction.java:[line 54]
M P UrF: Unread field: org.apache.poi.hpsf.Decimal.field_3_sign  At 
Decimal.java:[line 36]
M V MS: org.apache.poi.hpsf.VariantSupport.SUPPORTED_TYPES should be package 
protected  At VariantSupport.java:[line 55]
M V MS: org.apache.poi.hpsf.DocumentSummaryInformation.FORMAT_ID should be 
package protected  At DocumentSummaryInformation.java:[line 51]
M V MS: org.apache.poi.ss.formula.eval.FunctionEval.functions should be package 
protected  At FunctionEval.java:[line 59]
M M IS: Inconsistent synchronization of 
org.apache.poi.poifs.filesystem.DocumentInputStream._current_block_count; 
locked 71% of time  Unsynchronized access at DocumentInputStream.java:[line 287]
M M IS: Inconsistent synchronization of 
org.apache.poi.ss.format.CellDateFormatter.sFmt; locked 66% of time  
Unsynchronized access at CellDateFormatter.java:[line 109]
M M IS: Inconsistent synchronization of 
org.apache.poi.ss.format.CellDateFormatter.amPmUpper; locked 50% of time  
Unsynchronized access at CellDateFormatter.java:[line 122]
M M IS: Inconsistent synchronization of 
org.apache.poi.poifs.filesystem.DocumentInputStream._buffer; locked 50% of time 
 Unsynchronized access at DocumentInputStream.java:[line 286]
M M IS: Inconsistent synchronization of 
org.apache.poi.hpsf.ClassIDPredefined.classId; locked 66% of time  
Unsynchronized access at ClassIDPredefined.java:[line 132]
M M IS: Inconsistent synchronization of 
org.apache.poi.poifs.filesystem.DocumentInputStream._data; locked 80% of time  
Unsynchronized access at DocumentInputStream.java:[line 288]
SpotBugs ended with exit code 1

> Task :poi:spotbugsTest
M D DLS: Dead store to $L7 in 
org.apache.poi.ss.formula.functions.TestAbs.testRange()  At TestAbs.java:[line 
65]
M B FS: Format string should use %n rather than \n in 
org.apache.poi.hssf.dev.TestFormulaViewer.parseFormulaRecord(FormulaRecord)  At 
TestFormulaViewer.java:[line 111]
M D RV: Return value of POIFSFileSystem.getBATBlockAndIndex(int) ignored, but 
method has no side effect  At TestPOIFSStream.java:[line 1231]
M D RV: Return value of POIFSMiniStore.getBATBlockAndIndex(int) ignored, but 
method has no side effect  At TestPOIFSStream.java:[line 1273]
M D RV: Return value of POIFSMiniStore.getBATBlockAndIndex(int) ignored, but 
method has no side effect  At TestPOIFSStream.java:[line 1336]
M D RV: Return value of POIFSFileSystem.getBATBlockAndIndex(int) ignored, but 
method has no side effect  At TestPOIFSStream.java:[line 1293]
M D RV: Return value of POIFSFileSystem.getBATBlockAndIndex(int) ignored, but 
method has no side effect  At TestPOIFSStream.java:[line 1625]
M D RV: Return value of POIFSFileSystem.getBATBlockAndIndex(int) ignored, but 
method has no side effect  At TestPOIFSStream.java:[line 1608]
M D RV: Return value of POIFSFileSystem.getBATBlockAndIndex(int) ignored, but 
method has no side effect  At TestPOIFSStream.java:[line 1598]
M D RV: Return value of POIFSFileSystem.getBATBlockAndIndex(int) ignored, but 
method has no side effect  At TestPOIFSStream.java:[line 1577]
M D RV: Return value 

[Bug 66356] Unable to process Jar entry

2022-11-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66356

--- Comment #2 from PJ Fanning  ---
You also need log4j-api 2.18.0 if you use poi 5.2.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 66356] Unable to process Jar entry

2022-11-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66356

--- Comment #1 from PJ Fanning  ---
You are supposed to match up the version number. Use all 5.2.3 jars or all 3.9
jars but don't mix them.

poi-ooxml-schemas is called poi-ooxml-lite in v5.2.3 (ie the jar name was
changed).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 66356] New: Unable to process Jar entry

2022-11-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66356

Bug ID: 66356
   Summary: Unable to process Jar entry
   Product: POI
   Version: unspecified
  Hardware: PC
OS: Mac OS X 10.1
Status: NEW
  Severity: normal
  Priority: P2
 Component: POI Overall
  Assignee: dev@poi.apache.org
  Reporter: pranaybsankpal2...@gmail.com
  Target Milestone: ---

Created attachment 38437
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38437=edit
logs

Hi, We are updating POI lib, following versions we are using:

[group: 'org.apache.poi',name: 'poi', version: '5.2.3'],
[group: 'org.apache.poi',name: 'poi-ooxml', version: '3.9'],
[group: 'org.apache.poi',name: 'poi-ooxml-schemas', version: '3.9'],


We are getting the following error:
Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar
[jar:jndi:/localhost/WEB-INF/lib/poi-5.2.3.jar!/] for annotations
Unable to process Jar entry
[org/apache/logging/log4j/spi/ExtendedLoggerWrapper.class] from Jar
[jar:jndi:/localhost/WEB-INF/lib/log4j-api-2.18.0.jar!/] for annotations

Please suggest.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 66347] Add theme support to XWPF

2022-11-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66347

--- Comment #4 from PJ Fanning  ---
thanks - added with r1905374

Would it be possible to add a test where a new themes file is created in a docx
file?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org