[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [starter-dev] Initial Jakarta EE 11 Support | 
  
  
    The code is in main as I believe it is almost there:
      https://github.com/eclipse-ee4j/starter. The issue as I mentioned
      is that the leading spaces in Velocity are not really all gone (it
      appears some are, but some aren't). Maybe the RegEx isn't quite
      correct:
https://github.com/eclipse-ee4j/starter/blob/78f292b32bdfad215f61465490c9fe697088a78a/archetype/pom.xml#L139?
    
    When you generate the code, you will see issues in the pom.xml,
      README.md, Dockerfile, etc.
    On 1/12/2025 6:42 PM, Ondro Mihályi
      wrote:
    
    
      
      OK, I can have a look. What issues do you have or
        what you want to do? Do you have your code in some branch?
      
      
      Ondro
      
        
          
          Hi
            Ondro,
            
            I really need your help with the enhancement to add
            indentation to the
            Velocity code. I have tried various things, but just can't
            seem to get
            it to work correctly. There are always inexplicable white
            spaces that
            ultimately break thing in the end in the generated code.
            
            Do you think you have time to look into this? Otherwise I am
            going to
            revert these changes and just stick to the indentation
            approach that has
            been working. I do want to get the EE 11 release out ASAP.
            
            Thanks,
            
            Reza
            
            On 12/22/2024 6:20 PM, Reza Rahman wrote:
            > Hi folks,
            >
            > I’ve now finished adding initial Jakarta EE 11 support
            to the
            > archetype in the default branch. I also had to make
            some overdue
            > changes to fix edge case bugs that were made worse by
            adding EE 11 and
            > SE 21. I tried my best to update the nightly tests as
            well as test
            > manually (as the automated tests are still far from
            complete). I think
            > I caught everything but I am not sure. So can I ask
            that everyone
            > spend some time testing?
            >
            > In the meantime, I am going to work on getting EE 11
            support in the
            > UI. The UI also needs to be upgraded to EE 10, which is
            now available
            > on Azure. I am hoping to be done by the new year so we
            can have a
            > release. I think we should keep the release quiet until
            EE 11 official
            > announcements are actually sorted out.
            >
            > Cheers,
            > Reza