Said Boudjelda

Results 12 issues of Said Boudjelda

- Update .gitignore file - Introduce gradle.properties file - Upgrade gradle wrapper - Upgrade spring boot version

We can see that there is no clear release notes for the project or any listings of breaking changes or change log from a version to another, we can also...

Visual studio code IDE is becoming pretty more popular in java world, opening project in visual studio code with java configuration creates a .vscode directory that must be ignored

Upgrading maven wrapper can bring much enhancements when building the project, and one of the important new features is that maven is validating the wrapper against a sha256sum value to...

This pull request is aiming to upgrade the maven version to the latest version on Github Actions ci for `Kogito Runtimes ` building workflow

Fix the dangling java doc comment for `ByteUtilsBenchmark` class, by putting the comment block on the header of class declaration and annotations ### Committer Checklist (excluded from commit message) -...

performance
small

This is a too minor pull request that aims to remove a never thrown exception from `testUnsignedReadVarlongUnrolled` on [ByteUtilsBenchmark.java](https://github.com/apache/kafka/compare/trunk...bmscomp:fix/remove_unthrowed_exception?expand=1#diff-8054555a896a2cce2f6b28e2c14f4c11ca8f98e67ff6bcff671d1873d0ba427c) ### Committer Checklist (excluded from commit message) - [x] Verify design...

performance
ci-approved
small

Upgrade protobuf-java library to version 4.28.2, that bring much enhancements and bug fixing comparing to the existing 3.X one the version 4.x is backward compatible with Protobuf 3.x at the...

build
small

The purpose of this pull request is to removed the duplicated code existing in the `ByteUtilsBenchmark.java` class and use the existing one on `ByteUtils.java ` no other changes was made...

performance
small

Update the version of assertJ dependency to the latest stable one 3.24.2 Remove unused import