[JBoss JIRA] (WFLY-13308) BOMs is a separate component
by Eduardo Martins (Jira)
[ https://issues.redhat.com/browse/WFLY-13308?page=com.atlassian.jira.plugi... ]
Eduardo Martins updated WFLY-13308:
-----------------------------------
Description: {{wildfly-ejb-client-bom}} is defined as having version {{${ee.maven.version}}}, but the main codebase does not produce this artifact. (was: {{wildfly-jms-client-bom}} is defined as having version {{${project.version}}}, but the main codebase does not produce this artifact.
https://github.com/jbossas/jboss-eap7/blob/CD14/pom.xml#L819
It is produced at https://github.com/wildfly/boms/blob/master/client/jms-client/pom.xml#L40
If Galleon were to obey dependency management this leads to:
{noformat}
[ERROR] Failed to execute goal org.wildfly.galleon-plugins:wildfly-galleon-maven-plugin:2.0.1.Alpha1-SNAPSHOT:generate-feature-specs (feature-spec-build) on project wildfly-galleon-pack: Failed to resolve artifact org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT as a dependency of eap-cd-servlet@maven(org.jboss.universe:product-universe):current#7.2.0.CD14-redhat-SNAPSHOT (persisted as org.jboss.eap:wildfly-jms-client-bom:7.2.0.CD14-redhat-SNAPSHOT::pom): Couldn't resolve artifact: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.wildfly.galleon-plugins:wildfly-galleon-maven-plugin:2.0.1.Alpha1-SNAPSHOT:generate-feature-specs (feature-spec-build) on project wildfly-galleon-pack: Failed to resolve artifact org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT as a dependency of eap-cd-servlet@maven(org.jboss.universe:product-universe):current#7.2.0.CD14-redhat-SNAPSHOT (persisted as org.jboss.eap:wildfly-jms-client-bom:7.2.0.CD14-redhat-SNAPSHOT::pom)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.maven.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:39)
at org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:122)
at org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:50)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to resolve artifact org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT as a dependency of eap-cd-servlet@maven(org.jboss.universe:product-universe):current#7.2.0.CD14-redhat-SNAPSHOT (persisted as org.jboss.eap:wildfly-jms-client-bom:7.2.0.CD14-redhat-SNAPSHOT::pom)
at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.processFeaturePackDep(WfFeatureSpecBuildMojo.java:564)
at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.processFeaturePackDeps(WfFeatureSpecBuildMojo.java:511)
at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.doExecute(WfFeatureSpecBuildMojo.java:235)
at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.execute(WfFeatureSpecBuildMojo.java:191)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 27 more
Caused by: org.apache.maven.plugin.MojoExecutionException: Couldn't resolve artifact: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.findArtifact(WfFeatureSpecBuildMojo.java:716)
at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.processFeaturePackDep(WfFeatureSpecBuildMojo.java:562)
... 32 more
Caused by: org.apache.maven.shared.artifact.resolve.ArtifactResolverException: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
at org.apache.maven.shared.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact(Maven31ArtifactResolver.java:116)
at org.apache.maven.shared.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact(Maven31ArtifactResolver.java:80)
at org.apache.maven.shared.artifact.resolve.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:73)
at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.findArtifact(WfFeatureSpecBuildMojo.java:713)
... 33 more
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223)
at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:294)
at org.apache.maven.shared.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact(Maven31ArtifactResolver.java:108)
... 36 more
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.newException(DefaultUpdateCheckManager.java:231)
at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:183)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.gatherDownloads(DefaultArtifactResolver.java:585)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:503)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421)
... 40 more
{noformat})
> BOMs is a separate component
> ----------------------------
>
> Key: WFLY-13308
> URL: https://issues.redhat.com/browse/WFLY-13308
> Project: WildFly
> Issue Type: Bug
> Components: Build System
> Environment: Patched Galleon to obey dependency management (issue forthcoming)
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Major
>
> {{wildfly-ejb-client-bom}} is defined as having version {{${ee.maven.version}}}, but the main codebase does not produce this artifact.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (WFLY-12773) BOMs is a separate component
by Eduardo Martins (Jira)
[ https://issues.redhat.com/browse/WFLY-12773?page=com.atlassian.jira.plugi... ]
Eduardo Martins updated WFLY-12773:
-----------------------------------
Git Pull Request: (was: https://github.com/wildfly/wildfly/pull/12792)
> BOMs is a separate component
> ----------------------------
>
> Key: WFLY-12773
> URL: https://issues.redhat.com/browse/WFLY-12773
> Project: WildFly
> Issue Type: Bug
> Components: Build System
> Environment: Patched Galleon to obey dependency management (issue forthcoming)
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Major
> Fix For: 19.0.0.Beta1, 19.0.0.Final
>
>
> {{wildfly-jms-client-bom}} is defined as having version {{${project.version}}}, but the main codebase does not produce this artifact.
> https://github.com/jbossas/jboss-eap7/blob/CD14/pom.xml#L819
> It is produced at https://github.com/wildfly/boms/blob/master/client/jms-client/pom.xml#L40
> If Galleon were to obey dependency management this leads to:
> {noformat}
> [ERROR] Failed to execute goal org.wildfly.galleon-plugins:wildfly-galleon-maven-plugin:2.0.1.Alpha1-SNAPSHOT:generate-feature-specs (feature-spec-build) on project wildfly-galleon-pack: Failed to resolve artifact org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT as a dependency of eap-cd-servlet@maven(org.jboss.universe:product-universe):current#7.2.0.CD14-redhat-SNAPSHOT (persisted as org.jboss.eap:wildfly-jms-client-bom:7.2.0.CD14-redhat-SNAPSHOT::pom): Couldn't resolve artifact: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.wildfly.galleon-plugins:wildfly-galleon-maven-plugin:2.0.1.Alpha1-SNAPSHOT:generate-feature-specs (feature-spec-build) on project wildfly-galleon-pack: Failed to resolve artifact org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT as a dependency of eap-cd-servlet@maven(org.jboss.universe:product-universe):current#7.2.0.CD14-redhat-SNAPSHOT (persisted as org.jboss.eap:wildfly-jms-client-bom:7.2.0.CD14-redhat-SNAPSHOT::pom)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.maven.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:39)
> at org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:122)
> at org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:50)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to resolve artifact org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT as a dependency of eap-cd-servlet@maven(org.jboss.universe:product-universe):current#7.2.0.CD14-redhat-SNAPSHOT (persisted as org.jboss.eap:wildfly-jms-client-bom:7.2.0.CD14-redhat-SNAPSHOT::pom)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.processFeaturePackDep(WfFeatureSpecBuildMojo.java:564)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.processFeaturePackDeps(WfFeatureSpecBuildMojo.java:511)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.doExecute(WfFeatureSpecBuildMojo.java:235)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.execute(WfFeatureSpecBuildMojo.java:191)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
> ... 27 more
> Caused by: org.apache.maven.plugin.MojoExecutionException: Couldn't resolve artifact: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.findArtifact(WfFeatureSpecBuildMojo.java:716)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.processFeaturePackDep(WfFeatureSpecBuildMojo.java:562)
> ... 32 more
> Caused by: org.apache.maven.shared.artifact.resolve.ArtifactResolverException: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
> at org.apache.maven.shared.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact(Maven31ArtifactResolver.java:116)
> at org.apache.maven.shared.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact(Maven31ArtifactResolver.java:80)
> at org.apache.maven.shared.artifact.resolve.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:73)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.findArtifact(WfFeatureSpecBuildMojo.java:713)
> ... 33 more
> Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444)
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246)
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223)
> at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:294)
> at org.apache.maven.shared.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact(Maven31ArtifactResolver.java:108)
> ... 36 more
> Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
> at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.newException(DefaultUpdateCheckManager.java:231)
> at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:183)
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.gatherDownloads(DefaultArtifactResolver.java:585)
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:503)
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421)
> ... 40 more
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (WFLY-12773) BOMs is a separate component
by Eduardo Martins (Jira)
[ https://issues.redhat.com/browse/WFLY-12773?page=com.atlassian.jira.plugi... ]
Eduardo Martins updated WFLY-12773:
-----------------------------------
Git Pull Request: https://github.com/wildfly/wildfly/pull/12792
> BOMs is a separate component
> ----------------------------
>
> Key: WFLY-12773
> URL: https://issues.redhat.com/browse/WFLY-12773
> Project: WildFly
> Issue Type: Bug
> Components: Build System
> Environment: Patched Galleon to obey dependency management (issue forthcoming)
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Major
> Fix For: 19.0.0.Beta1, 19.0.0.Final
>
>
> {{wildfly-jms-client-bom}} is defined as having version {{${project.version}}}, but the main codebase does not produce this artifact.
> https://github.com/jbossas/jboss-eap7/blob/CD14/pom.xml#L819
> It is produced at https://github.com/wildfly/boms/blob/master/client/jms-client/pom.xml#L40
> If Galleon were to obey dependency management this leads to:
> {noformat}
> [ERROR] Failed to execute goal org.wildfly.galleon-plugins:wildfly-galleon-maven-plugin:2.0.1.Alpha1-SNAPSHOT:generate-feature-specs (feature-spec-build) on project wildfly-galleon-pack: Failed to resolve artifact org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT as a dependency of eap-cd-servlet@maven(org.jboss.universe:product-universe):current#7.2.0.CD14-redhat-SNAPSHOT (persisted as org.jboss.eap:wildfly-jms-client-bom:7.2.0.CD14-redhat-SNAPSHOT::pom): Couldn't resolve artifact: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.wildfly.galleon-plugins:wildfly-galleon-maven-plugin:2.0.1.Alpha1-SNAPSHOT:generate-feature-specs (feature-spec-build) on project wildfly-galleon-pack: Failed to resolve artifact org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT as a dependency of eap-cd-servlet@maven(org.jboss.universe:product-universe):current#7.2.0.CD14-redhat-SNAPSHOT (persisted as org.jboss.eap:wildfly-jms-client-bom:7.2.0.CD14-redhat-SNAPSHOT::pom)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.maven.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:39)
> at org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:122)
> at org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:50)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to resolve artifact org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT as a dependency of eap-cd-servlet@maven(org.jboss.universe:product-universe):current#7.2.0.CD14-redhat-SNAPSHOT (persisted as org.jboss.eap:wildfly-jms-client-bom:7.2.0.CD14-redhat-SNAPSHOT::pom)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.processFeaturePackDep(WfFeatureSpecBuildMojo.java:564)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.processFeaturePackDeps(WfFeatureSpecBuildMojo.java:511)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.doExecute(WfFeatureSpecBuildMojo.java:235)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.execute(WfFeatureSpecBuildMojo.java:191)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
> ... 27 more
> Caused by: org.apache.maven.plugin.MojoExecutionException: Couldn't resolve artifact: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.findArtifact(WfFeatureSpecBuildMojo.java:716)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.processFeaturePackDep(WfFeatureSpecBuildMojo.java:562)
> ... 32 more
> Caused by: org.apache.maven.shared.artifact.resolve.ArtifactResolverException: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
> at org.apache.maven.shared.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact(Maven31ArtifactResolver.java:116)
> at org.apache.maven.shared.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact(Maven31ArtifactResolver.java:80)
> at org.apache.maven.shared.artifact.resolve.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:73)
> at org.wildfly.galleon.maven.WfFeatureSpecBuildMojo.findArtifact(WfFeatureSpecBuildMojo.java:713)
> ... 33 more
> Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444)
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246)
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223)
> at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:294)
> at org.apache.maven.shared.artifact.resolve.internal.Maven31ArtifactResolver.resolveArtifact(Maven31ArtifactResolver.java:108)
> ... 36 more
> Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find org.jboss.eap:wildfly-jms-client-bom:pom:7.2.0.CD14-redhat-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
> at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.newException(DefaultUpdateCheckManager.java:231)
> at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:183)
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.gatherDownloads(DefaultArtifactResolver.java:585)
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:503)
> at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421)
> ... 40 more
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (WFLY-13304) JwtActivationProcessor throws NPE when LoginConfig#realmName not declared
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/WFLY-13304?page=com.atlassian.jira.plugi... ]
Darran Lofthouse updated WFLY-13304:
------------------------------------
Fix Version/s: 20.0.0.Beta1
> JwtActivationProcessor throws NPE when LoginConfig#realmName not declared
> -------------------------------------------------------------------------
>
> Key: WFLY-13304
> URL: https://issues.redhat.com/browse/WFLY-13304
> Project: WildFly
> Issue Type: Bug
> Components: MP JWT
> Affects Versions: 19.0.0.Final
> Reporter: Michael Edgar
> Assignee: Darran Lofthouse
> Priority: Major
> Fix For: 20.0.0.Beta1
>
>
> When starting a Microprofile application utilizing the {{org.eclipse.microprofile.auth.LoginConfig}} annotation, a {{NullPointerException}} is thrown if the annotation does not declare the {{realmName}} property.
> {code}
> ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) {} MSC000001: Failed to start service jboss.deployment.unit."example.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."example.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "example.war"
> at org.jboss.as.server@11.0.0.Final//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:183)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NullPointerException
> at org.wildfly.extension.microprofile.jwt-smallrye@19.0.0.Final//org.wildfly.extension.microprofile.jwt.smallrye.JwtActivationProcessor.deploy(JwtActivationProcessor.java:80)
> at org.jboss.as.server@11.0.0.Final//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:176)
> ... 8 more
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (DROOLS-5130) Externalize org.drools.compiler.commons.jci.compilers.NativeJavaCompiler
by Luca Molteni (Jira)
[ https://issues.redhat.com/browse/DROOLS-5130?page=com.atlassian.jira.plug... ]
Luca Molteni updated DROOLS-5130:
---------------------------------
Description:
-NativeJavaCompiler is a utility class the may be used by different client code, unrelated to anything drools-specific and by itsel.
Currently it is defined inside the drools-compiler module that, in turns, brings in a series of unneeded dependencies for such class itself.
Moving such class (and the other strictly-needed classes) will make it re-usable without unwanted dependencies.-
Update Drools to support the new module MemoryCompiler as defined here
https://issues.redhat.com/browse/DROOLS-5206
was:
NativeJavaCompiler is a utility class the may be used by different client code, unrelated to anything drools-specific and by itsel.
Currently it is defined inside the drools-compiler module that, in turns, brings in a series of unneeded dependencies for such class itself.
Moving such class (and the other strictly-needed classes) will make it re-usable without unwanted dependencies.
> Externalize org.drools.compiler.commons.jci.compilers.NativeJavaCompiler
> ------------------------------------------------------------------------
>
> Key: DROOLS-5130
> URL: https://issues.redhat.com/browse/DROOLS-5130
> Project: Drools
> Issue Type: Task
> Reporter: Gabriele Cardosi
> Assignee: Gabriele Cardosi
> Priority: Major
>
> -NativeJavaCompiler is a utility class the may be used by different client code, unrelated to anything drools-specific and by itsel.
> Currently it is defined inside the drools-compiler module that, in turns, brings in a series of unneeded dependencies for such class itself.
> Moving such class (and the other strictly-needed classes) will make it re-usable without unwanted dependencies.-
> Update Drools to support the new module MemoryCompiler as defined here
> https://issues.redhat.com/browse/DROOLS-5206
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months