-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http4s-otel4s-middleware with http4s/http4s-otel4s-middleware#171
- Loading branch information
Showing
675 changed files
with
12,916 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+1.12 MB
....11-a6b935d-20250128T112834Z-SNAPSHOT/docs/http4s-otel4s-middleware-core_2.13-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...a6b935d-20250128T112834Z-SNAPSHOT/docs/http4s-otel4s-middleware-core_2.13-javadoc.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2ede95e773ef6787e333bb22e47e3fb6 |
1 change: 1 addition & 0 deletions
1
...6b935d-20250128T112834Z-SNAPSHOT/docs/http4s-otel4s-middleware-core_2.13-javadoc.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2d97dcb282b2b6678b96ba489010a3bc7270c9f6 |
48 changes: 48 additions & 0 deletions
48
...4s/http4s-otel4s-middleware-core_2.13/0.11-a6b935d-20250128T112834Z-SNAPSHOT/ivys/ivy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra"> | ||
<info organisation="org.http4s" module="http4s-otel4s-middleware-core_2.13" revision="0.11-a6b935d-20250128T112834Z-SNAPSHOT" status="integration" publication="20250128132852" e:info.apiURL="https://s01.oss.sonatype.org/service/local/repositories/snapshots/archive/org/http4s/http4s-otel4s-middleware-core_2.13/0.11-a6b935d-20250128T112834Z-SNAPSHOT/http4s-otel4s-middleware-core_2.13-0.11-a6b935d-20250128T112834Z-SNAPSHOT-javadoc.jar/!/index.html" e:info.releaseNotesUrl="https://github.com/arturaz/http4s-otel4s-middleware/releases/tag/0.9.0-rc.1" e:info.versionScheme="early-semver"> | ||
<description homepage="https://arturaz.github.io/http4s-otel4s-middleware">http4s-otel4s-middleware-core</description> | ||
</info> | ||
<configurations> | ||
<conf name="plugin" visibility="public" description=""/> | ||
<conf name="pom" visibility="public" description=""/> | ||
<conf extends="runtime" name="test" visibility="public" description=""/> | ||
<conf name="provided" visibility="public" description=""/> | ||
<conf extends="compile,optional,provided" name="compile-internal" visibility="public" description=""/> | ||
<conf name="scalafix" visibility="public" description=""/> | ||
<conf name="compile-time" visibility="public" description=""/> | ||
<conf name="docs" visibility="public" description=""/> | ||
<conf name="optional" visibility="public" description=""/> | ||
<conf name="compile" visibility="public" description=""/> | ||
<conf extends="test,optional,provided" name="test-internal" visibility="public" description=""/> | ||
<conf name="scala-tool" visibility="public" description=""/> | ||
<conf name="scala-doc-tool" visibility="public" description=""/> | ||
<conf name="sources" visibility="public" description=""/> | ||
<conf extends="compile" name="runtime" visibility="public" description=""/> | ||
<conf extends="runtime,optional" name="runtime-internal" visibility="public" description=""/> | ||
</configurations> | ||
<publications> | ||
<artifact name="http4s-otel4s-middleware-core_2.13" type="jar" ext="jar" conf="compile"/> | ||
<artifact e:classifier="sources" name="http4s-otel4s-middleware-core_2.13" type="src" ext="jar" conf="sources"/> | ||
<artifact e:classifier="javadoc" name="http4s-otel4s-middleware-core_2.13" type="doc" ext="jar" conf="docs"/> | ||
<artifact name="http4s-otel4s-middleware-core_2.13" type="pom" ext="pom" conf="pom"/> | ||
</publications> | ||
<dependencies> | ||
<dependency org="org.scala-lang" name="scala-compiler" rev="2.13.16" conf="scala-tool->default"> </dependency> | ||
<dependency org="org.scala-lang" name="scala-compiler" rev="2.13.16" conf="scala-tool->optional(default)"> </dependency> | ||
<dependency org="org.scala-lang" name="scala-library" rev="2.13.16" conf="scala-tool->default"> </dependency> | ||
<dependency org="org.scala-lang" name="scala-library" rev="2.13.16" conf="scala-tool->optional(default)"> </dependency> | ||
<dependency org="org.scala-lang" name="scala-library" rev="2.13.16" conf="compile->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="scalac-compat-annotation_2.13" rev="0.1.4" conf="provided->default(compile)"> </dependency> | ||
<dependency org="com.olegpy" name="better-monadic-for_2.13" rev="0.3.1" conf="plugin->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="kind-projector_2.13.16" rev="0.13.3" conf="plugin->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="cats-effect-testkit_2.13" rev="3.5.7" conf="test->default(compile)"> </dependency> | ||
<dependency org="org.scalameta" name="munit_2.13" rev="1.0.0" conf="test->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="munit-cats-effect_2.13" rev="2.0.0" conf="test->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="otel4s-sdk-testkit_2.13" rev="0.11.2" conf="test->default(compile)"> </dependency> | ||
<dependency org="org.http4s" name="http4s-core_2.13" rev="0.23.30" conf="compile->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="otel4s-core-common_2.13" rev="0.11.2" conf="compile->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="otel4s-semconv_2.13" rev="0.11.2" conf="compile->default(compile)"> </dependency> | ||
<dependency org="org.scalameta" name="semanticdb-scalac_2.13.16" rev="4.10.1" conf="plugin->default(compile)"> </dependency> | ||
</dependencies> | ||
</ivy-module> |
1 change: 1 addition & 0 deletions
1
...ttp4s-otel4s-middleware-core_2.13/0.11-a6b935d-20250128T112834Z-SNAPSHOT/ivys/ivy.xml.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5921ae62d7c9bed24b21e45c55161295 |
1 change: 1 addition & 0 deletions
1
...tp4s-otel4s-middleware-core_2.13/0.11-a6b935d-20250128T112834Z-SNAPSHOT/ivys/ivy.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9aee6863370b28a41b652811126afb64f02e7ce7 |
Binary file added
BIN
+26.6 KB
...e_2.13/0.11-a6b935d-20250128T112834Z-SNAPSHOT/jars/http4s-otel4s-middleware-core_2.13.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...13/0.11-a6b935d-20250128T112834Z-SNAPSHOT/jars/http4s-otel4s-middleware-core_2.13.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a285594f66d6f9ca3cbf940bbed33abb |
1 change: 1 addition & 0 deletions
1
...3/0.11-a6b935d-20250128T112834Z-SNAPSHOT/jars/http4s-otel4s-middleware-core_2.13.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
329c8a8db5025a27a9817f44999fdd49a46541dd |
98 changes: 98 additions & 0 deletions
98
...e_2.13/0.11-a6b935d-20250128T112834Z-SNAPSHOT/poms/http4s-otel4s-middleware-core_2.13.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.http4s</groupId> | ||
<artifactId>http4s-otel4s-middleware-core_2.13</artifactId> | ||
<packaging>jar</packaging> | ||
<description>http4s-otel4s-middleware-core</description> | ||
<url>https://arturaz.github.io/http4s-otel4s-middleware</url> | ||
<version>0.11-a6b935d-20250128T112834Z-SNAPSHOT</version> | ||
<licenses> | ||
<license> | ||
<name>Apache-2.0</name> | ||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<name>http4s-otel4s-middleware-core</name> | ||
<inceptionYear>2023</inceptionYear> | ||
<organization> | ||
<name>http4s.org</name> | ||
</organization> | ||
<scm> | ||
<url>https://github.com/arturaz/http4s-otel4s-middleware</url> | ||
<connection>scm:git:https://github.com/arturaz/http4s-otel4s-middleware.git</connection> | ||
<developerConnection>scm:git:[email protected]:arturaz/http4s-otel4s-middleware.git</developerConnection> | ||
</scm> | ||
<developers> | ||
<developer> | ||
<id>arturaz</id> | ||
<name>http4s-otel4s-middleware contributors</name> | ||
<url>https://github.com/arturaz/http4s-otel4s-middleware/contributors</url> | ||
<email>@arturaz</email> | ||
</developer> | ||
<developer> | ||
<id>rossabaker</id> | ||
<name>Ross A. Baker</name> | ||
<url>https://github.com/rossabaker</url> | ||
<email>@rossabaker</email> | ||
</developer> | ||
</developers> | ||
<properties> | ||
<info.apiURL>https://s01.oss.sonatype.org/service/local/repositories/snapshots/archive/org/http4s/http4s-otel4s-middleware-core_2.13/0.11-a6b935d-20250128T112834Z-SNAPSHOT/http4s-otel4s-middleware-core_2.13-0.11-a6b935d-20250128T112834Z-SNAPSHOT-javadoc.jar/!/index.html</info.apiURL> | ||
<info.releaseNotesUrl>https://github.com/arturaz/http4s-otel4s-middleware/releases/tag/0.9.0-rc.1</info.releaseNotesUrl> | ||
<info.versionScheme>early-semver</info.versionScheme> | ||
</properties> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.scala-lang</groupId> | ||
<artifactId>scala-library</artifactId> | ||
<version>2.13.16</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>scalac-compat-annotation_2.13</artifactId> | ||
<version>0.1.4</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>cats-effect-testkit_2.13</artifactId> | ||
<version>3.5.7</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.scalameta</groupId> | ||
<artifactId>munit_2.13</artifactId> | ||
<version>1.0.0</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>munit-cats-effect_2.13</artifactId> | ||
<version>2.0.0</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>otel4s-sdk-testkit_2.13</artifactId> | ||
<version>0.11.2</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.http4s</groupId> | ||
<artifactId>http4s-core_2.13</artifactId> | ||
<version>0.23.30</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>otel4s-core-common_2.13</artifactId> | ||
<version>0.11.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>otel4s-semconv_2.13</artifactId> | ||
<version>0.11.2</version> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...13/0.11-a6b935d-20250128T112834Z-SNAPSHOT/poms/http4s-otel4s-middleware-core_2.13.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
187aaa911a2fdfdca46dffdcaf217fa9 |
1 change: 1 addition & 0 deletions
1
...3/0.11-a6b935d-20250128T112834Z-SNAPSHOT/poms/http4s-otel4s-middleware-core_2.13.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bdd743ae773965a16110e7f45d51253f28365cd8 |
Binary file added
BIN
+8.18 KB
....11-a6b935d-20250128T112834Z-SNAPSHOT/srcs/http4s-otel4s-middleware-core_2.13-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...a6b935d-20250128T112834Z-SNAPSHOT/srcs/http4s-otel4s-middleware-core_2.13-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8d075eefe37746d8494a476f66fac654 |
1 change: 1 addition & 0 deletions
1
...6b935d-20250128T112834Z-SNAPSHOT/srcs/http4s-otel4s-middleware-core_2.13-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
31a00d00d534a7811d77994657cd8c04820a8172 |
Binary file added
BIN
+1.12 MB
....11-a6b935d-20250128T113058Z-SNAPSHOT/docs/http4s-otel4s-middleware-core_2.13-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...a6b935d-20250128T113058Z-SNAPSHOT/docs/http4s-otel4s-middleware-core_2.13-javadoc.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2ede95e773ef6787e333bb22e47e3fb6 |
1 change: 1 addition & 0 deletions
1
...6b935d-20250128T113058Z-SNAPSHOT/docs/http4s-otel4s-middleware-core_2.13-javadoc.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2d97dcb282b2b6678b96ba489010a3bc7270c9f6 |
48 changes: 48 additions & 0 deletions
48
...4s/http4s-otel4s-middleware-core_2.13/0.11-a6b935d-20250128T113058Z-SNAPSHOT/ivys/ivy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra"> | ||
<info organisation="org.http4s" module="http4s-otel4s-middleware-core_2.13" revision="0.11-a6b935d-20250128T113058Z-SNAPSHOT" status="integration" publication="20250128133102" e:info.apiURL="https://s01.oss.sonatype.org/service/local/repositories/snapshots/archive/org/http4s/http4s-otel4s-middleware-core_2.13/0.11-a6b935d-20250128T113058Z-SNAPSHOT/http4s-otel4s-middleware-core_2.13-0.11-a6b935d-20250128T113058Z-SNAPSHOT-javadoc.jar/!/index.html" e:info.releaseNotesUrl="https://github.com/arturaz/http4s-otel4s-middleware/releases/tag/0.9.0-rc.1" e:info.versionScheme="early-semver"> | ||
<description homepage="https://arturaz.github.io/http4s-otel4s-middleware">http4s-otel4s-middleware-core</description> | ||
</info> | ||
<configurations> | ||
<conf name="plugin" visibility="public" description=""/> | ||
<conf name="pom" visibility="public" description=""/> | ||
<conf extends="runtime" name="test" visibility="public" description=""/> | ||
<conf name="provided" visibility="public" description=""/> | ||
<conf extends="compile,optional,provided" name="compile-internal" visibility="public" description=""/> | ||
<conf name="scalafix" visibility="public" description=""/> | ||
<conf name="compile-time" visibility="public" description=""/> | ||
<conf name="docs" visibility="public" description=""/> | ||
<conf name="optional" visibility="public" description=""/> | ||
<conf name="compile" visibility="public" description=""/> | ||
<conf extends="test,optional,provided" name="test-internal" visibility="public" description=""/> | ||
<conf name="scala-tool" visibility="public" description=""/> | ||
<conf name="scala-doc-tool" visibility="public" description=""/> | ||
<conf name="sources" visibility="public" description=""/> | ||
<conf extends="compile" name="runtime" visibility="public" description=""/> | ||
<conf extends="runtime,optional" name="runtime-internal" visibility="public" description=""/> | ||
</configurations> | ||
<publications> | ||
<artifact name="http4s-otel4s-middleware-core_2.13" type="jar" ext="jar" conf="compile"/> | ||
<artifact e:classifier="sources" name="http4s-otel4s-middleware-core_2.13" type="src" ext="jar" conf="sources"/> | ||
<artifact e:classifier="javadoc" name="http4s-otel4s-middleware-core_2.13" type="doc" ext="jar" conf="docs"/> | ||
<artifact name="http4s-otel4s-middleware-core_2.13" type="pom" ext="pom" conf="pom"/> | ||
</publications> | ||
<dependencies> | ||
<dependency org="org.scala-lang" name="scala-compiler" rev="2.13.16" conf="scala-tool->default"> </dependency> | ||
<dependency org="org.scala-lang" name="scala-compiler" rev="2.13.16" conf="scala-tool->optional(default)"> </dependency> | ||
<dependency org="org.scala-lang" name="scala-library" rev="2.13.16" conf="scala-tool->default"> </dependency> | ||
<dependency org="org.scala-lang" name="scala-library" rev="2.13.16" conf="scala-tool->optional(default)"> </dependency> | ||
<dependency org="org.scala-lang" name="scala-library" rev="2.13.16" conf="compile->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="scalac-compat-annotation_2.13" rev="0.1.4" conf="provided->default(compile)"> </dependency> | ||
<dependency org="com.olegpy" name="better-monadic-for_2.13" rev="0.3.1" conf="plugin->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="kind-projector_2.13.16" rev="0.13.3" conf="plugin->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="cats-effect-testkit_2.13" rev="3.5.7" conf="test->default(compile)"> </dependency> | ||
<dependency org="org.scalameta" name="munit_2.13" rev="1.0.0" conf="test->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="munit-cats-effect_2.13" rev="2.0.0" conf="test->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="otel4s-sdk-testkit_2.13" rev="0.11.2" conf="test->default(compile)"> </dependency> | ||
<dependency org="org.http4s" name="http4s-core_2.13" rev="0.23.30" conf="compile->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="otel4s-core-common_2.13" rev="0.11.2" conf="compile->default(compile)"> </dependency> | ||
<dependency org="org.typelevel" name="otel4s-semconv_2.13" rev="0.11.2" conf="compile->default(compile)"> </dependency> | ||
<dependency org="org.scalameta" name="semanticdb-scalac_2.13.16" rev="4.10.1" conf="plugin->default(compile)"> </dependency> | ||
</dependencies> | ||
</ivy-module> |
1 change: 1 addition & 0 deletions
1
...ttp4s-otel4s-middleware-core_2.13/0.11-a6b935d-20250128T113058Z-SNAPSHOT/ivys/ivy.xml.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7446ff18b2701da16fba900c467ee122 |
1 change: 1 addition & 0 deletions
1
...tp4s-otel4s-middleware-core_2.13/0.11-a6b935d-20250128T113058Z-SNAPSHOT/ivys/ivy.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6f06d0f1d9c1ec542175b9164a33fb32c818164f |
Binary file added
BIN
+26.6 KB
...e_2.13/0.11-a6b935d-20250128T113058Z-SNAPSHOT/jars/http4s-otel4s-middleware-core_2.13.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...13/0.11-a6b935d-20250128T113058Z-SNAPSHOT/jars/http4s-otel4s-middleware-core_2.13.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
71111789d3c2638687cd3084ab1b1fc1 |
1 change: 1 addition & 0 deletions
1
...3/0.11-a6b935d-20250128T113058Z-SNAPSHOT/jars/http4s-otel4s-middleware-core_2.13.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
15d25b4955508bb6c341f0ef8b91ff6b2151a7ef |
98 changes: 98 additions & 0 deletions
98
...e_2.13/0.11-a6b935d-20250128T113058Z-SNAPSHOT/poms/http4s-otel4s-middleware-core_2.13.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.http4s</groupId> | ||
<artifactId>http4s-otel4s-middleware-core_2.13</artifactId> | ||
<packaging>jar</packaging> | ||
<description>http4s-otel4s-middleware-core</description> | ||
<url>https://arturaz.github.io/http4s-otel4s-middleware</url> | ||
<version>0.11-a6b935d-20250128T113058Z-SNAPSHOT</version> | ||
<licenses> | ||
<license> | ||
<name>Apache-2.0</name> | ||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<name>http4s-otel4s-middleware-core</name> | ||
<inceptionYear>2023</inceptionYear> | ||
<organization> | ||
<name>http4s.org</name> | ||
</organization> | ||
<scm> | ||
<url>https://github.com/arturaz/http4s-otel4s-middleware</url> | ||
<connection>scm:git:https://github.com/arturaz/http4s-otel4s-middleware.git</connection> | ||
<developerConnection>scm:git:[email protected]:arturaz/http4s-otel4s-middleware.git</developerConnection> | ||
</scm> | ||
<developers> | ||
<developer> | ||
<id>arturaz</id> | ||
<name>http4s-otel4s-middleware contributors</name> | ||
<url>https://github.com/arturaz/http4s-otel4s-middleware/contributors</url> | ||
<email>@arturaz</email> | ||
</developer> | ||
<developer> | ||
<id>rossabaker</id> | ||
<name>Ross A. Baker</name> | ||
<url>https://github.com/rossabaker</url> | ||
<email>@rossabaker</email> | ||
</developer> | ||
</developers> | ||
<properties> | ||
<info.apiURL>https://s01.oss.sonatype.org/service/local/repositories/snapshots/archive/org/http4s/http4s-otel4s-middleware-core_2.13/0.11-a6b935d-20250128T113058Z-SNAPSHOT/http4s-otel4s-middleware-core_2.13-0.11-a6b935d-20250128T113058Z-SNAPSHOT-javadoc.jar/!/index.html</info.apiURL> | ||
<info.releaseNotesUrl>https://github.com/arturaz/http4s-otel4s-middleware/releases/tag/0.9.0-rc.1</info.releaseNotesUrl> | ||
<info.versionScheme>early-semver</info.versionScheme> | ||
</properties> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.scala-lang</groupId> | ||
<artifactId>scala-library</artifactId> | ||
<version>2.13.16</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>scalac-compat-annotation_2.13</artifactId> | ||
<version>0.1.4</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>cats-effect-testkit_2.13</artifactId> | ||
<version>3.5.7</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.scalameta</groupId> | ||
<artifactId>munit_2.13</artifactId> | ||
<version>1.0.0</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>munit-cats-effect_2.13</artifactId> | ||
<version>2.0.0</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>otel4s-sdk-testkit_2.13</artifactId> | ||
<version>0.11.2</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.http4s</groupId> | ||
<artifactId>http4s-core_2.13</artifactId> | ||
<version>0.23.30</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>otel4s-core-common_2.13</artifactId> | ||
<version>0.11.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.typelevel</groupId> | ||
<artifactId>otel4s-semconv_2.13</artifactId> | ||
<version>0.11.2</version> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...13/0.11-a6b935d-20250128T113058Z-SNAPSHOT/poms/http4s-otel4s-middleware-core_2.13.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6760617a422c15e79b280ad7ca57fd4f |
1 change: 1 addition & 0 deletions
1
...3/0.11-a6b935d-20250128T113058Z-SNAPSHOT/poms/http4s-otel4s-middleware-core_2.13.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b8e3327664196bd2dd644aa531918a7872325233 |
Binary file added
BIN
+8.19 KB
....11-a6b935d-20250128T113058Z-SNAPSHOT/srcs/http4s-otel4s-middleware-core_2.13-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...a6b935d-20250128T113058Z-SNAPSHOT/srcs/http4s-otel4s-middleware-core_2.13-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2d030fb637aaf8f49b683e2520d1789b |
1 change: 1 addition & 0 deletions
1
...6b935d-20250128T113058Z-SNAPSHOT/srcs/http4s-otel4s-middleware-core_2.13-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2c735ec798dacf1e5eaec238171e2c9c78c82564 |
Binary file added
BIN
+2.62 MB
...3/0.11-a6b935d-20250128T113102Z-SNAPSHOT/docs/http4s-otel4s-middleware-core_3-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...11-a6b935d-20250128T113102Z-SNAPSHOT/docs/http4s-otel4s-middleware-core_3-javadoc.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b012b4f1f51b4a0f5a2d986000dde3f0 |
1 change: 1 addition & 0 deletions
1
...1-a6b935d-20250128T113102Z-SNAPSHOT/docs/http4s-otel4s-middleware-core_3-javadoc.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ef58878b4caa3ae89eab05d10ea73f98321d7e91 |
Oops, something went wrong.