Skip to content

Use enhanced for loops instead of regular for loops part 1 - #2108

Open
winfriedgerlach wants to merge 2401 commits into
bcgit:mainfrom
winfriedgerlach:scout/Java-5-features-enhanced-for-in-for-loops
Open

Use enhanced for loops instead of regular for loops part 1#2108
winfriedgerlach wants to merge 2401 commits into
bcgit:mainfrom
winfriedgerlach:scout/Java-5-features-enhanced-for-in-for-loops

Conversation

@winfriedgerlach

Copy link
Copy Markdown
Collaborator

If we cannot go for Java 8 features yet, we can at least leverage Java 5 features.
Here is the 3rd of some modernization PRs

gefeiliand others added 30 commits March 17, 2025 17:24
…tzme/bc-java into HawkItzme-suppress-lint-warning-trustmanager
- add missing tests to RegressionTest and sort the list
- cleanup unused test utils
…onxof
# Conflicts:
#	core/src/main/java/org/bouncycastle/crypto/digests/AsconBaseDigest.java
#	core/src/main/java/org/bouncycastle/crypto/digests/AsconCXof128.java
#	core/src/main/java/org/bouncycastle/crypto/digests/AsconXof128.java
Hqc checksum fail
See merge request root/bc-java!82
AsconXof128 and AsconCXof128
See merge request root/bc-java!81
@dghgit

Copy link
Copy Markdown
Contributor

This one may take a while to deal with. I hate to admit this, but we actually still ship for Java 4, which believe it or not is still in use and in some environments the only option.

@dghgitdghgit self-assigned this Aug 12, 2025
@winfriedgerlach

Copy link
Copy Markdown
CollaboratorAuthor

All right, I understand...

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@winfriedgerlach@dghgit@roy-basmacier@ligefeiBouncycastle@peterdettman@tonywasher@oscerd@mt-johan