smallrye-common icon indicating copy to clipboard operation
smallrye-common copied to clipboard

Common utilities for SmallRye

Results 24 smallrye-common issues
Sort by recently updated
recently updated
newest added

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies
java

It would be convenient to have the BOM usage snippet in the README, just to help get started using the project.

For OSes where the version is reliably detectable, we should try to detect the kernel version, distribution name, and distribution version. See also [this related discussion](https://github.com/jboss-modules/jboss-modules/pull/260#discussion_r462627663) on another project.

enhancement

Bumps [org.graalvm.sdk:nativeimage](https://github.com/oracle/graal) from 23.1.2 to 24.0.2. Commits 1f72d53 release GraalVM 24.0.2 f3256ed [GR-54762] Developer info is consistent with other suites. 6a69ef6 Update js imports. 625cbfe Developer info is consistent with...

dependencies
java

Bumps [org.apache.maven.resolver:maven-resolver-util](https://github.com/apache/maven-resolver) from 1.9.20 to 2.0.1. Release notes Sourced from org.apache.maven.resolver:maven-resolver-util's releases. 2.0.1 Release Notes - Maven Resolver - Version 2.0.1 ... (truncated) Commits 9f6d226 [maven-release-plugin] prepare release maven-resolver-2.0.1 d6fb916...

dependencies
java

Given that `3.8.0.redhat-00001` is less than `3.8.0.SP1-redhat-00001`, the following snippet returns `1` (expected is `-1`): ```java VersionScheme.MAVEN.compare("3.8.0.redhat-00001", "3.8.0.SP1-redhat-00001") ``` _Originally posted by @gastaldi in https://github.com/smallrye/smallrye-common/pull/330#discussion_r1683430729_

This has popup as a bytecode generation operation which can both save memory and CPU time at startup, see ![image](https://github.com/smallrye/smallrye-common/assets/13125299/2eeaf400-d65e-4489-ab3b-bc8fce435acc) It both save the lambda generation and, most importantly, a...

Fixes #348, and some other minor issues as well

Adds a new Expression mode to support MP escape `\$` and keeps compatibility with `$$` escape only in the presence of an expression, allowing to escape `$${exp}`, but keeping `exp$$exp`...