Skip to content

Commit

Permalink
Port quiet(...) and cast(...) methods from wildfly-common (#221)
Browse files Browse the repository at this point in the history
* Port quiet(...) consumer methods from wildfly-common.

* Port cast(...) functions from wildfly-common.
  • Loading branch information
pferraro authored May 2, 2023
1 parent 4f9248f commit 1e5c8aa
Show file tree
Hide file tree
Showing 2 changed files with 718 additions and 0 deletions.
4 changes: 4 additions & 0 deletions function/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-constraint</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit 1e5c8aa

Please sign in to comment.