Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe

Commits:

2 changed files:

Changes:

  • core/services/local/src/main/java/fr/ird/observe/services/local/service/ObserveServiceLocal.java
    ... ... @@ -340,6 +340,7 @@ public abstract class ObserveServiceLocal implements ObserveService, ServiceCont
    340 340
         }
    
    341 341
     
    
    342 342
         protected final void initPersistence(String methodName) {
    
    343
    +        //FIXME For close method we got in a test a failure on this (the persistence was already close), need a fix
    
    343 344
             serviceContext.initPersistence(methodName, Permission.NONE);
    
    344 345
         }
    
    345 346
     
    

  • pom.xml
    ... ... @@ -23,7 +23,7 @@
    23 23
       <parent>
    
    24 24
         <groupId>io.ultreia.maven</groupId>
    
    25 25
         <artifactId>pom</artifactId>
    
    26
    -    <version>2022.29</version>
    
    26
    +    <version>2022.30</version>
    
    27 27
       </parent>
    
    28 28
       <groupId>fr.ird.observe</groupId>
    
    29 29
       <artifactId>ird-observe</artifactId>