Hi Bertrand, Am Montag, den 15.01.2018, 17:11 +0100 schrieb Bertrand Delacretaz: > Hi, > > On Mon, Jan 15, 2018 at 9:34 AM, Geertjan Wielenga > <[email protected]> wrote: > > ...Please vote on releasing Apache NetBeans 9.0 Beta (incubating) > > rc2... > > I started reviewing the release, does this file really belong in > there? > > ./libs.git/test/unit/data/private_key: PEM DSA private key > > ...feels weird to distribute a private key, what's the purpose? >
the file is used in unittests - see: /libs.git/test/unit/src/org/netbeans/libs/git/jgit/ConnectionTest.java lines 254, 289, 335 This looks sensible to me. The point is not to actually use it to sign something, but to test the integration parts. Greetings Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
