Skip to content

Commit

Permalink
Merge pull request #611 from spyrkob/update_chanel
Browse files Browse the repository at this point in the history
Upgrade wildfly-channel to 1.1.0.Final
  • Loading branch information
spyrkob authored Mar 25, 2024
2 parents 071d025 + c8d0b13 commit e24dc45
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 515 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void setUp() throws IOException {

@Test
public void addFeaturePack() throws Exception {
final Path channelsFile = MetadataTestUtils.prepareChannel("manifests/wildfly-28.0.0.Final-manifest.yaml");
final Path channelsFile = MetadataTestUtils.prepareChannel("manifests/wildfly-30.0.0.Final-manifest.yaml");
final Path modulePath = Path.of("modules", "com", "mysql", "jdbc");

System.out.println("Installing wildfly");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private void deployWildflyManifest() throws Exception {
final RepositorySystem system = mavenSessionManager.newRepositorySystem();
final DefaultRepositorySystemSession session = mavenSessionManager.newRepositorySystemSession(system);

final File wfManifest = new File(this.getClass().getClassLoader().getResource("manifests/wildfly-28.0.0.Final-manifest.yaml").toURI());
final File wfManifest = new File(this.getClass().getClassLoader().getResource("manifests/wildfly-30.0.0.Final-manifest.yaml").toURI());

final DeployRequest deployRequest = new DeployRequest();
deployRequest.setRepository(new RemoteRepository.Builder("local-repo", "default", localRepo.toUri().toString()).build());
Expand Down
Loading

0 comments on commit e24dc45

Please sign in to comment.