This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/gradle/org.sonarqube-7.0.1.6134
in repository https://gitbox.apache.org/repos/asf/poi.git
discard b6eee82c38 Bump org.sonarqube from 4.0.0.2929 to 7.0.1.6134
add 1aa1fd6273 short versioning page
add 1dcb799127 Source-rebuild testing: Fix building actual source-pacakge
and improve output
add 67c8284f35 prep 5.5.0 release
add 0dc32a8596 cache CellStyle Properties to improve performance (#926)
add f632c29683 javadoc issue
add e09a167bbb javadoc
add 207d67c12b Prevent a NullPointerException
add 25a2dd9227 Adjust parsing XSSFBuiltinTableStyle
add a371cba0be Apply IDE suggestions
add b16a094bba Fix JavaDoc
add 95b46731b9 Remove comment about unknown built-in style
add 7ec830f892 set version to 6.0.0-SNAPSHOT
add 58ee3f732b Update create_jobs.groovy
add 41f4570c8f Update create_jobs.groovy
add 323b5c8c6b start move to require java 11 min
add 16ecbc7d48 build issues
add dd0d6deb81 Bump com.github.spotbugs from 6.1.13 to 6.4.4 (#922)
add 7b5fe9c42b Bump org.mockito:mockito-core from 4.11.0 to 5.20.0 (#906)
add d930a9cb09 Bump org.sonarqube from 4.0.0.2929 to 7.0.1.6134
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b6eee82c38)
\
N -- N -- N
refs/heads/dependabot/gradle/org.sonarqube-7.0.1.6134 (d930a9cb09)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
README.rst | 4 +-
build.gradle | 46 +++++-----
build.xml | 18 ++--
jenkins/create_jobs.groovy | 48 ++++------
osgi/README.md | 2 +-
osgi/pom.xml | 8 +-
poi-examples/build.gradle | 4 +-
.../org/apache/poi/integration/TestXLSX2CSV.java | 2 +-
poi-excelant/build.gradle | 16 ++--
poi-integration/build.gradle | 15 +---
poi-integration/build.xml | 13 +--
poi-ooxml-full/build.gradle | 4 +-
poi-ooxml-lite-agent/build.gradle | 4 +-
poi-ooxml-lite/build.gradle | 4 +-
poi-ooxml/build.gradle | 29 +++---
.../org/apache/poi/xssf/model/StylesTable.java | 14 +--
.../apache/poi/xssf/usermodel/XSSFCellStyle.java | 71 ++++++++++++---
.../org/apache/poi/xssf/usermodel/XSSFTextRun.java | 6 +-
.../java/org/apache/poi/xssf/TestXSSFParser.java | 3 +-
.../poi/xssf/usermodel/TestXSSFCellStyle.java | 26 ++++++
poi-scratchpad/build.gradle | 18 ++--
.../org/apache/poi/hwmf/draw/HwmfGraphics.java | 2 +-
poi/build.gradle | 18 ++--
.../apache/poi/hssf/usermodel/HSSFCellStyle.java | 100 +++++++++++++++------
.../java/org/apache/poi/hssf/util/HSSFColor.java | 20 ++---
.../org/apache/poi/ss/usermodel/CellStyle.java | 27 ++++++
.../main/java/org/apache/poi/ss/util/CellUtil.java | 31 +++----
.../apache/poi/hssf/usermodel/TestCellStyle.java | 29 ++++++
src/documentation/RELEASE-NOTES.txt | 2 +-
src/documentation/content/xdocs/changes.xml | 2 +-
.../content/xdocs/components/index.xml | 4 +-
src/documentation/content/xdocs/devel/nightly.xml | 2 +-
src/documentation/content/xdocs/encryption.xml | 2 +-
src/documentation/content/xdocs/site.xml | 1 +
.../xdocs/{devel/nightly.xml => versioning.xml} | 60 +++++++------
src/documentation/release-guide.txt | 10 +--
test-data/slideshow/npe.ppt | Bin 0 -> 737793 bytes
test-data/spreadsheet/xssf-enum.xltx.xlsx | Bin 0 -> 13876 bytes
38 files changed, 406 insertions(+), 259 deletions(-)
copy src/documentation/content/xdocs/{devel/nightly.xml => versioning.xml}
(52%)
create mode 100644 test-data/slideshow/npe.ppt
create mode 100644 test-data/spreadsheet/xssf-enum.xltx.xlsx
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]