Remove deprecated ProgressUtils and ProgresHandleFactory usage#8927
Merged
mbien merged 3 commits intoapache:masterfrom Nov 18, 2025
Merged
Conversation
ee9dc54 to
fa577ca
Compare
mbien
commented
Oct 17, 2025
Comment on lines
830
to
+879
| @@ -877,7 +876,8 @@ private void runJPQLButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN | |||
| } catch (Exception ex) { | |||
| Exceptions.printStackTrace(ex); | |||
| } | |||
| } | |||
| }//GEN-LAST:event_runJPQLButtonActionPerformed | |||
Member
Author
There was a problem hiding this comment.
had to repair this section before being able to edit it. There was something wrong with the cogegen start/end markers.
use ProgressHandle instead
replaced with BaseProgressUtils and BasicAggregateProgressFactory calls
left some edge cases which had no direct replacements
Member
Author
|
rebasing. will take another look, then merge |
fa577ca to
e727011
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolves hundreds of warnings and shortens classpath a bit (which was already a problem in past on the windows CI runner).
[1/3] Removed deprecated
ProgressHandleFactory::createHandleusage[2/3] Removed deprecated
ProgressUtilsandAggregateProgressFactoryusage[3/3] Removed
org.netbeans.api.progress.nb dependencywhere possibleleft are just a few edge cases which had no direct replacements
history:
This effort started pre-apache (archived commit) and was never completed.