Skip to content

Commit f2763a0

Browse files
authored
Merge branch 'main' into optional-default-value
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
2 parents 3b8fbe8 + 1b00628 commit f2763a0

File tree

37 files changed

+1573
-114
lines changed

37 files changed

+1573
-114
lines changed

.github/component_owners.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ components:
3737
- liran2000
3838
providers/multiprovider:
3939
- liran2000
40+
providers/ofrep-provider:
41+
- Rahul-Baradol
42+
- toddbaert
4043
tools/flagd-http-connector:
4144
- liran2000
4245

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout Repository
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27+
with:
28+
submodules: recursive
2729

2830
- name: Set up JDK ${{ matrix.build.java }}
2931
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
[submodule "providers/flagd/test-harness"]
55
path = providers/flagd/test-harness
66
url = https://github.com/open-feature/test-harness.git
7-
branch = v2.9.0
7+
branch = v2.10.2
88
[submodule "providers/flagd/spec"]
99
path = providers/flagd/spec
1010
url = https://github.com/open-feature/spec.git
11+
[submodule "providers/go-feature-flag/wasm-releases"]
12+
path = providers/go-feature-flag/wasm-releases
13+
url = https://github.com/go-feature-flag/wasm-releases.git

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"providers/configcat": "0.2.1",
1111
"providers/statsig": "0.2.1",
1212
"providers/multiprovider": "0.0.3",
13+
"providers/ofrep": "0.0.1",
1314
"tools/junit-openfeature": "0.2.1",
1415
"tools/flagd-http-connector": "0.0.4",
1516
".": "1.0.0"

hooks/open-telemetry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>io.opentelemetry</groupId>
3232
<artifactId>opentelemetry-bom</artifactId>
33-
<version>1.51.0</version>
33+
<version>1.52.0</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<module>providers/configcat</module>
4141
<module>providers/statsig</module>
4242
<module>providers/multiprovider</module>
43+
<module>providers/ofrep</module>
4344
<module>tools/flagd-http-connector</module>
4445
</modules>
4546

@@ -71,14 +72,14 @@
7172
<dependency>
7273
<groupId>org.junit</groupId>
7374
<artifactId>junit-bom</artifactId>
74-
<version>5.13.3</version>
75+
<version>5.13.4</version>
7576
<type>pom</type>
7677
<scope>import</scope>
7778
</dependency>
7879
<dependency>
7980
<groupId>io.cucumber</groupId>
8081
<artifactId>cucumber-bom</artifactId>
81-
<version>7.23.0</version>
82+
<version>7.26.0</version>
8283
<type>pom</type>
8384
<scope>import</scope>
8485
</dependency>
@@ -270,7 +271,7 @@
270271
<plugin>
271272
<groupId>org.honton.chas</groupId>
272273
<artifactId>exists-maven-plugin</artifactId>
273-
<version>0.15.0</version>
274+
<version>0.15.2</version>
274275
<executions>
275276
<execution>
276277
<goals>
@@ -486,7 +487,7 @@
486487
<plugin>
487488
<groupId>com.diffplug.spotless</groupId>
488489
<artifactId>spotless-maven-plugin</artifactId>
489-
<version>2.44.5</version>
490+
<version>2.46.1</version>
490491
<configuration>
491492
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
492493
<!-- <ratchetFrom>origin/main</ratchetFrom>-->

providers/configcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.apache.logging.log4j</groupId>
3434
<artifactId>log4j-slf4j2-impl</artifactId>
35-
<version>2.25.0</version>
35+
<version>2.25.1</version>
3636
<scope>test</scope>
3737
</dependency>
3838

providers/flagd/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-databind</artifactId>
75-
<version>2.19.1</version>
75+
<version>2.19.2</version>
7676
</dependency>
7777

7878
<dependency>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>io.opentelemetry</groupId>
125125
<artifactId>opentelemetry-api</artifactId>
126-
<version>1.51.0</version>
126+
<version>1.52.0</version>
127127
</dependency>
128128

129129
<dependency>
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.junit.jupiter</groupId>
143143
<artifactId>junit-jupiter</artifactId>
144-
<version>5.13.3</version>
144+
<version>5.13.4</version>
145145
<scope>test</scope>
146146
</dependency>
147147
<dependency>

0 commit comments

Comments
 (0)