Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>platform</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>analytics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion auth-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion auth-tokens/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>platform</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>auth-tokens</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion avro-message-format/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>platform</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>avro-message-format</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions cockpit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>platform</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>cockpit-core</artifactId>
Expand Down Expand Up @@ -221,7 +221,7 @@
<dependency>
<groupId>com.orbitalhq</groupId>
<artifactId>query-node-core</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.taxilang</groupId>
Expand Down Expand Up @@ -434,11 +434,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.orbitalhq</groupId>
<artifactId>test-cli</artifactId>
<version>${project.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.orbitalhq</groupId>-->
<!-- <artifactId>test-cli</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- </dependency>-->

<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import org.springframework.stereotype.Component
import org.springframework.web.client.RestClient
import org.springframework.web.client.toEntity
import reactor.core.publisher.Mono
import reactor.core.scheduler.Schedulers
import java.time.Instant

@ConditionalOnProperty("vyne.security.openIdp.roles.format", havingValue = CloudPropelAuthClaimsExtractor.PropelAuthJwtKind, matchIfMissing = false)
Expand Down Expand Up @@ -83,7 +84,7 @@ class PropelAuthApiKeyValidator(
// sink.success(JwtAuthenticationToken(
// jwt
// ))
}
}.subscribeOn(Schedulers.boundedElastic()) as Mono<Authentication>


}
Expand Down
2 changes: 1 addition & 1 deletion connectors/aws-connectors/aws-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>aws-connectors</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connectors/aws-connectors/dynamo-db-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>aws-connectors</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>dynamo-db-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/aws-connectors/lambda-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>aws-connectors</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connectors/aws-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connectors/aws-connectors/s3-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>aws-connectors</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connectors/aws-connectors/sqs-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>aws-connectors</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connectors/azure-connectors/blob-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-connectors</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connectors/azure-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connectors/azure-connectors/servicebus-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>azure-connectors</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>servicebus-connector</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions connectors/connectors-calcite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.orbitalhq</groupId>
<artifactId>datatype-converters</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.taxilang</groupId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/connectors-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connectors/hazelcast-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>connectors</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>hazelcast-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/jdbc-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connectors/kafka-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connectors/nosql-connectors/mongodb-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>nosql-connectors</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>mongodb-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/nosql-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>connectors</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>nosql-connectors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connectors/soap-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>connectors</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>soap-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion copilot-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>platform</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>copilot-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion copilot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>platform</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>copilot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatype-converters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion events-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>com.orbitalhq</groupId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion formats-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>platform</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<groupId>org.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion function-loading/functions-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>function-loading</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<description>API for defining custom user functions</description>
Expand Down
2 changes: 1 addition & 1 deletion function-loading/functions-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>function-loading</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>functions-binding</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class BoundFunction(

override val functionName: QualifiedName = QualifiedName(namespace, name)

override fun invoke(
override suspend fun invoke(
inputValues: List<TypedInstance>,
schema: Schema,
returnType: Type,
Expand Down
2 changes: 1 addition & 1 deletion function-loading/functions-kotlin-scripting-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>function-loading</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>functions-kotlin-scripting-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion function-loading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>platform</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>function-loading</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion function-loading/test-java-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>function-loading</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>test-java-project</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions history-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>platform</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>history-persistence</artifactId>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.orbitalhq</groupId>
<artifactId>vyne-spring</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
Expand Down
6 changes: 3 additions & 3 deletions history-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.orbitalhq</groupId>
<artifactId>platform</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</parent>

<artifactId>history-service</artifactId>
Expand Down Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>com.orbitalhq</groupId>
<artifactId>history-persistence</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.orbitalhq</groupId>
<artifactId>vyne-history-core</artifactId>
<version>0.37.0-SNAPSHOT</version>
<version>d0.38.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down
Loading