File tree Expand file tree Collapse file tree
src/main/java/cloud/prefab/client/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111<dependency >
1212 <groupId >cloud.prefab</groupId >
1313 <artifactId >client</artifactId >
14- <version >0.3.10 </version >
14+ <version >0.3.11 </version >
1515</dependency >
1616```
1717
Original file line number Diff line number Diff line change 1313<dependency >
1414 <groupId >cloud.prefab</groupId >
1515 <artifactId >client</artifactId >
16- <version >0.3.10 </version >
16+ <version >0.3.11 </version >
1717</dependency >
1818```
1919
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >cloud.prefab</groupId >
66 <artifactId >prefab-cloud-parent</artifactId >
7- <version >0.3.10 </version >
7+ <version >0.3.11 </version >
88 </parent >
99
1010 <artifactId >client</artifactId >
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ CompletableFuture<HttpResponse<Supplier<Prefab.Configs>>> requestConfigsFromCDN(
9898 long offset
9999 ) {
100100 return requestConfigsFromURI (
101- URI .create (options .getPrefabApiUrl () + "/api/v1/configs/" + offset )
101+ URI .create (options .getCDNUrl () + "/api/v1/configs/" + offset )
102102 );
103103 }
104104
Original file line number Diff line number Diff line change 1313<dependency >
1414 <groupId >cloud.prefab</groupId >
1515 <artifactId >log4j-one-listener</artifactId >
16- <version >0.3.10 </version >
16+ <version >0.3.11 </version >
1717</dependency >
1818```
1919
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >cloud.prefab</groupId >
66 <artifactId >prefab-cloud-parent</artifactId >
7- <version >0.3.10 </version >
7+ <version >0.3.11 </version >
88 </parent >
99
1010 <artifactId >log4j-one-listener</artifactId >
1919 <dependency >
2020 <groupId >cloud.prefab</groupId >
2121 <artifactId >client</artifactId >
22- <version >0.3.10 </version >
22+ <version >0.3.11 </version >
2323 </dependency >
2424 <dependency >
2525 <groupId >com.google.guava</groupId >
3939 <dependency >
4040 <groupId >cloud.prefab</groupId >
4141 <artifactId >client</artifactId >
42- <version >0.3.10 </version >
42+ <version >0.3.11 </version >
4343 <type >test-jar</type >
4444 <scope >test</scope >
4545 </dependency >
Original file line number Diff line number Diff line change 1212<dependency >
1313 <groupId >cloud.prefab</groupId >
1414 <artifactId >log4j-two-listener</artifactId >
15- <version >0.3.10 </version >
15+ <version >0.3.11 </version >
1616</dependency >
1717```
1818
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >cloud.prefab</groupId >
66 <artifactId >prefab-cloud-parent</artifactId >
7- <version >0.3.10 </version >
7+ <version >0.3.11 </version >
88 </parent >
99
1010 <artifactId >log4j-two-listener</artifactId >
1919 <dependency >
2020 <groupId >cloud.prefab</groupId >
2121 <artifactId >client</artifactId >
22- <version >0.3.10 </version >
22+ <version >0.3.11 </version >
2323 </dependency >
2424 <dependency >
2525 <groupId >com.google.guava</groupId >
4646 <dependency >
4747 <groupId >cloud.prefab</groupId >
4848 <artifactId >client</artifactId >
49- <version >0.3.10 </version >
49+ <version >0.3.11 </version >
5050 <type >test-jar</type >
5151 <scope >test</scope >
5252 </dependency >
Original file line number Diff line number Diff line change 1515<dependency >
1616 <groupId >cloud.prefab</groupId >
1717 <artifactId >logback-listener</artifactId >
18- <version >0.3.10 </version >
18+ <version >0.3.11 </version >
1919</dependency >
2020```
2121
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >cloud.prefab</groupId >
66 <artifactId >prefab-cloud-parent</artifactId >
7- <version >0.3.10 </version >
7+ <version >0.3.11 </version >
88 </parent >
99
1010 <artifactId >logback-listener</artifactId >
1919 <dependency >
2020 <groupId >cloud.prefab</groupId >
2121 <artifactId >client</artifactId >
22- <version >0.3.10 </version >
22+ <version >0.3.11 </version >
2323 </dependency >
2424 <dependency >
2525 <groupId >com.google.guava</groupId >
4545 <dependency >
4646 <groupId >cloud.prefab</groupId >
4747 <artifactId >client</artifactId >
48- <version >0.3.10 </version >
48+ <version >0.3.11 </version >
4949 <type >test-jar</type >
5050 <scope >test</scope >
5151 </dependency >
You can’t perform that action at this time.
0 commit comments