File tree Expand file tree Collapse file tree
batch-processing/src/test/java/org/jboss/as/quickstarts/batch
bmt/src/test/java/org/jboss/as/quickstarts/bmt
cmt/src/test/java/org/jboss/as/quickstarts/cmt
ejb-multi-server/app-web/src/test/java/org/jboss/as/quickstarts/ejb/multi/server/app
ha-singleton-deployment/src/test/java/org/jboss/as/quickstarts/ha/singleton
helloworld-mdb/src/test/java/org/jboss/as/quickstarts/mdb
helloworld-mutual-ssl-secured/src/test/java/org/jboss/as/quickstarts/helloworld_mutual_ssl_secured
helloworld/src/test/java/org/jboss/as/quickstarts/helloworld
jaxrs-jwt/src/test/java/org/jboss/quickstarts/jaxrsjwt
jsonp/src/test/java/org/jboss/as/quickstarts/jsonp
microprofile-openapi/src/test/java/org/wildfly/quickstart/microprofile/openapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .wildfly .quickstarts .batch ;
16+ package org .jboss . as .quickstarts .batch ;
1717
1818import org .junit .Test ;
1919
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .wildfly . quickstarts .cmt ;
16+ package org .jboss . as . quickstarts .bmt ;
1717
1818import org .junit .Test ;
1919
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .wildfly .quickstarts .cmt ;
16+ package org .jboss . as .quickstarts .cmt ;
1717
1818import org .junit .Test ;
1919
Original file line number Diff line number Diff line change 1- package org .jboss .as .quickstarts .ejb .multi .server ;
1+ package org .jboss .as .quickstarts .ejb .multi .server . app ;
22
33import org .junit .Test ;
44
Original file line number Diff line number Diff line change 1414 * See the License for the specific language governing permissions and
1515 * limitations under the License.
1616 */
17- package org .wildfly .quickstarts .ha .singleton ;
17+ package org .jboss . as .quickstarts .ha .singleton ;
1818
1919import org .junit .jupiter .api .Assertions ;
2020import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .wildfly .quickstarts .mdb ;
16+ package org .jboss . as .quickstarts .mdb ;
1717
1818import java .io .IOException ;
1919import java .net .URI ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .jboss .as .quickstarts .helloworld_mutual_ssl ;
16+ package org .jboss .as .quickstarts .helloworld_mutual_ssl_secured ;
1717
1818import org .junit .Test ;
1919
4242import org .apache .http .HttpResponse ;
4343
4444
45- import static org .jboss .as .quickstarts .helloworld_mutual_ssl .KeystoreUtil .createTrustStore ;
45+ import static org .jboss .as .quickstarts .helloworld_mutual_ssl_secured .KeystoreUtil .createTrustStore ;
4646import static org .junit .Assert .assertEquals ;
4747
4848/**
Original file line number Diff line number Diff line change 1616 * limitations under the License.
1717 */
1818
19- package org .jboss .as .quickstarts .helloworld_mutual_ssl ;
19+ package org .jboss .as .quickstarts .helloworld_mutual_ssl_secured ;
2020
2121import java .io .FileInputStream ;
2222import java .io .FileOutputStream ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .wildfly .quickstarts .helloworld ;
16+ package org .jboss . as .quickstarts .helloworld ;
1717
1818import org .junit .Test ;
1919
Original file line number Diff line number Diff line change 1717 * limitations under the License.
1818 */
1919
20- package org .jboss .quickstart .jaxrsjwt ;
20+ package org .jboss .quickstarts .jaxrsjwt ;
2121
2222import java .util .concurrent .locks .Lock ;
2323import java .util .concurrent .locks .ReentrantLock ;
You can’t perform that action at this time.
0 commit comments