You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by "Stefan Huber (Jira)" <ji...@apache.org> on 2020/10/05 14:25:00 UTC

[jira] [Comment Edited] (FREEMARKER-159) Incompatible with Java modularization

    [ https://issues.apache.org/jira/browse/FREEMARKER-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208101#comment-17208101 ] 

Stefan Huber edited comment on FREEMARKER-159 at 10/5/20, 2:24 PM:
-------------------------------------------------------------------

I see the point. Since even `requires freemarker` which uses the expected deduced name did not work for me I didn't think too much about compatibility. However, I'll update the PR appropriatly.


was (Author: trackersb):
I see the point. Since even `requires freemarker` which uses the expected deduced name did not work for me I didn't think about too much about that. However, I'll update the PR appropriatly.

> Incompatible with Java modularization
> -------------------------------------
>
>                 Key: FREEMARKER-159
>                 URL: https://issues.apache.org/jira/browse/FREEMARKER-159
>             Project: Apache Freemarker
>          Issue Type: Bug
>    Affects Versions: 2.3.30
>            Reporter: Stefan Huber
>            Assignee: Dániel Dékány
>            Priority: Major
>              Labels: easyfix
>   Original Estimate: 1h
>          Time Spent: 20m
>  Remaining Estimate: 40m
>
> Since freemarkers MANIFEST.MF does not contain the `Automatic-Module-Name` directive it can not be used in any modularized project yielding the error:
> {code:java}
> <path>\src\main\java\module-info.java:10: error: module not found: freemarker
>     requires freemarker;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)