Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-java/sparsebitset: add 1.3 | dev-java/poi: add 5.2.5 #33490

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vaukai
Copy link
Contributor

@vaukai vaukai commented Oct 24, 2023

No description provided.

@gentoo-bot
Copy link

Pull Request assignment

Submitter: @vaukai
Areas affected: ebuilds
Packages affected: dev-java/sparsebitset

dev-java/sparsebitset: @gentoo/java

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.

If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits. labels Oct 24, 2023
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-10-24 15:16 UTC
Newest commit scanned: 6e772c6
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/456a3c28d1/output.html

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-10-24 19:16 UTC
Newest commit scanned: ce8458e
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/5d1f24a836/output.html

@fordfrog
Copy link
Contributor

i get these errors:

>>> Emerging (6 of 6) dev-java/poi-5.2.4::gentoo
 * Fetching files in the background.
 * To view fetch progress, run in another terminal:
 * tail -f /var/log/emerge-fetch.log
 * poi-src-5.2.4-20230921-5.2.4.tgz BLAKE2B SHA512 size ;-) ...                                                                                                                                                                                                                                                                                                     [ ok ]
 * poi-src-5.2.4-20230921-5.2.4.tgz.asc BLAKE2B SHA512 size ;-) ...                                                                                                                                                                                                                                                                                                 [ ok ]
 * Using: openjdk-17
>>> Unpacking source...
 * Verifying poi-src-5.2.4-20230921-5.2.4.tgz ...
[   INFO] File /var/tmp/portage/dev-java/poi-5.2.4/distdir/poi-src-5.2.4-20230921-5.2.4.tgz verified successfully against the signature in /var/tmp/portage/dev-java/poi-5.2.4/distdir/poi-src-5.2.4-20230921-5.2.4.tgz.asc:
[   INFO] - status: OpenPGPSignatureStatus.GOOD
[   INFO] - valid: True, trusted: True
[   INFO] - primary key: 6BA4DA8B1C88A49428A29C3D0C69C1EF41181E13
[   INFO] - subkey: 6BA4DA8B1C88A49428A29C3D0C69C1EF41181E13
[   INFO] - timestamp: 2023-09-21 19:27:26 UTC
>>> Unpacking poi-src-5.2.4-20230921-5.2.4.tgz to /var/tmp/portage/dev-java/poi-5.2.4/work
>>> Unpacking poi-src-5.2.4-20230921-5.2.4.tgz.asc to /var/tmp/portage/dev-java/poi-5.2.4/work
unpack poi-src-5.2.4-20230921-5.2.4.tgz.asc: file format not recognized. Ignoring.
>>> Source unpacked in /var/tmp/portage/dev-java/poi-5.2.4/work
>>> Preparing source in /var/tmp/portage/dev-java/poi-5.2.4/work/poi-src-5.2.4-20230921-5.2.4 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-java/poi-5.2.4/work/poi-src-5.2.4-20230921-5.2.4 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-java/poi-5.2.4/work/poi-src-5.2.4-20230921-5.2.4 ...
javac -source 1.8 -target 1.8 -d target/classes -encoding UTF-8 -classpath /usr/share/commons-codec/lib/commons-codec.jar:/usr/share/commons-collections-4/lib/commons-collections.jar:/usr/share/commons-io-1/lib/commons-io.jar:/usr/share/commons-math-3/lib/commons-math.jar:/usr/share/log4j-api-2/lib/log4j-api.jar:/usr/share/sparsebitset/lib/sparsebitset.jar @sources.lst
warning: [options] bootstrap class path not set in conjunction with -source 8
poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java:22: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal
import java.security.AccessControlException;
                    ^
poi/src/main/java/org/apache/poi/poifs/nio/CleanerUtil.java:29: warning: [removal] AccessController in java.security has been deprecated and marked for removal
import java.security.AccessController;
                    ^
poi/src/main/java/org/apache/poi/sl/usermodel/ObjectShape.java:99: error: cannot find symbol
        try (final UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                                ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/poifs/filesystem/DocumentOutputStream.java:46: error: cannot find symbol
            UnsynchronizedByteArrayOutputStream.builder().setBufferSize(POIFSConstants.BIG_BLOCK_MINIMUM_DOCUMENT_SIZE).get();
                                               ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/poifs/filesystem/DocumentOutputStream.java:108: error: cannot find symbol
        return parent.createDocument(name, UnsynchronizedByteArrayInputStream.builder().setByteArray(new byte[0]).get());
                                                                             ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java:783: error: cannot find symbol
        UnsynchronizedByteArrayOutputStream baos = UnsynchronizedByteArrayOutputStream.builder().setBufferSize(
                                                                                      ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/sl/image/ImageHeaderBitmap.java:41: error: cannot find symbol
            img = ImageIO.read(UnsynchronizedByteArrayInputStream.builder().setByteArray(data).setOffset(offset).setLength(data.length-offset).get());
                                                                 ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/hpsf/PropertySet.java:517: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/hpsf/PropertySet.java:602: error: cannot find symbol
        return UnsynchronizedByteArrayInputStream.builder().setByteArray(toBytes()).get();
                                                 ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/POIDocument.java:339: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream bOut = UnsynchronizedByteArrayOutputStream.builder().get()) {
                                                                                           ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/hpsf/Property.java:275: error: cannot find symbol
            UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                         ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/hpsf/Property.java:402: error: cannot find symbol
            UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                         ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/hpsf/Section.java:67: error: cannot find symbol
    private final UnsynchronizedByteArrayOutputStream sectionBytes = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                                        ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/hpsf/Section.java:736: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/sl/draw/BitmapImageRenderer.java:88: error: cannot find symbol
            try (UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get()) {
                                                                                              ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/sl/draw/BitmapImageRenderer.java:107: error: cannot find symbol
        img = readImage(UnsynchronizedByteArrayInputStream.builder().setByteArray(data).get(), contentType);
                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/hssf/record/Record.java:82: error: cannot find symbol
            rinp = new RecordInputStream(UnsynchronizedByteArrayInputStream.builder().setByteArray(b).get());
                                                                           ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/hssf/record/RecordInputStream.java:456: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream out = UnsynchronizedByteArrayOutputStream.builder().setBufferSize(2 * MAX_RECORD_DATA_SIZE).get()) {
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/hssf/record/SubRecord.java:139: error: cannot find symbol
        UnsynchronizedByteArrayOutputStream baos = UnsynchronizedByteArrayOutputStream.builder().setBufferSize(size).get();
                                                                                      ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/hssf/record/DConRefRecord.java:284: error: cannot find symbol
            ric = new RecordInputStream(UnsynchronizedByteArrayInputStream.builder().setByteArray(data).get());
                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java:1137: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal
        } catch (AccessControlException e) {
                 ^
poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java:1362: error: cannot find symbol
        workbookDoc.replaceContents(UnsynchronizedByteArrayInputStream.builder().setByteArray(getBytes()).get());
                                                                      ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java:1424: error: cannot find symbol
        fs.createDocument(UnsynchronizedByteArrayInputStream.builder().setByteArray(getBytes()).get(), "Workbook");
                                                            ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java:2119: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get()) {
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java:2147: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get()) {
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/hssf/record/EscherAggregate.java:1037: error: cannot find symbol
        final UnsynchronizedByteArrayOutputStream buffer = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                              ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFPicture.java:196: error: cannot find symbol
            return ImageUtils.getImageDimension(UnsynchronizedByteArrayInputStream.builder().setByteArray(data).get(), type);
                                                                                  ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/hssf/record/EmbeddedObjectRefSubRecord.java:183: error: cannot find symbol
                UnsynchronizedByteArrayInputStream.builder().setByteArray(formulaRawBytes).get())) {
                                                  ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/hssf/record/FilePassRecord.java:125: error: cannot find symbol
        UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                     ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/hssf/record/DrawingRecordForBiffViewer.java:55: error: cannot find symbol
                    UnsynchronizedByteArrayInputStream.builder().setByteArray(data).get()
                                                      ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/util/IOUtils.java:144: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().setBufferSize(limit).get()) {
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/util/IOUtils.java:241: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream baos = UnsynchronizedByteArrayOutputStream.builder().setBufferSize(byteArrayInitLen).get()) {
                                                                                           ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/util/GenericRecordJsonWriter.java:120: error: cannot find symbol
                NullOutputStream.INSTANCE : Files.newOutputStream(fileName.toPath());
                                ^
  symbol:   variable INSTANCE
  location: class NullOutputStream
poi/src/main/java/org/apache/poi/util/GenericRecordXmlWriter.java:112: error: cannot find symbol
                NullOutputStream.INSTANCE : Files.newOutputStream(fileName.toPath());
                                ^
  symbol:   variable INSTANCE
  location: class NullOutputStream
poi/src/main/java/org/apache/poi/util/LZWDecompresser.java:105: error: cannot find symbol
        UnsynchronizedByteArrayOutputStream res = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                     ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/util/RLEDecompressingInputStream.java:280: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream out = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/util/RLEDecompressingInputStream.java:281: error: cannot find symbol
             InputStream instream = UnsynchronizedByteArrayInputStream.builder().setByteArray(compressed).setOffset(offset).setLength(length).get();
                                                                      ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/ss/util/ImageUtils.java:158: error: cannot find symbol
                ? getImageDimension(UnsynchronizedByteArrayInputStream.builder().setByteArray(data.getData()).get(), data.getPictureType())
                                                                      ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/ss/util/ImageUtils.java:203: error: cannot find symbol
                imgSize = getImageDimension(UnsynchronizedByteArrayInputStream.builder().setByteArray(data.getData()).get(), data.getPictureType());
                                                                              ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/ss/extractor/EmbeddedExtractor.java:180: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().setBufferSize(20000).get();
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/ss/extractor/EmbeddedExtractor.java:221: error: cannot find symbol
            try(UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                             ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/poifs/filesystem/Ole10Native.java:257: error: cannot find symbol
            parent.createDocument(OLE_MARKER_NAME, UnsynchronizedByteArrayInputStream.builder().setByteArray(OLE_MARKER_BYTES).get());
                                                                                     ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/poifs/filesystem/Ole10Native.java:405: error: cannot find symbol
                UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get();
                                                                                             ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/poifs/macros/VBAMacroReader.java:236: error: cannot find symbol
                    UnsynchronizedByteArrayInputStream.builder().
                                                      ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/poifs/macros/VBAMacroReader.java:282: error: cannot find symbol
                module.read(UnsynchronizedByteArrayInputStream.builder().setByteArray(decompressedBytes).get());
                                                              ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/poifs/macros/VBAMacroReader.java:675: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get()) {
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/poifs/macros/VBAMacroReader.java:695: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get()) {
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/poifs/macros/VBAMacroReader.java:809: error: cannot find symbol
                decompressed = tryToDecompress(UnsynchronizedByteArrayInputStream.builder().
                                                                                 ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/poifs/nio/CleanerUtil.java:79: warning: [removal] AccessController in java.security has been deprecated and marked for removal
        final Object hack = AccessController.doPrivileged(
                            ^
poi/src/main/java/org/apache/poi/poifs/nio/CleanerUtil.java:179: warning: [removal] AccessController in java.security has been deprecated and marked for removal
            final Throwable error = AccessController.doPrivileged(
                                    ^
poi/src/main/java/org/apache/poi/ddf/EscherMetafileBlip.java:195: error: cannot find symbol
        try (InflaterInputStream in = new InflaterInputStream(UnsynchronizedByteArrayInputStream.builder().setByteArray(data).get());
                                                                                                ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayInputStream
poi/src/main/java/org/apache/poi/ddf/EscherMetafileBlip.java:196: error: cannot find symbol
             UnsynchronizedByteArrayOutputStream out = UnsynchronizedByteArrayOutputStream.builder().get()) {
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
poi/src/main/java/org/apache/poi/ddf/EscherMetafileBlip.java:413: error: cannot find symbol
        try (UnsynchronizedByteArrayOutputStream bos = UnsynchronizedByteArrayOutputStream.builder().get()) {
                                                                                          ^
  symbol:   method builder()
  location: class UnsynchronizedByteArrayOutputStream
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: poi/src/main/java/org/apache/poi/util/GenericRecordUtil.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
48 errors

i guess it might need newer version of commons-io, if so, it should be stated in the deps.

@vaukai
Copy link
Contributor Author

vaukai commented Oct 25, 2023

[...]
i guess it might need newer version of commons-io, if so, it should be stated in the deps.

Dependencies updated and the commons-io branch merged here. Having a new slot for commons-io-2.14.0 seems not needed since all reverse dependencies seem to be ok with it.

For the jimfs patches see my comment from the original branch .

@fordfrog since there's nothing "burning" atm, prio 1 of my open PRs should be #28334.

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-10-25 09:55 UTC
Newest commit scanned: 655b1fa
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/e06fd2ef4d/output.html

@vaukai vaukai changed the title dev-java/sparsebitset: add 1.3 dev-java/sparsebitset: add 1.3 | dev-java/commons-io: add 2.14.0 | dev-java/poi: add 5.2.4 Oct 25, 2023
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-10-28 15:11 UTC
Newest commit scanned: a39ded2
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/139fa1c54c/output.html

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-11-02 14:22 UTC
Newest commit scanned: 2a026d1
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/ce5fef3d0a/output.html

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-11-17 10:02 UTC
Newest commit scanned: 64e2b98
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/b2de5faa27/output.html

@vaukai vaukai marked this pull request as ready for review November 17, 2023 10:14
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-11-17 10:32 UTC
Newest commit scanned: c000151
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/ed21d0e935/output.html

@vaukai vaukai changed the title dev-java/sparsebitset: add 1.3 | dev-java/commons-io: add 2.14.0 | dev-java/poi: add 5.2.4 dev-java/sparsebitset: add 1.3 | dev-java/commons-io: add 2.15.1 | dev-java/poi: add 5.2.5 Dec 11, 2023
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-12-11 23:58 UTC
Newest commit scanned: dce0eeb
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/dccbb2a85d/output.html

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-12-18 16:43 UTC
Newest commit scanned: cb093a6
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/4078f23d71/output.html

@fordfrog
Copy link
Contributor

merged down to dev-java/auto-service-annotations.

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-12-20 13:28 UTC
Newest commit scanned: 846af9f
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/0e02fd0a41/output.html

@vaukai vaukai changed the title dev-java/sparsebitset: add 1.3 | dev-java/commons-io: add 2.15.1 | dev-java/poi: add 5.2.5 dev-java/sparsebitset: add 1.3 | dev-java/poi: add 5.2.5 Mar 4, 2024
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2024-03-04 09:42 UTC
Newest commit scanned: f7f2117
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/ee3bd2431c/output.html

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2024-04-14 09:09 UTC
Newest commit scanned: 1bbe09f
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/03645e95c5/output.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits.
Projects
None yet
4 participants