28 | Robo4j Client is alive 29 |
30 | 31 | -------------------------------------------------------------------------------- /robo4j-core/src/main/java/com/robo4j/util/StringConstants.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2014, 2024, Marcus Hirt, Miroslav Wengner 3 | * 4 | * Robo4J is free software: you can redistribute it and/or modify 5 | * it under the terms of the GNU General Public License as published by 6 | * the Free Software Foundation, either version 3 of the License, or 7 | * (at your option) any later version. 8 | * 9 | * Robo4J is distributed in the hope that it will be useful, 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | * GNU General Public License for more details. 13 | * 14 | * You should have received a copy of the GNU General Public License 15 | * along with Robo4J. If not, see28 | Robo4j Client is alive but your request is not supported 29 |
30 | 31 | -------------------------------------------------------------------------------- /robo4j-socket-http/src/test/java/module-info.java: -------------------------------------------------------------------------------- 1 | module robo4j.http.test { 2 | requires robo4j.core; 3 | requires robo4j.http; 4 | 5 | requires org.junit.jupiter.api; 6 | requires org.junit.jupiter.engine; 7 | requires org.slf4j; 8 | 9 | 10 | exports com.robo4j.socket.http.test.utils; 11 | exports com.robo4j.socket.http.test.units.config to robo4j.core; 12 | exports com.robo4j.socket.http.test.units.config.codec to robo4j.http; 13 | exports com.robo4j.socket.http.test.codec to robo4j.http; 14 | 15 | opens com.robo4j.socket.http.test to org.junit.platform.commons; 16 | opens com.robo4j.socket.http.test.units.config.codec to org.junit.platform.commons; 17 | opens com.robo4j.socket.http.test.utils to org.junit.platform.commons; 18 | opens com.robo4j.socket.http.test.message to org.junit.platform.commons; 19 | opens com.robo4j.socket.http.test.units to org.junit.platform.commons; 20 | opens com.robo4j.socket.http.test.json to org.junit.platform.commons; 21 | opens com.robo4j.socket.http.test.request to org.junit.platform.commons; 22 | 23 | } 24 | -------------------------------------------------------------------------------- /robo4j-hw-lego/src/main/java/com/robo4j/hw/lego/provider/IProvider.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2014, 2024, Marcus Hirt, Miroslav Wengner 3 | * 4 | * Robo4J is free software: you can redistribute it and/or modify 5 | * it under the terms of the GNU General Public License as published by 6 | * the Free Software Foundation, either version 3 of the License, or 7 | * (at your option) any later version. 8 | * 9 | * Robo4J is distributed in the hope that it will be useful, 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | * GNU General Public License for more details. 13 | * 14 | * You should have received a copy of the GNU General Public License 15 | * along with Robo4J. If not, see