Scientist4J icon indicating copy to clipboard operation
Scientist4J copied to clipboard

A port of Github's Refactoring tool Scientist in Java

Results 9 Scientist4J issues
Sort by recently updated
recently updated
newest added

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.5.0 to 5.10.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.10.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.10.0 2024-01-24 - 8 commit(s) by Andre Brait, dependabot[bot] Bump...

dependencies

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.2. Release notes Sourced from org.assertj:assertj-core's releases. v3.25.2 :jigsaw: Binary Compatibility The release is binary compatible with the previous minor version. :bug: Bug Fixes Fix...

dependencies

Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.11.5 to 1.12.2. Release notes Sourced from io.micrometer:micrometer-core's releases. 1.12.2 :lady_beetle: Bug Fixes java.lang.NullPointerException in DefaultJmsPublishObservationConvention #4505 Fix concurrency in grpc test #4517 micrometer-registry-statsd POM file is...

dependencies

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.3. Release notes Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases. 3.6.2 🐛 Bug Fixes [MJAVADOC-716] - Fix stale files detection failing because of the newline (#144) @​gnodet [MJAVADOC-713]...

dependencies

Has anyone integrated Scientist4j with NewRelic. How did you do about this? Does anyone have recommendations of how to best achieve this?

Travis does not support having a pipeline. so we can move to GitHub actions the suggested pipeline could do the following - OWASP dependency check - run unit tests -...

we can use Codecov https://about.codecov.io/pricing/

Something I bumped into with the runAsync is when wrapping code that looks at the request for params, cookies, etc Spring barfs out a message for "No thread-bound request found"...