Vous avez (1) nouveau message Apple-ID.
by iTunes
Chèr(e) client(e),
Nous vous informe que votre compte arrive à expiration dans moins 48
heures, il es impératif d'effectuer une vérification de vos informations des à
présent, sans quoi votre compte sera détruit. Cliquez simplement sur le lien ci-
dessous et ouvrez un session à l'aide de votre Apple ID et de votre mot de passe. Vérifiez maintenant
Pourquoi ce courrier électronique vous a-t-il été envoyé ?
L'envoi de ce courrier électronique s'applique lorsque la date d'expiration de votre
compte arrive à terme.
Pour plus d'informations, consultez la rubrique Questions et réponses.
Merci,
L'assistance à la clientèle Apple
TM and copyright © 2013 Apple Inc. 1 Infinite Loop, MS 96-DM, Cupertino, CA 95014. Alle Rechte vorbehalten / Informationsservice / Datenschutz / Meine Apple ID
10 years, 10 months
Should we build JBT 4.2 with JDK 7?
by Nick Boldt
Three of the projects in JBoss Tools use JDK 7 for testing: Server,
Webservices, and now Forge 2.
This is accomplished in Jenkins like this:
<jvmOptions>-Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m
-Djbosstools.test.jre.5="${NATIVE_TOOLS}${SEP}${JAVA15}"
-Djbosstools.test.jre.6="${NATIVE_TOOLS}${SEP}${JAVA16}"
-Djbosstools.test.jre.7="${NATIVE_TOOLS}${SEP}${JAVA17}"</jvmOptions>
But all the projects still use JDK 6 to compile.
<jdk>java16_default</jdk>
Is that OK? Or is it time to consider moving to JDK 7 for building as
well as running tests?
If this warrants a JIRA, please open one and link to it from here. If
not, discuss why it makes sense to stay with JDK 6 for compilation.
If your project needs JDK 7 to run tests, and is not listed above,
please open a JIRA or fix your _42 and _master jobs directly. If you
can't fix your job (not sure how or don't have permission), email me or
JIRA me and I'll fix your jobs for you.
Cheers,
--
Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio
http://nick.divbyzero.com
10 years, 11 months