Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / patrickfav/bytes-java issues and pull requests
#67 - Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0
Pull Request -
State: open - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#66 - Suggestion: incrementTimingSafe(final byte[] bytes, final int offset, final int length)
Issue -
State: open - Opened by Andrew-Cottrell 3 months ago
#65 - Inconsistent result of failed Base64.decode (throws vs returns null)
Issue -
State: open - Opened by xak2000 11 months ago
#64 - Add module-info via moditect
Pull Request -
State: open - Opened by bowbahdoe about 1 year ago
- 1 comment
#63 - Module-info
Issue -
State: open - Opened by bowbahdoe about 1 year ago
#62 - Bump org.openjdk.jmh:jmh-generator-annprocess from 1.36 to 1.37
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#61 - Bump org.openjdk.jmh:jmh-core from 1.36 to 1.37
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#60 - Bump maven-bundle-plugin from 5.1.8 to 5.1.9
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#59 - Remove hashCode Caching
Pull Request -
State: closed - Opened by patrickfav almost 2 years ago
- 1 comment
#58 - Small optimization of zero hashCode
Pull Request -
State: closed - Opened by TangBean almost 2 years ago
- 2 comments
#57 - Bump common-parent from 19 to 20
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#56 - Bump jmh-generator-annprocess from 1.35 to 1.36
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#55 - Bump common-parent from 18.1 to 19
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#54 - Bump jmh-core from 1.35 to 1.36
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#53 - Fix bugs found by sonar, mainly adding "& 0xff" to not promote int
Pull Request -
State: closed - Opened by patrickfav about 2 years ago
- 1 comment
#52 - Add sonar analyzing and remove codecov
Pull Request -
State: closed - Opened by patrickfav about 2 years ago
- 1 comment
#51 - Fix missing gpg sign and add correct maven deploy flow
Pull Request -
State: closed - Opened by patrickfav about 2 years ago
- 1 comment
#50 - Bump to version 1.6.0 and update changelog
Pull Request -
State: closed - Opened by patrickfav about 2 years ago
#49 - Migrate to Github Actions, CodeCov and Maven Central and update maven…
Pull Request -
State: closed - Opened by patrickfav about 2 years ago
- 1 comment
#48 - Add toIndex versions for indexOf()
Pull Request -
State: closed - Opened by hlyakhovich over 2 years ago
- 7 comments
#47 - Add an automatic module name to support the JPMS
Pull Request -
State: closed - Opened by airsquared almost 4 years ago
#46 - Correct Checkstyle clause in docs
Pull Request -
State: closed - Opened by hlyakhovich almost 4 years ago
#45 - Overload from() with short array
Pull Request -
State: closed - Opened by hlyakhovich almost 4 years ago
#44 - Add toShortArray
Pull Request -
State: closed - Opened by hlyakhovich almost 4 years ago
- 1 comment
#43 - use buffer instead of byteBuffer in README
Pull Request -
State: closed - Opened by mjwiq almost 4 years ago
- 1 comment
#42 - Fix bit shift methods to respect byte order
Pull Request -
State: closed - Opened by gfpeltier almost 4 years ago
- 1 comment
#41 - Bit shift operators do not account for endianness
Issue -
State: closed - Opened by gfpeltier almost 4 years ago
#40 - Fix Bytes.bitAt to respect byte order
Pull Request -
State: closed - Opened by gfpeltier almost 4 years ago
- 1 comment
#39 - Bytes.bitAt assumes big endian byte order
Issue -
State: closed - Opened by gfpeltier almost 4 years ago
- 1 comment
Labels: bug
#38 - Bump checkstyle from 8.18 to 8.29
Pull Request -
State: closed - Opened by dependabot[bot] about 5 years ago
- 1 comment
Labels: dependencies
#37 - Byte.parseHex(String str) could throw IllegalArgumentException
Issue -
State: closed - Opened by petrukhnov almost 6 years ago
- 3 comments
Labels: bug, enhancement
#36 - Add OSGi support
Issue -
State: closed - Opened by patrickfav almost 6 years ago
Labels: enhancement
#35 - Overwrite-methods that take Bytes as parameters. Tests for IndexOutOf…
Pull Request -
State: closed - Opened by JadePaukkunen almost 6 years ago
- 2 comments
#34 - Allocate methods that return MutableBytes
Pull Request -
State: closed - Opened by petrukhnov almost 6 years ago
- 3 comments
#33 - Crashes on Android API level < 19
Issue -
State: closed - Opened by vanosidor almost 6 years ago
- 1 comment
Labels: wontfix
#32 - Rethink type system: Mutable vs Immutable
Issue -
State: open - Opened by patrickfav about 6 years ago
- 2 comments
Labels: enhancement
#31 - Add `AutoClosable` interface to MutableBytes to use with try-with-resource
Issue -
State: closed - Opened by patrickfav about 6 years ago
- 1 comment
Labels: enhancement
#30 - Add new `toDoubleArray` and `toFloatArray` method that converts the internal byte array to an double[] and float[]
Issue -
State: closed - Opened by patrickfav about 6 years ago
Labels: enhancement
#29 - Add new `toLongArray` method that converts the internal byte array to an long[]
Issue -
State: closed - Opened by patrickfav about 6 years ago
Labels: enhancement
#28 - Add new `toIntArray` method that converts the internal byte array to an int[]
Issue -
State: closed - Opened by patrickfav about 6 years ago
Labels: enhancement
#27 - Provide new `toCharArray()` method which decodes internal byte array to char[]
Issue -
State: closed - Opened by patrickfav over 6 years ago
- 1 comment
Labels: enhancement
#26 - Add `append()` method supporting multiple byte arrays as input
Issue -
State: closed - Opened by patrickfav over 6 years ago
#25 - `from()` constructor reading file with offset and length parameter
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#24 - Add `from()` constructor with `char[]` which accepts offset and length param
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#23 - Allow Type CharSquence in 'parse*()' method instead of String
Issue -
State: closed - Opened by patrickfav over 6 years ago
- 1 comment
Labels: enhancement
#22 - Implement Base32 encoding
Pull Request -
State: closed - Opened by patrickfav over 6 years ago
- 1 comment
#21 - Support for RFC 4648 Base32 data encoding
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#20 - Support arbitrary radix encoding/parsing
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#19 - Proguard optimized version
Issue -
State: closed - Opened by patrickfav over 6 years ago
- 1 comment
Labels: enhancement
#18 - Support creating immutable bytes from mutable one
Issue -
State: closed - Opened by patrickfav over 6 years ago
- 1 comment
#17 - Support unsigned and signed sort order
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#16 - Add EMPTY reference for using when return an EMPTY instance
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#15 - Add base64 Url safe encoding
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#14 - Add 'indexOf()' method with start index parameter
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#13 - Add 'from(Inputestream)' constructor with length restriction
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#12 - Add startsWith() and endsWidth() methods
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#11 - Support hmac operations
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#10 - Add UUID Handling Feature
Pull Request -
State: closed - Opened by patrickfav over 6 years ago
- 1 comment
#9 - Add handling for UUID
Issue -
State: closed - Opened by patrickfav over 6 years ago
- 1 comment
Labels: enhancement
#8 - Enhance char[] feature to support arbitrary charset
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#7 - Add new 'encodeUtf8Bytes()' encoder
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: enhancement
#6 - Radix Encoder sometimes creates non-decodeable string
Issue -
State: closed - Opened by patrickfav over 6 years ago
Labels: bug
#5 - Bitwise OR calls bitwise AND internally
Issue -
State: closed - Opened by ioreskovic over 6 years ago
- 1 comment
Labels: bug, duplicate
#4 - Remove println call from library code
Pull Request -
State: closed - Opened by jbaiter over 6 years ago
- 1 comment
#3 - Fix Bytes.or(Bytes bytes) (fixes #2)
Pull Request -
State: closed - Opened by jbaiter over 6 years ago
- 1 comment
#2 - `Bytes.or` calls `Bytes.and`
Issue -
State: closed - Opened by jbaiter over 6 years ago
- 1 comment
Labels: bug
#1 - Add multiply and sum methods to Bytes class.
Issue -
State: open - Opened by mrniko about 7 years ago
- 2 comments
Labels: enhancement, help wanted