File tree Expand file tree Collapse file tree
integrations/crac/src/main/java Expand file tree Collapse file tree Original file line number Diff line number Diff line change 177177 <version .lib.zipkin.sender-urlconnection>2.16.4</version .lib.zipkin.sender-urlconnection>
178178 <version .lib.zipkin>2.12.5</version .lib.zipkin>
179179 <version .lib.zookeeper>3.5.7</version .lib.zookeeper>
180- <version .lib.crac>1.4 .0</version .lib.crac>
180+ <version .lib.crac>1.5 .0</version .lib.crac>
181181 </properties >
182182
183183 <dependencyManagement >
Original file line number Diff line number Diff line change 3131)
3232module io .helidon .integrations .crac {
3333 requires static io .helidon .common .features .api ; // @Feature
34- requires transitive crac ;
34+ requires transitive org . crac ;
3535 requires io .helidon .common .resumable ;
3636 provides ResumableSupport with io .helidon .integrations .crac .CracSupport ;
3737}
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17- FROM azul/zulu-openjdk:23- jdk-crac-latest AS checkpoint
17+ FROM azul/zulu-openjdk:24.0.2-24.32- jdk-crac AS checkpoint
1818ENV BASE_URI=http://localhost:8080
1919RUN apt-get update && apt-get install -y curl siege
2020WORKDIR /helidon
Original file line number Diff line number Diff line change 2020import io .helidon .webclient .api .WebClient ;
2121
2222import jakarta .json .JsonObject ;
23- import org .junit .jupiter .api .Disabled ;
2423import org .junit .jupiter .api .Test ;
2524import org .slf4j .Logger ;
2625import org .slf4j .LoggerFactory ;
3534import static org .hamcrest .Matchers .equalTo ;
3635
3736@ Testcontainers (disabledWithoutDocker = true )
38- @ Disabled
3937class CracIT {
4038 static {
4139 LogConfig .initClass ();
You can’t perform that action at this time.
0 commit comments