Subject Re: [Firebird-Java] Console warnings
Author Mark Rotteveel
On 2018-10-17 22:51, Eduardo Beltran ebeltran@... [Firebird-Java]
wrote:
> I could not fix the error and return to version 3.03.
>
> Prove with versions 3.04 and 3.05, but received a lot of warnings.
>
> What do you have to do to solve it?

I hope my reply to the other post helps you solve it.

Out of curiosity, why haven't you posted a question on this list (or
reported a bug) about this when you initially ran into it? Problems
don't usually don't go away if no one reports them.

The problem itself slipped my radar during implementation because I
always configured my Java installations to use the unlimited strength
cryptography policy (and in recent versions of Java it is the default)
and I had not expected ARCFOUR/ARC4/RC4 to be in anyway affected by that
policy. It wasn't until the problem was reported by someone back in
August that I found the underlying cause of this problem and could
document it in the Jaybird 3.0.5 release notes.

And that raises the question, how can I improve the release notes?

Mark