commits
Thread
Date
Earlier messages
Messages by Thread
(commons-compress) branch master updated: Remove unnecessary parameter from HuffmanDecoder public constructor (#796)
ggregory
(commons-codec) branch master updated (22663160 -> 6ff959df)
ggregory
(commons-codec) 01/03: Javadoc Add missing @throws in BaseNCodec and subclasses
ggregory
(commons-codec) 02/03: Throw IOException instead of IllegalArgumentException in BaseNCodecOutputStream and BaseNCodecOutputStream IO methods
ggregory
(commons-codec) 03/03: Throw DecoderException instead of IllegalArgumentException in RFC1522Codec.decodeText(String).
ggregory
(commons-compress) branch master updated: Fix typo in POM.
ggregory
(commons-compress) branch master updated: Add comment about pax test 4.14.0.
ggregory
(commons-compress) branch master updated: Bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-13.
ggregory
(commons-csv) branch master updated: Fix quadratic CSVFormat.printWithEscapes(Reader) delimiter look-ahead (#631).
ggregory
(commons-csv) branch master updated (dbdf96b7 -> 0c02827d)
ggregory
(commons-csv) 01/01: Merge pull request #631 from rootvector2/printwithescapes-reader-linear
ggregory
(commons-collections) branch master updated: Fix inverted fixed-size guard in FixedSizeSortedMap.putAll (#722).
ggregory
(commons-collections) branch master updated: Fix inverted fixed-size guard in FixedSizeSortedMap.putAll (#722)
ggregory
(commons-cli) branch master updated: Add missing action in changes.xml.
ggregory
(commons-cli) branch master updated: Fix integer overflow in TextHelpAppendable.indexOfWrap (#437).
ggregory
(commons-cli) branch master updated: Fix integer overflow in TextHelpAppendable.indexOfWrap (#437)
ggregory
(commons-codec) branch master updated (897df72a -> 22663160)
ggregory
(commons-codec) 02/02: Add missing Java @throws tags
ggregory
(commons-codec) 01/02: Add PhoneticEngine.Builder.setMaxInputLength(int).
ggregory
(commons-codec) branch master updated (4611565f -> 897df72a)
ggregory
(commons-codec) 04/04: Add BeiderMorseEncoder.Builder.
ggregory
(commons-codec) 03/04: Assign result of requireNonNull.
ggregory
(commons-codec) 02/04: Javadoc
ggregory
(commons-codec) 01/04: Extract local variable.
ggregory
(commons-vfs) branch master updated: Bump slf4j.version from 2.0.17 to 2.0.18 (#778).
ggregory
(commons-vfs) branch dependabot/maven/slf4j.version-2.0.18 deleted (was 8b7383e72)
ggregory
(commons-vfs) branch master updated: Bump slf4j.version from 2.0.17 to 2.0.18 (#778)
ggregory
(commons-vfs) branch master updated: Bump org.apache.mina:mina-core from 2.2.8 to 2.2.9 (#777).
ggregory
(commons-vfs) branch dependabot/maven/org.apache.mina-mina-core-2.2.9 deleted (was b5c3d3f23)
ggregory
(commons-vfs) branch master updated: Bump org.apache.mina:mina-core from 2.2.8 to 2.2.9 (#777)
ggregory
(commons-vfs) branch master updated (f07f7c7b3 -> b05334056)
ggregory
(commons-vfs) 02/03: Bump mina.sshd.version from 3.0.0-M4 to 3.0.0-M5 (#776).
ggregory
(commons-vfs) 03/03: Merge branch 'master' of https://github.com/apache/commons-vfs.git
ggregory
(commons-vfs) 01/03: Add Java GH CI latest Java version.
ggregory
(commons-vfs) branch dependabot/maven/mina.sshd.version-3.0.0-M5 deleted (was 45ac1a03f)
ggregory
(commons-vfs) branch master updated: Bump mina.sshd.version from 3.0.0-M4 to 3.0.0-M5 (#776)
ggregory
(commons-vfs) branch dependabot/maven/slf4j.version-2.0.18 created (now 8b7383e72)
github-bot
(commons-vfs) branch dependabot/maven/org.apache.mina-mina-core-2.2.9 created (now b5c3d3f23)
github-bot
(commons-vfs) branch dependabot/maven/mina.sshd.version-3.0.0-M5 created (now 45ac1a03f)
github-bot
(commons-codec) branch master updated: Allocate a single MessageDigest and use it in Sha2Crypt.sha2Crypt(byte[], String, String, int, String).
ggregory
(commons-codec) branch master updated (901b24ed -> 1e46d8a1)
ggregory
(commons-codec) 02/02: Add Base58 tests
ggregory
(commons-codec) 01/02: Optimize Base58.convertFromBase58(byte[], Context) for speed and temp object allocation.
ggregory
(commons-codec) branch master updated: RFC1522Codec.decodeText(String) now throws a DecoderException instead of a StringIndexOutOfBoundsException when a separator is missing
ggregory
(commons-codec) branch master updated: Bump next release version from 1.22.2 to 1.23.0.
ggregory
(commons-codec) branch master updated: Add and use PhoneticEngine.Builder and deprecate old constructors.
ggregory
(commons-codec) branch master updated: Optimize PhoneticEngine.encode(String, LanguageSet) for speed.
ggregory
(commons-codec) branch master updated (4f84d6bf -> 72e2540a)
ggregory
(commons-codec) 01/02: Inline single use local variable.
ggregory
(commons-codec) 02/02: Optimize honeticEngine.encode(String, LanguageSet) for speed.
ggregory
svn commit: r86577 - in dev/commons/collections/4.6.0-RC1: . binaries site site/apidocs site/apidocs/legal site/apidocs/org site/apidocs/org/apache site/apidocs/org/apache/commons site/apidocs/org/apache/commons/collections4 site/apidocs/org/apache/com...
ggregory
(commons-collections) annotated tag commons-collections-4.6.0-RC1 updated (4107624de -> 6a04012e3)
ggregory
(commons-collections) branch release updated: Prepare for the release candidate 4.6.0 RC1
ggregory
(commons-collections) branch master updated: Prepare for the next release candidate
ggregory
(commons-csv) branch master updated: Close the stream parse(Path) and parse(URL) open on construction failure (#630).
ggregory
(commons-scxml) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-pool) branch POOL_2_X updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-pool) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-xml) branch main updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-weaver) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-vfs) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-validator) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-text) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-statistics) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-skin) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-parent) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-ognl) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-release-plugin) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-rng) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-rdf) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-net) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-numbers) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-math) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-lang) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-logging) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-jxpath) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-jexl) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-jelly) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-jci) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-jcs) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-io) branch master updated (ffd9ddae6 -> be48191ff)
ggregory
(commons-imaging) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-graph) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-geometry) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-fileupload) branch 1.x updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-exec) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-fileupload) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-email) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-digester) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-dbutils) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-dbcp) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-daemon) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-csv) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-crypto) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-compress) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-configuration) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-collections) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-build-plugin) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-codec) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-beanutils) branch 1.X updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-beanutils) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-bcel) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-cli) branch master updated: Bump actions/setup-java from 5.6.0 to 5.7.0
ggregory
(commons-collections) branch master updated: Add missing Javadoc @throws
ggregory
(commons-rng) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-xml) branch main updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-weaver) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-vfs) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-validator) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-text) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-skin) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-statistics) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-scxml) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-release-plugin) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-rdf) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-pool) branch POOL_2_X updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-pool) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-parent) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-ognl) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-net) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-math) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-numbers) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-logging) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-lang) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-jxpath) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-jci) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-jcs) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-imaging) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-jexl) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-jelly) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-fileupload) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-io) branch master updated (717a145ac -> ffd9ddae6)
ggregory
(commons-geometry) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-email) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-digester) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-exec) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-crypto) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-dbutils) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-dbcp) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-daemon) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-csv) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-beanutils) branch 1.X updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-configuration) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-compress) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-codec) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-collections) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-build-plugin) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-bsf) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-beanutils) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-bcel) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6.
ggregory
(commons-text) branch master updated: [TEXT-242] StringSubstitutorReader can now substitute variables with a suffix longer than two characters (#764).
ggregory
(commons-text) branch master updated: StringSubstitutorReader now substitute variables whose configured suffix is longer than two characters (#764)
ggregory
(commons-cli) branch master updated: Bump github/codeql-action from 4.37.3 to 4.37.6
ggregory
(commons-compress) branch master updated: Merge branch 'master' of https://github.com/apache/commons-compress.git
ggregory
(commons-compress) branch master updated: Add reusable Huffman decoder. (#792)
ggregory
(commons-compress) branch master updated: Reject missing main header in ArjArchiveInputStream.readMainHeader (#793).
ggregory
(commons-compress) branch master updated: Reject missing main header in ArjArchiveInputStream.readMainHeader (#793)
ggregory
(commons-vfs) branch master updated (624aa73aa -> 225f40bdd)
ggregory
(commons-vfs) 02/02: Replace the shared vfs_cache temp dir in DefaultFileReplicator (#775).
ggregory
(commons-vfs) 01/02: Sort members
ggregory
(commons-vfs) branch master updated: Replace the shared vfs_cache temp dir in DefaultFileReplicator (#775)
ggregory
(commons-lang) branch master updated (9288e2c95 -> 164b290d3)
ggregory
(commons-lang) 01/02: Fix the overflow bound direction in Instants.toMillisSince(Instant) (#1766).
ggregory
(commons-lang) 02/02: Simplify Instants.toMillisSince(Instant)
ggregory
(commons-lang) branch master updated: Fix the overflow bound direction in Instants.toMillisSince(Instant) (#1766)
ggregory
(commons-lang) branch master updated (54ee8ec1c -> 03636f3e9)
ggregory
(commons-lang) 05/05: Refactor test util method
ggregory
(commons-lang) 04/05: Parameterize ConversionTest.testHexDigitToIntIllegalArgumentException(char)
ggregory
(commons-lang) 03/05: Split ConversionTest.testHexDigitToInt()
ggregory
(commons-lang) 01/05: Reject non-ASCII hex characters in Conversion.hexDigitToInt (#1767).
ggregory
(commons-lang) 02/05: Javadoc
ggregory
(commons-lang) branch master updated: Reject non-ASCII hex characters in Conversion.hexDigitToInt (#1767)
ggregory
(commons-beanutils) branch master updated: Reject negative index values in DefaultResolver.getIndex (#432).
ggregory
(commons-beanutils) branch master updated: Reject negative index values in DefaultResolver.getIndex (#432)
ggregory
(commons-validator) branch master updated: Validate path, query and fragment for authority-less file URLs (#432).
ggregory
(commons-validator) branch master updated (6fd7cd6a -> 133ebc54)
ggregory
(commons-validator) 01/01: Merge pull request #432 from sahvx655-wq/file-scheme-path-check
ggregory
(commons-io) branch master updated (dbb9ac0cc -> 717a145ac)
ggregory
(commons-io) branch master updated (a17d7db28 -> dbb9ac0cc)
ggregory
(commons-io) branch master updated (4635acb00 -> a17d7db28)
ggregory
(commons-io) branch master updated (adc61686e -> 4635acb00)
ggregory
(commons-io) branch master updated (eb60bd516 -> adc61686e)
ggregory
(commons-xml) branch feature/schema-factory-language updated (70ab7d8 -> ff36786)
pkarwasz
(commons-xml) branch feature/ignore-all-resolver-floors updated (8edd19b -> d962e4c)
ggregory
(commons-xml) branch feature/reduce-shade-footprint updated (cd67911 -> 0fcd0a1)
ggregory
(commons-xml) branch feature/schema-factory-language updated (26638d7 -> 70ab7d8)
pkarwasz
(commons-xml) branch feature/schema-factory-language created (now 26638d7)
pkarwasz
(commons-xml) 01/01: Add a schemaLanguage parameter to newSchemaFactory
pkarwasz
(commons-xml) branch feature/ignore-all-resolver-floors updated (5281941 -> 8edd19b)
pkarwasz
(commons-xml) branch feature/ignore-all-resolver-floors updated (36fa4b2 -> 5281941)
pkarwasz
(commons-xml) branch feature/ignore-all-resolver-floors updated (0ef718e -> 36fa4b2)
pkarwasz
(commons-xml) branch feature/ignore-all-resolver-floors updated (0562a09 -> 0ef718e)
pkarwasz
(commons-xml) branch feature/ignore-all-resolver-floors updated (156d128 -> 0562a09)
pkarwasz
(commons-xml) branch feature/ignore-all-resolver-floors updated (7282a02 -> 156d128)
pkarwasz
(commons-xml) branch feature/ignore-all-resolver-floors updated (297bfa3 -> 7282a02)
pkarwasz
(commons-xml) branch feature/ignore-all-resolver-floors updated (7b3d2ad -> 297bfa3)
pkarwasz
(commons-xml) branch feature/ignore-all-resolver-floors created (now 7b3d2ad)
pkarwasz
(commons-xml) 02/03: Drop XERCES_LOAD_EXTERNAL_DTD from the hardening recipes
pkarwasz
(commons-xml) 01/03: Make the resolver floors ignore-all instead of deny-all
pkarwasz
(commons-xml) 03/03: Extend the ignore-all floor to Saxon resource resolution
pkarwasz
Earlier messages