File tree Expand file tree Collapse file tree
src/test/java/org/glassfish/main/distributions/docker/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 *
1414 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
1515 */
16- package org .glassfish .main .distributions .docker ;
16+ package org .glassfish .main .distributions .docker . server ;
1717
1818import java .net .http .HttpResponse ;
1919
2525import static org .hamcrest .MatcherAssert .assertThat ;
2626import static org .hamcrest .Matchers .stringContainsInOrder ;
2727import static org .junit .jupiter .api .Assertions .assertEquals ;
28- import static org .glassfish .main .distributions .docker .HttpUtilities .getServerDefaultRoot ;
28+ import static org .glassfish .main .distributions .docker .server . HttpUtilities .getServerDefaultRoot ;
2929
3030/**
3131 *
Original file line number Diff line number Diff line change 1313 *
1414 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
1515 */
16- package org .glassfish .main .distributions .docker ;
16+ package org .glassfish .main .distributions .docker . server ;
1717
1818import java .net .http .HttpResponse ;
1919
2222import org .testcontainers .junit .jupiter .Container ;
2323import org .testcontainers .junit .jupiter .Testcontainers ;
2424
25- import static org .glassfish .main .distributions .docker .HttpUtilities .getServerDefaultRoot ;
25+ import static org .glassfish .main .distributions .docker .server . HttpUtilities .getServerDefaultRoot ;
2626import static org .hamcrest .MatcherAssert .assertThat ;
2727import static org .hamcrest .Matchers .stringContainsInOrder ;
2828import static org .junit .jupiter .api .Assertions .assertEquals ;
29- import static org .glassfish .main .distributions .docker .HttpUtilities .getAdminResource ;
29+ import static org .glassfish .main .distributions .docker .server . HttpUtilities .getAdminResource ;
3030
3131/**
3232 *
Original file line number Diff line number Diff line change 1414 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
1515 */
1616
17- package org .glassfish .main .distributions .docker ;
17+ package org .glassfish .main .distributions .docker . server ;
1818
1919import java .net .http .HttpResponse ;
2020
2323import org .testcontainers .junit .jupiter .Container ;
2424import org .testcontainers .junit .jupiter .Testcontainers ;
2525
26- import static org .glassfish .main .distributions .docker .HttpUtilities .getServerDefaultRoot ;
26+ import static org .glassfish .main .distributions .docker .server . HttpUtilities .getServerDefaultRoot ;
2727import static org .hamcrest .MatcherAssert .assertThat ;
2828import static org .hamcrest .Matchers .stringContainsInOrder ;
2929import static org .junit .jupiter .api .Assertions .assertEquals ;
Original file line number Diff line number Diff line change 1313 *
1414 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
1515 */
16- package org .glassfish .main .distributions .docker ;
16+ package org .glassfish .main .distributions .docker . server ;
1717
1818import java .net .URI ;
1919import java .net .http .HttpClient ;
Original file line number Diff line number Diff line change 1414 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
1515 */
1616
17- package org .glassfish .main .distributions .docker ;
17+ package org .glassfish .main .distributions .docker . server ;
1818
1919import java .net .http .HttpResponse ;
2020
2323import org .testcontainers .junit .jupiter .Container ;
2424import org .testcontainers .junit .jupiter .Testcontainers ;
2525
26- import static org .glassfish .main .distributions .docker .HttpUtilities .getServerDefaultRoot ;
26+ import static org .glassfish .main .distributions .docker .server . HttpUtilities .getServerDefaultRoot ;
2727import static org .hamcrest .MatcherAssert .assertThat ;
2828import static org .hamcrest .Matchers .stringContainsInOrder ;
2929import static org .junit .jupiter .api .Assertions .assertEquals ;
Original file line number Diff line number Diff line change 1313 *
1414 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
1515 */
16- package org .glassfish .main .distributions .docker ;
16+ package org .glassfish .main .distributions .docker . server ;
1717
1818/**
1919 *
You can’t perform that action at this time.
0 commit comments