[ https://issues.apache.org/jira/browse/CXF-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15593414#comment-15593414 ]
ASF GitHub Bot commented on CXF-6986: ------------------------------------- Github user reta commented on a diff in the pull request: https://github.com/apache/cxf/pull/182#discussion_r84398911 --- Diff: integration/cdi/src/main/java/org/apache/cxf/cdi/CdiUtil.java --- @@ -0,0 +1,42 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package org.apache.cxf.cdi; --- End diff -- Oh I see, good to know, may be just rename the method to `getDefaultQualifiers`? Because `getQualifiers` doesn't really such much, Thanks @johnament ! > Don't require an application class if using CDI > ----------------------------------------------- > > Key: CXF-6986 > URL: https://issues.apache.org/jira/browse/CXF-6986 > Project: CXF > Issue Type: Improvement > Affects Versions: 3.1.6 > Reporter: John D. Ament > > The current CXF-CDI integration assumes there will be an application class. > It would be great if CXF did not require an application class, to simplify > developer workload. -- This message was sent by Atlassian JIRA (v6.3.4#6332)