Bug 817786

Summary: Compilation warning on usage of KrbException (internal proprietary API)
Product: [Retired] oVirt Reporter: Yaniv Kaul <ykaul>
Component: ovirt-engine-coreAssignee: Yair Zaslavsky <yzaslavs>
Status: CLOSED WONTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, bazulay, iheim, jkt, juan.hernandez, mgoldboi, oourfali, yzaslavs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-05 10:58:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yaniv Kaul 2012-05-01 09:55:30 UTC
Description of problem:
Compilation on F17/beta, with Java 7:

[INFO] Compiling 704 source files to /home/ykaul/ovirt-engine/backend/manager/modules/bll/target/classes
[WARNING] /home/ykaul/ovirt-engine/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/KerberosManagerSericeManagmentMBean.java:[3,24] KrbException is internal proprietary API and may be removed in a future release
[WARNING] /home/ykaul/ovirt-engine/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/KerberosManager.java:[9,24] Config is internal proprietary API and may be removed in a future release
[WARNING] /home/ykaul/ovirt-engine/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/KerberosManager.java:[10,24] KrbException is internal proprietary API and may be removed in a future release
[WARNING] /home/ykaul/ovirt-engine/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/KerberosManagerSericeManagmentMBean.java:[8,33] KrbException is internal proprietary API and may be removed in a future release
[WARNING] /home/ykaul/ovirt-engine/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/LDAPTemplateWrapper.java:[65,57] LdapCtxFactory is internal proprietary API and may be removed in a future release
[WARNING] /home/ykaul/ovirt-engine/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/KerberosManager.java:[87,33] KrbException is internal proprietary API and may be removed in a future release
[WARNING] /home/ykaul/ovirt-engine/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/KerberosManager.java:[92,8] Config is internal proprietary API and may be removed in a future release

Version-Release number of selected component (if applicable):
git hash 8bfff1ff2e61474847312c1799bca8432b9df545

How reproducible:
Always.

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Itamar Heim 2012-12-13 08:14:13 UTC
yair - thoughts?

Comment 3 Barak 2013-08-04 10:47:47 UTC
Yair - Is this bug still relevant ?

Comment 4 Yair Zaslavsky 2013-08-04 11:08:19 UTC
(In reply to Barak from comment #3)
> Yair - Is this bug still relevant ?

Relevant.
Not sure how much it's worth the hassle though.
We can start changing the code (mainly method extraction refactoring) and add annotations to ignore the warnings, etc...
But do we really want to do that?

Comment 5 Itamar Heim 2014-01-05 10:58:24 UTC
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.