Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [modisco-dev] Move to Java 8
  • From: Fabien Giquel <fgiquel@xxxxxxxxxxxxxxxx>
  • Date: Thu, 21 Nov 2019 14:48:18 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mia-software.com; dmarc=pass action=none header.from=mia-software.com; dkim=pass header.d=mia-software.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=3w4EcsjYP5AQZY5S61xJCZ9i0GRC6FIUL1+CVWliNLc=; b=Uc9dSqH7SiO93PPQN3X8lmfnfEBx62f18ct/Xm7E4ricCPdGo1/igCm0YBoGc2ejxqschYesGzpvSev69B1UNE4aGJfLX/MuiOVOcde4B8kiG3rbiP0y9XYE6EoPV7hXEjT2GdGE+k4k/jnUW8k9+zO/1ZeTOz/pZb3/CSJ02LnTaENqYtH5Gu5yLTqxGn4VLaKXjaPLOmpY2oHx6uJE8UDJjoetDVp2IoaBOE3tDmNbGHfNagPsnlRZJJnHEF92hcejnlpCDTyE8GJqy+4oFI8Bt4SKlCwYbxvqkKA7z2YSXpmLQ8Vgl5iYeAes4JvDOQ6JGaHOgCOOBYU9oDyWdw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=JVpvhHSF+pTWi2IoQLIMA/yMJYj6T/1BnhLjA/UlDcI6E6uZo/3yBxCEOFQFD1fA2gH+xUA0dfMbIjSB7sEE+b+ueOrN/Xwp/qsCVQ6bEi6ccE1Trl8HvaRh/2CIS9ZvX9kfBpOGRVehBalBQG6PXYtzBC39h3pQLBJIY8afJk1reyEqh8UMxWQZyZMYuZkYIICGw31ZaW32jXOcRHHLUxvMPa7zjEhB1EhtC0eyj4CvEDodWoaVluewmzMhbuQDLjhw69eOVYZW1Qru4ZI373AV2+7m48qW7LP2I4/JEE7zzxAnjH+VI2+HnurND2Aao9GpCAZEobF3ltmNJaaNjA==
  • Delivered-to: modisco-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/modisco-dev>
  • List-help: <mailto:modisco-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/modisco-dev>, <mailto:modisco-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/modisco-dev>, <mailto:modisco-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVn7kKa+zfqjYkw0eiCHR90spXm6eVHxmAgABuvICAACUIIA==
  • Thread-topic: [modisco-dev] Move to Java 8

Hi Ed,

 

« How much of the JEE / JSP stuff is supposed to work?”

A basic “JSP discoverer” test works fine in my workspace with last update site 1.5.

I will have a look on acceleo generation and related jsp.generation.tests.

 

regards,

Fabien GIQUEL

 

 

De : modisco-dev-bounces@xxxxxxxxxxx <modisco-dev-bounces@xxxxxxxxxxx> De la part de Ed Willink
Envoyé : jeudi 21 novembre 2019 13:25
À : modisco-dev@xxxxxxxxxxx
Objet : Re: [modisco-dev] Move to Java 8

 

Hi

Java 8 is/was perhaps a distraction. I eventually tracked down the need for many test ignores to a custom target platform definition for testing that suggests that MoDisco testing has never been more current than Helios; i.e. never upgraded for e4. Using the standard JUnit current target platform and everything is much happier. Perhaps only two tests that I need to ignore.

One is the JEE JSP discovery that requires a GenerateJsp.emtl that Acceleo fails to generate in bin/... but which has a good copy in emtl/... Once I force the test to use the good copy, the test goes much further but crashes with an NPE, for which the null source is clearly commented as disabled for Luna M2.

How much of the JEE / JSP stuff is supposed to work? Since the more challenging antlr/Acceleo/ATL stuff seems to be in this area, I need to get these tests going before I do the mega renames.

    Regards

        Ed

On 21/11/2019 06:00, Fabien Giquel wrote:

Hi,

no I don’t think any use case justifies compatibility with Java5 now. Modisco development .target is outdated now keeping java5/helios compatibility.

 

Regards,

Fabien GIQUEL

 

 

-----Message d'origine-----
De : modisco-dev-bounces@xxxxxxxxxxx <modisco-dev-bounces@xxxxxxxxxxx> De la part de Ed Willink
Envoyé : mercredi 20 novembre 2019 16:42
À : modisco-dev@xxxxxxxxxxx
Objet : [modisco-dev] Move to Java 8

 

Hi

 

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=553277

 

It appears that the continuing use of Java 5 when parts of the platform mandate Java 8 is a source of the test failures.

 

Is there a use case for retaining a Java 5/6/7 BREE?

 

    Regards

 

        Ed Willink

 

_______________________________________________

modisco-dev mailing list

modisco-dev@xxxxxxxxxxx

To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/modisco-dev



_______________________________________________
modisco-dev mailing list
modisco-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/modisco-dev

Back to the top