Skip to content

Commit

Permalink
🐛 Remove placeholders from descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian von Feilitzsch <fabian@fabianism.us>
  • Loading branch information
fabianvf committed Jan 9, 2024
1 parent 0d24422 commit 03ef1a6
Show file tree
Hide file tree
Showing 31 changed files with 60 additions and 68 deletions.
19 changes: 9 additions & 10 deletions default/generated/camel3/18-java-generic-information.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- name: SupportClass
nameOfCaptureGroup: SupportClass
pattern: org.apache.camel.impl.(?P<SupportClass>(BaseSelectorProducer|AsyncCallbackToCompletableFutureAdapter|BridgeExceptionHandlerToErrorHandler|DefaultAsyncProducer|DefaultComponent|DefaultConsumer|DefaultEndpoint|DefaultExchange|DefaultExchangeHolder|DefaultHeaderFilterStrategy|DefaultMessage|DefaultMessageHistory|DefaultPollingConsumerPollStrategy|DefaultPollingEndpoint|DefaultProducer|DefaultScheduledPollConsumer|DefaultScheduledPollConsumerScheduler|DefaultThreadPoolFactory|EventDrivenPollingConsumer|ExpressionAdapter|ExpressionComparator|ExpressionListComparator|ExpressionSupport|HeaderFilterStrategyComponent|HeaderSelectorProducer|LoggingExceptionHandler|MessageSupport|PollingConsumerSupport|ProcessorEndpoint|ProcessorPollingConsumer|ScheduledBatchPollingConsumer|ScheduledPollConsumer|ScheduledPollEndpoint|SimpleRegistry|SimpleUuidGeneratorSynchronizationAdapter|SynchronousDelegateProducer))
description: '`org.apache.camel.impl.{SupportClass}` has been moved'
description: 'Classes in `org.apache.camel.impl` have been relocated to `org.apache.camel.support`.'
effort: 3
labels:
- konveyor.io/source=camel2
Expand Down Expand Up @@ -73,7 +73,7 @@
- name: registry
nameOfCaptureGroup: registry
pattern: org.apache.camel.impl.(?P<registry>(PropertyPlaceholderDelegateRegistry|CompositeRegistry))
description: '`org.apache.camel.impl.{registry}` has been removed.'
description: 'Classes under 'org.apache.camel.impl' have been removed. Use 'org.apache.camel.support.DefaultRegistry' instead.'
effort: 1
labels:
- konveyor.io/source=camel2
Expand Down Expand Up @@ -116,7 +116,7 @@
- name: removed
nameOfCaptureGroup: removed
pattern: org.apache.camel.(?P<removed>(impl.FileWatcherReloadStrategy|support.ReloadStrategySupport))
description: '`org.apache.camel.{removed}` has been removed.'
description: 'The classes previously under `org.apache.camel` have been removed.'
effort: 1
labels:
- konveyor.io/source=camel2
Expand Down Expand Up @@ -251,7 +251,7 @@
- name: annotation
nameOfCaptureGroup: annotation
pattern: org.apache.camel.(?P<annotation>(InvokeOnHeaders|InvokeOnHeader))
description: Annotation `org.apache.camel.{annotation}` has been moved
description: Annotations under `org.apache.camel` are moved to `org.apache.camel.spi`
effort: 1
labels:
- konveyor.io/source=camel2
Expand Down Expand Up @@ -412,7 +412,7 @@
- name: moved
nameOfCaptureGroup: moved
pattern: org.apache.camel.util.(?P<moved>(AsyncProcessorHelper|AsyncProcessorConverterHelper|EndpointHelper|EventHelper|ExchangeHelper|GZIPHelper|JsonSchemaHelper|MessageHelper|PlatformHelper|PredicateAssertHelper|ResolverHelper|ResourceHelper|UnitOfWorkHelper))
description: '`org.apache.camel.util.{moved}` has been moved.'
description: 'Classes under 'org.apache.camel.util' have been moved to 'org.apache.camel.support'.'
effort: 1
labels:
- konveyor.io/source=camel2
Expand Down Expand Up @@ -526,7 +526,7 @@
pattern: org.apache.camel.impl.ThrottlingInflightRoutePolicy
- category: mandatory
customVariables: []
description: '`org.apache.camel.processor.idempotent.{moved}` has been moved'
description: 'Classes under 'org.apache.camel.processor.idempotent' have been moved to 'org.apache.camel.support.processor.idempotent''
effort: 1
labels:
- konveyor.io/source=camel2
Expand Down Expand Up @@ -716,7 +716,7 @@
- name: class
nameOfCaptureGroup: class
pattern: org.apache.camel.(?P<class>(Consume|EndpointInject|Produce))
description: '@{class}: `uri` attribute has been deprecated'
description: 'Replace the deprecated 'uri' attribute with 'value' in Apache Camel's Consume, EndpointInject, or Produce annotations for modernization '
effort: 0
labels:
- konveyor.io/source=camel2
Expand All @@ -739,7 +739,7 @@
- name: class
nameOfCaptureGroup: class
pattern: org.apache.camel.(?P<class>(Consume|EndpointInject|Produce))
description: '@{class}: `ref` attribute has been removed'
description: 'The `ref` attribute in certain annotations is removed in the latest versions. Please use the `ref` component in the `value` attribute instead.'
effort: 1
labels:
- konveyor.io/source=camel2
Expand Down Expand Up @@ -785,8 +785,7 @@
- name: method
nameOfCaptureGroup: method
pattern: org.apache.camel.CamelContext.(?P<method>(loadRoutesDefinition|loadRestsDefinition))?(.*)
description: The duplicate method `org.apache.camel.CamelContext.{method}` has been
removed
description: The duplicate method in `org.apache.camel.CamelContext` has been removed. Use the corresponding `static` method from `org.apache.camel.model.ModelHelper` instead.
effort: 1
labels:
- konveyor.io/source=camel2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: class
nameOfCaptureGroup: class
pattern: org.apache.camel.(?P<class>(BeanInject|Consume|DynamicRouter|EndpointInject|Produce|PropertyInject|RecipientList|RoutingSlip))
description: '{class}: `context` attribute removed'
description: 'The `context` attribute has been removed from annotations due to support for only one CamelContext per deployment.'
effort: 1
labels:
- konveyor.io/source=camel2
Expand All @@ -27,7 +27,7 @@
- name: CdiCamelContextName
nameOfCaptureGroup: CdiCamelContextName
pattern: org.apache.camel.cdi.(?P<CdiCamelContextName>(ContextName|ContextNames))
description: '{CdiCamelContextName} has been removed'
description: 'Support for multiple CamelContexts has been removed. Use standard CDI annotations such as `javax.inject.Named` and `javax.enterprise.context.ApplicationScoped` instead.'
effort: 3
labels:
- konveyor.io/source=camel2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- name: moved
nameOfCaptureGroup: moved
pattern: org.apache.camel.impl.(?P<moved>(CamelPostProcessorHelper|DefaultAsyncProcessorAwaitManager|DefaultCamelBeanPostProcessor|DefaultCamelContextNameStrategy|DefaultClaimCheckRepository|DefaultClassResolver|DefaultComponentResolver|DefaultConsumerTemplate|DefaultDataFormatResolver|DefaultEndpointRegistry|DefaultEndpointUtilizationStatistics|DefaultFactoryFinder|DefaultFactoryFinderResolver|DefaultHeadersMapFactory|DefaultInflightRepository|DefaultInjector|DefaultLanguageResolver|DefaultManagementNameStrategy|DefaultMessageHistoryFactory|DefaultNodeIdFactory|DefaultPackageScanClassResolver|DefaultProcessorFactory|DefaultProducerTemplate|DefaultRoute|DefaultRouteContext|DefaultRouteController|DefaultRouteError|DefaultRouteStartupOrder|DefaultRuntimeEndpointRegistry|DefaultShutdownStrategy|DefaultStreamCachingStrategy|DefaultTransformerRegistry|DefaultUnitOfWork|DefaultUnitOfWorkFactory|DefaultUuidGenerator|DefaultValidatorRegistry|DeferProducer|DeferServiceStartupListener|DurationRoutePolicy|DurationRoutePolicyFactory|EndpointKey|EventDrivenConsumerRoute|EventNotifierCallback|ExplicitCamelContextNameStrategy|FileStateRepository|HashMapHeadersMapFactory|HeadersMapFactoryResolver|InterceptSendToEndpointProcessor|InterceptSendToMockEndpointStrategy|JavaUuidGenerator|LimitedPollingConsumerPollStrategy|MDCUnitOfWork|MemoryStateRepository|SubscribeMethodProcessor|SupervisingRouteController|SupervisingRouteController.FilterResult|SupervisingRouteControllerFilters|SupervisingRouteControllerFilters.BlackList|TypedProcessorFactory|WebSpherePackageScanClassResolver))
description: '`org.apache.camel.impl.{moved}` class has been moved'
description: 'Classes under `org.apache.camel.impl` have been moved to the `org.apache.camel.impl.engine` package in `camel-base` dependency. Please note that `org.apache.camel:camel-base` is a transitive dependency of `camel-core` but could also be separately used for trimming application size. '
effort: 1
labels:
- konveyor.io/source=camel2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
name: org.apache.camel.camel-rxjava2-starter
- category: mandatory
customVariables: []
description: '`org.apache.camel:camel-{substitution}-starter` artifact has been
renamed'
description: 'The `org.apache.camel:camel-*starter` artifacts have been renamed in Apache Camel 3.'
effort: 1
labels:
- konveyor.io/source=camel2
Expand Down
2 changes: 1 addition & 1 deletion default/generated/eap6/29-seam-java.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
pattern: org.jboss.seam.annotations.Logger
- category: mandatory
customVariables: []
description: Seam API - org.jboss.seam.annotations.datamodel.DataModel{*}
description: The Seam API's `@DataModel\*` functionality should be replaced with the evolved Expression Language Specification in Java EE, which allows parameters to be passed to EL method expressions.
effort: 1
labels:
- konveyor.io/source=java-ee
Expand Down
4 changes: 2 additions & 2 deletions default/generated/eap6/33-jboss-eap5-java.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
- name: package
nameOfCaptureGroup: package
pattern: org.jboss(?P<package>(\.ejb3)?\.annotation(\.ejb)?.)?Service
description: org.jboss{package}.Service
description: The deprecated org.jboss.ejb3.annotation.Service and related annotations in singleton EJBs are replaced with the EJB3.1 @Singleton annotation
effort: 3
labels:
- konveyor.io/source=eap5
Expand Down Expand Up @@ -83,7 +83,7 @@
- name: package
nameOfCaptureGroup: package
pattern: org.jboss(?P<package>(\.ejb3)?\.annotation(\.ejb)?.)?Management
description: org.jboss{package}.Management
description: The `@Management` annotation in 'org.jboss' package, is a JBoss EJB 3.0 extension, that wraps the bean as an MBean and installs it in the JBoss MBean Server. For singleton implementation, use the EJB3.1 spec `@Singleton` bean instead.
effort: 3
labels:
- konveyor.io/source=eap5
Expand Down
4 changes: 2 additions & 2 deletions default/generated/eap6/44-environment-dependent.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
- name: suffix
nameOfCaptureGroup: suffix
pattern: javax.management.(?P<suffix>(ObjectName))?.*
description: JMX MBean object name (javax.management.{suffix})
description: JMX MBean object names may change after migration. Ensure that JMX beans provided by the previous server are present and valid for JBoss EAP.
effort: 1
labels:
- konveyor.io/target=eap6
Expand All @@ -129,7 +129,7 @@
- name: suffix
nameOfCaptureGroup: suffix
pattern: javax.management.(?P<suffix>(remote.JMXServiceURL))?.*
description: JMX API connector server address (javax.management.{suffix})
description: JMX API connector server address under 'javax.management' may not be present after migration. Ensure that these are not required for JBoss EAP.
effort: 1
labels:
- konveyor.io/target=eap6
Expand Down
2 changes: 1 addition & 1 deletion default/generated/eap6/45-generic-catchall.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
- name: subpackage
nameOfCaptureGroup: subpackage
pattern: org.apache.(?P<subpackage>(activeio|activemq).)?.*
description: Apache org.apache.{subpackage} type reference
description: Reference to an Apache org.apache type was found.
effort: 0
labels:
- konveyor.io/source=java
Expand Down
4 changes: 2 additions & 2 deletions default/generated/eap6/51-weblogic-jms.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
- name: type
nameOfCaptureGroup: type
pattern: oracle.jms.AQjms(?P<type>(Text|Stream|Object|Map|Bytes)?)?Message
description: Oracle JMS {type}Message
description: Oracle JMS messages represent the actual data passed through JMS destinations. This reference should be replaced with the Java EE standard API.
effort: 1
labels:
- konveyor.io/source=weblogic
Expand Down Expand Up @@ -165,7 +165,7 @@
- name: type
nameOfCaptureGroup: type
pattern: oracle.jms.AQjms(?P<type>(Topic|Queue)?)?ConnectionFactory
description: Oracle JMS {type} Connection Factory
description: Oracle JMS Connection Factory
effort: 1
labels:
- konveyor.io/source=weblogic
Expand Down
4 changes: 2 additions & 2 deletions default/generated/eap6/59-websphere-jms.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- name: type
nameOfCaptureGroup: type
pattern: (?P<package>com.ibm(\.[^.]*)*\.jms.)?(?P<prefix>(Jms|MQeJNDI|MQe|MQ)?)?(?P<type>[^.]*?)?ConnectionFactory
description: IBM {prefix}{type}ConnectionFactory reference
description: IBM ConnectionFactory references
effort: 1
labels:
- konveyor.io/source=websphere
Expand Down Expand Up @@ -95,7 +95,7 @@
pattern: com.ibm.*jms.JmsMsg(Producer|Consumer)
- category: mandatory
customVariables: []
description: WebSphere implementation MQe{type}Queue of JMS Queue
description: WebSphere specific implementation of JMS Queue is being used and needs to be migrated to the standard Java EE 6 JMS interface.
effort: 1
labels:
- konveyor.io/source=websphere
Expand Down
4 changes: 2 additions & 2 deletions default/generated/eap6/61-websphere-mqe.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
pattern: com.ibm.*(mqe)*
- category: mandatory
customVariables: []
description: IBM MQe com.ibm.mqe.adapters.MQe{type}Adapter
description: IBM MQe adapters can be deployed for queue managers in JBoss EAP.
effort: 3
labels:
- konveyor.io/source=websphere
Expand All @@ -60,7 +60,7 @@
pattern: com.ibm.mqe.adapters.MQe{type}Adapter
- category: mandatory
customVariables: []
description: IBM MQe com.ibm.mqe.administration.MQe{type}AdminMsg
description: The administration classes under 'com.ibm.mqe.administration' are used to manage and monitor a WebSphere MQ Everyplace queue manager. In JBoss EAP 6, these JMS destinations can be configured with the JBoss Admin CLI.
effort: 3
labels:
- konveyor.io/source=websphere
Expand Down
4 changes: 2 additions & 2 deletions default/generated/eap7/100-websphere-jms.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- name: type
nameOfCaptureGroup: type
pattern: (?P<package>com.ibm(\.[^.]*)*\.jms.)?(?P<prefix>(Jms|MQeJNDI|MQe|MQ)?)?(?P<type>[^.]*?)?ConnectionFactory
description: IBM {prefix}{type}ConnectionFactory reference
description: IBM ConnectionFactory references These are proprietary encapsulations of JMS servers to which connections can be created for message distribution. These references should be replaced with the Java EE standard API.
effort: 1
labels:
- konveyor.io/source=websphere
Expand Down Expand Up @@ -95,7 +95,7 @@
pattern: com.ibm.*jms.JmsMsg(Producer|Consumer)
- category: mandatory
customVariables: []
description: WebSphere implementation MQe{type}Queue of JMS Queue
description: WebSphere's MQe variant of JMS Queue These need to be migrated to the Java EE 6 JMS standard interface 'javax.jms.Queue'.
effort: 1
labels:
- konveyor.io/source=websphere
Expand Down
4 changes: 2 additions & 2 deletions default/generated/eap7/102-websphere-mqe.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
pattern: com.ibm.*(mqe)*
- category: mandatory
customVariables: []
description: IBM MQe com.ibm.mqe.adapters.MQe{type}Adapter
description: IBM MQe adapters are provided for plug-in communications or data storage for queue managers. These can be deployed to JBoss EAP.
effort: 3
labels:
- konveyor.io/source=websphere
Expand All @@ -60,7 +60,7 @@
pattern: com.ibm.mqe.adapters.MQe{type}Adapter
- category: mandatory
customVariables: []
description: IBM MQe com.ibm.mqe.administration.MQe{type}AdminMsg
description: The IBM MQe administration API, used to administer and monitor a WebSphere MQ Everyplace queue manager, provides various classes. In JBoss EAP 7, the JMS destinations can be configured with the JBoss Admin CLI.
effort: 3
labels:
- konveyor.io/source=websphere
Expand Down
6 changes: 2 additions & 4 deletions default/generated/eap7/75-hibernate4-xml.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
pattern: hibernate.transaction.factory_class
- category: mandatory
customVariables: []
description: Class org.hibernate.id.{idclass} was removed/deprecated in Hibernate
5
description: Classes from the 'org.hibernate.id' package were removed or deprecated in Hibernate 5. Use the 'org.hibernate.id.enhanced.SequenceStyleGenerator' instead.
effort: 1
labels:
- konveyor.io/source=hibernate4
Expand All @@ -65,8 +64,7 @@
pattern: org.hibernate.id.(TableGenerator|TableHiLoGenerator|SequenceGenerator|SequenceIdentityGenerator|SequenceHiLoGenerator)
- category: mandatory
customVariables: []
description: Identifier generator {generator} was removed/deprecated in Hibernate
5
description: Some Identifier generators were removed or deprecated in Hibernate 5.
effort: 1
labels:
- konveyor.io/source=hibernate4
Expand Down
6 changes: 3 additions & 3 deletions default/generated/eap7/76-hibernate4.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
- name: type
nameOfCaptureGroup: type
pattern: org.hibernate.metamodel.spi.(?P<type>(TypeContributor|TypeContributions))
description: Hibernate 5 - Moved method org.hibernate.metamodel.spi.{type}
description: In Hibernate 5, methods under 'org.hibernate.metamodel.spi' have been moved.
effort: 1
labels:
- konveyor.io/source=hibernate4
Expand Down Expand Up @@ -672,7 +672,7 @@
- name: idclass
nameOfCaptureGroup: idclass
pattern: org.hibernate.id.(?P<idclass>(TableGenerator|TableHiLoGenerator|SequenceGenerator|SequenceIdentityGenerator|SequenceHiLoGenerator))
description: Hibernate 5 - Removed deprecated class org.hibernate.id.{idclass}
description: Deprecated classes in Hibernate 5 under 'org.hibernate.id' are removed. Use 'org.hibernate.id.enhanced.SequenceStyleGenerator' instead.
effort: 1
labels:
- konveyor.io/source=hibernate4
Expand Down Expand Up @@ -700,7 +700,7 @@
- name: type
nameOfCaptureGroup: type
pattern: org.hibernate.hql.spi.(?P<type>(MultiTableBulkIdStrategy|MultiTableBulkIdStrategy.DeleteHandler|MultiTableBulkIdStrategy.UpdateHandler|AbstractTableBasedBulkIdHandler|AbstractTableBasedBulkIdHandler.ProcessedWhereClause|TableBasedDeleteHandlerImpl|TableBasedUpdateHandlerImpl))
description: Hibernate 5 - Moved class org.hibernate.hql.spi.{type}
description: Classes under 'org.hibernate.hql.spi' in Hibernate 5 are moved to the 'org.hibernate.hql.spi.id' package
effort: 1
labels:
- konveyor.io/source=hibernate4
Expand Down
2 changes: 1 addition & 1 deletion default/generated/eap7/79-resteasy.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
- name: type
nameOfCaptureGroup: type
pattern: org.jboss.resteasy.client.(?P<type>(ProxyBuilder|ProxyConfig|ProxyFactory))
description: Deprecated class org.jboss.resteasy.client.{type} in RESTEasy 3
description: Deprecated classes in `org.jboss.resteasy.client` package in RESTEasy 3
effort: 1
labels:
- konveyor.io/source=eap6
Expand Down
2 changes: 1 addition & 1 deletion default/generated/eap7/82-hibernate51-53.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
- name: packages
nameOfCaptureGroup: packages
pattern: org.hibernate.(?P<packages>(persister|tuple).)?.*
description: Hibernate 5.3 - SPI in package org.hibernate.{packages} changed
description: Changes occurred in SPI packages under 'org.hibernate'. Custom classes using these SPIs need to be reviewed and updated. Please refer to the Javadoc for these packages for details.
effort: 3
labels:
- konveyor.io/source=hibernate5.1-
Expand Down
5 changes: 2 additions & 3 deletions default/generated/eap7/87-maven-javax-to-jakarta.rhamt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
pattern: artifactId>activation<
- category: potential
customVariables: []
description: javax.{renamed-g} groupId has been replaced by jakarta.{renamed-g}
description: The groupId 'javax' has been replaced by 'jakarta' in JBoss EAP 7.3, or later. To ensure its Maven building, running or testing works as expected, use the corresponding Jakarta EE dependency.
effort: 1
labels:
- konveyor.io/target=eap7
Expand All @@ -96,8 +96,7 @@
pattern: groupId>javax.(enterprise|inject|json|json.bind|persistence|security.enterprise|validation)<
- category: potential
customVariables: []
description: javax.{renamed-a} javax.{renamed-a}-api artifactId has been replaced
by jakarta.{renamed-a} jakarta.{renamed-a}-api
description: The artifactId for javax packages has been replaced by its corresponding jakarta equivalent.
effort: 1
labels:
- konveyor.io/target=eap7
Expand Down
4 changes: 2 additions & 2 deletions default/generated/eap7/94-weblogic-jms.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
- name: type
nameOfCaptureGroup: type
pattern: oracle.jms.AQjms(?P<type>(Text|Stream|Object|Map|Bytes)?)?Message
description: Oracle JMS {type}Message
description: Oracle JMS messages Oracle JMS messages represent the actual data passed through JMS destinations. These references should be replaced with the Java EE standard API.
effort: 1
labels:
- konveyor.io/source=weblogic
Expand Down Expand Up @@ -165,7 +165,7 @@
- name: type
nameOfCaptureGroup: type
pattern: oracle.jms.AQjms(?P<type>(Topic|Queue)?)?ConnectionFactory
description: Oracle JMS {type} Connection Factory
description: Oracle JMS Connection Factory
effort: 1
labels:
- konveyor.io/source=weblogic
Expand Down
2 changes: 1 addition & 1 deletion default/generated/eap8/105-eap8-faces.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
- name: scope
nameOfCaptureGroup: scope
pattern: javax.faces.bean.(?P<scope>Application|Request|Session)?Scoped
description: Annotation `javax.faces.bean.{scope}Scoped` removed
description: Annotations under 'javax.faces.bean' are removed.
effort: 1
labels:
- konveyor.io/source=eap6
Expand Down
Loading

0 comments on commit 03ef1a6

Please sign in to comment.