Hello Wayang people,

happy new year to all of you.

Are we ready for another release attempt?
In my mail from 29.12.2024 I prepared all the steps I think we must
go through to address the reported issues.

@Alexander Alten <a...@scalytics.io> and @Kaustubh - Do you miss anything in
the list?

Cheers,
Mirko



Am So., 29. Dez. 2024 um 14:59 Uhr schrieb Mirko Kämpf <
mirko.kae...@gmail.com>:

> Hello Wayang team,
>
> I reviewed RC3 according to the docs which have been shared in the initial
> vote announcement.
>
> Here
> <https://docs.google.com/spreadsheets/d/1BXo1ypQWEu0ME5UMmcjznDk1UZVeh5UjI-ILXtg2FNc/edit?usp=sharing>
> in [1] are all the findings, in a consolidate form.
>
> *(1) Regarding the signatures: *
> - I can't check the signature, because I can't import the public key, used
> for signing.
> I guess, maybe Zoi hasn't uploaded the key to the public repository.
>
>
> *(2) Regarding the SNAPSHOT in pom.xml files:*- Changing the 3 pom.xml
> files as shown solves this problem.
> [image: image.png]
>
> *(3) Regarding the *.pyc files:*
> - We can easily remove those files:
> [image: image.png]
> Suggestion:
> - We add this to our pom.xml for automatic cleaning:
>
> <build>
>
>     <plugins>
>
>         <plugin>
>
>             <groupId>org.apache.maven.plugins</groupId>
>
>             <artifactId>maven-clean-plugin</artifactId>
>
>             <version>3.1.0</version>
>
>             <configuration>
>
>                 <filesets>
>
>                     <fileset>
>
>                         <directory>${basedir}</directory>
>
>                         <includes>
>
>                             <include>**/__pycache__/**</include>
>
>                             <include>**/*.pyc</include>
>
>                         </includes>
>
>                     </fileset>
>
>                 </filesets>
>
>             </configuration>
>
>         </plugin>
>
>     </plugins>
> </build>
>
> By fixing these issues all reported issues from Alex and Kaustubh are also
> addressed,
> and we can do a new vote for v1.0.0-RC3.
>
> Cheers,
> Mirko
>
> [1]
> https://docs.google.com/spreadsheets/d/1BXo1ypQWEu0ME5UMmcjznDk1UZVeh5UjI-ILXtg2FNc/edit?usp=sharing
>
>
> Am Di., 24. Dez. 2024 um 13:56 Uhr schrieb Mirko Kämpf <
> mirko.kae...@gmail.com>:
>
>> Hello,
>>
>> regarding the vote - which is open for 72 hours -
>> I would ask for additional time - due to the Christmas break, I am
>> not able to validate the released artifacts before 27th of December,
>> which is after the voting period has ended.
>>
>> Cheers,
>> Mirko
>>
>>
>>
>
> --
> Dr. Mirko Kämpf
> *Gründer & Coach *
> *maindset.ACADEMY*
>
> Müchelner Str. 23
> 06259 Frankleben
>
>
>
>

-- 
Dr. Mirko Kämpf
*Gründer & Coach *
*maindset.ACADEMY*

Müchelner Str. 23
06259 Frankleben

Reply via email to