[jira] [Commented] (SYNCOPE-1757) Misalignment between SyncTokenSerializer and SyncTokenDeserializer in case of token given as a clear string

2023-05-08 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/SYNCOPE-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17720554#comment-17720554
 ] 

ASF subversion and git services commented on SYNCOPE-1757:
--

Commit 75da26743a88e34d813399304aba5ef9223670d8 in syncope's branch 
refs/heads/master from Fabio Martelli
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=75da26743a ]

[SYNCOPE-1757] provides type info during SyncToken value serialization (#460)



> Misalignment between SyncTokenSerializer and SyncTokenDeserializer in case of 
> token given as a clear string
> ---
>
> Key: SYNCOPE-1757
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1757
> Project: Syncope
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.1.14, 3.0.3
>Reporter: Fabio Martelli
>Priority: Major
> Fix For: 3.0.4, 4.0.0
>
>
> If resource connector provides a syncToken as a clear string and if this 
> string is Base64 deserializable (i.e.AD  uSNChanged "1934664") than 
> serialization works fine ("syncToken":"\{\"value\":\"1934664\"}") but 
> deserialization needed to ask for a new incremental PULL. In fact in this 
> case the value is deserialized as a byte array because deserialized Base64.
>  
> This behaviour cause the failure of the incremental PULL.
>  
> [https://github.com/apache/syncope/blob/3_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/serialization/SyncTokenDeserializer.java]
>  
> [https://github.com/apache/syncope/blob/3_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/serialization/SyncTokenSerializer.java]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (SYNCOPE-1757) Misalignment between SyncTokenSerializer and SyncTokenDeserializer in case of token given as a clear string

2023-05-08 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/SYNCOPE-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17720540#comment-17720540
 ] 

ASF subversion and git services commented on SYNCOPE-1757:
--

Commit c0ca6ed6654b27d73c0736bfa7307369162a0c42 in syncope's branch 
refs/heads/3_0_X from Fabio Martelli
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=c0ca6ed665 ]

[SYNCOPE-1757] provides type info during SyncToken value serialization (#460)



> Misalignment between SyncTokenSerializer and SyncTokenDeserializer in case of 
> token given as a clear string
> ---
>
> Key: SYNCOPE-1757
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1757
> Project: Syncope
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.1.14, 3.0.3
>Reporter: Fabio Martelli
>Priority: Major
> Fix For: 3.0.4, 4.0.0
>
>
> If resource connector provides a syncToken as a clear string and if this 
> string is Base64 deserializable (i.e.AD  uSNChanged "1934664") than 
> serialization works fine ("syncToken":"\{\"value\":\"1934664\"}") but 
> deserialization needed to ask for a new incremental PULL. In fact in this 
> case the value is deserialized as a byte array because deserialized Base64.
>  
> This behaviour cause the failure of the incremental PULL.
>  
> [https://github.com/apache/syncope/blob/3_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/serialization/SyncTokenDeserializer.java]
>  
> [https://github.com/apache/syncope/blob/3_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/serialization/SyncTokenSerializer.java]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [syncope] fmartelli merged pull request #460: [SYNCOPE-1757] provides type info during SyncToken value serialization

2023-05-08 Thread via GitHub


fmartelli merged PR #460:
URL: https://github.com/apache/syncope/pull/460


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[ANN] Apache Syncope 2.1.14

2023-05-08 Thread Francesco Chicchiriccò

The Apache Syncope team is pleased to announce the release of Syncope 2.1.14

Apache Syncope is an Open Source system for managing digital identities in 
enterprise environments, implemented in Java EE technology .

The release will be available within 24h from:
https://syncope.apache.org/downloads

Read the full change log available here:
https://s.apache.org/syncope2114

Upgrading from 2.1.13? There are some notes about this process:
https://s.apache.org/uhxpz

We welcome your help and feedback. For more information on how to report 
problems, and to get involved, visit the project website at

http://syncope.apache.org/

The Apache Syncope Team



[RESULT] [VOTE] Apache Syncope 2.1.14

2023-05-08 Thread Francesco Chicchiriccò

Hi all,
after 72 hours, the vote for Syncope 2.1.14 [1] *passes* with 3 PMC + 2 non-PMC 
votes.

+1 (PMC / binding)
* Andrea Patricelli
* Marco Di Sabatino
* Francesco Chicchiriccò

+1 (non binding)
* Lorenzo Di Cola
* Samuel Garofalo

0


-1


Thanks to everyone participating.

I will now copy this release to Syncope' dist directory, promote the artifacts 
to the central Maven repository and publish to DockerHub.

Best regards.

[1] https://lists.apache.org/thread/crgmsgr19bbk0fzzxgm4lx2xqmnbk5xj

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/



[jira] [Updated] (SYNCOPE-1757) Misalignment between SyncTokenSerializer and SyncTokenDeserializer in case of token given as a clear string

2023-05-08 Thread Jira


 [ 
https://issues.apache.org/jira/browse/SYNCOPE-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francesco Chicchiriccò updated SYNCOPE-1757:

Affects Version/s: 2.1.14

> Misalignment between SyncTokenSerializer and SyncTokenDeserializer in case of 
> token given as a clear string
> ---
>
> Key: SYNCOPE-1757
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1757
> Project: Syncope
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.1.14, 3.0.3
>Reporter: Fabio Martelli
>Priority: Major
> Fix For: 3.0.4, 4.0.0
>
>
> If resource connector provides a syncToken as a clear string and if this 
> string is Base64 deserializable (i.e.AD  uSNChanged "1934664") than 
> serialization works fine ("syncToken":"\{\"value\":\"1934664\"}") but 
> deserialization needed to ask for a new incremental PULL. In fact in this 
> case the value is deserialized as a byte array because deserialized Base64.
>  
> This behaviour cause the failure of the incremental PULL.
>  
> [https://github.com/apache/syncope/blob/3_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/serialization/SyncTokenDeserializer.java]
>  
> [https://github.com/apache/syncope/blob/3_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/serialization/SyncTokenSerializer.java]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (SYNCOPE-1757) Misalignment between SyncTokenSerializer and SyncTokenDeserializer in case of token given as a clear string

2023-05-08 Thread Jira


 [ 
https://issues.apache.org/jira/browse/SYNCOPE-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francesco Chicchiriccò updated SYNCOPE-1757:

Fix Version/s: 4.0.0

> Misalignment between SyncTokenSerializer and SyncTokenDeserializer in case of 
> token given as a clear string
> ---
>
> Key: SYNCOPE-1757
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1757
> Project: Syncope
>  Issue Type: Bug
>  Components: core
>Affects Versions: 3.0.3
>Reporter: Fabio Martelli
>Priority: Major
> Fix For: 3.0.4, 4.0.0
>
>
> If resource connector provides a syncToken as a clear string and if this 
> string is Base64 deserializable (i.e.AD  uSNChanged "1934664") than 
> serialization works fine ("syncToken":"\{\"value\":\"1934664\"}") but 
> deserialization needed to ask for a new incremental PULL. In fact in this 
> case the value is deserialized as a byte array because deserialized Base64.
>  
> This behaviour cause the failure of the incremental PULL.
>  
> [https://github.com/apache/syncope/blob/3_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/serialization/SyncTokenDeserializer.java]
>  
> [https://github.com/apache/syncope/blob/3_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/serialization/SyncTokenSerializer.java]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[ANN] Apache Syncope 3.0.3

2023-05-08 Thread Francesco Chicchiriccò

The Apache Syncope team is pleased to announce the release of Syncope 3.0.3

Apache Syncope is an Open Source system for managing digital identities in 
enterprise environments, implemented in Java EE technology .

Syncope 3.0 Maggiore is now a full-fledged IAM system covering provisioning, 
reconciliation and reporting needs (as with earlier releases), access 
management and API management.

The release will be available within 24h from:
https://syncope.apache.org/downloads

Read the full change log available here:
https://s.apache.org/syncope303

Upgrading from 3.0.2? There are some notes about this process:
https://s.apache.org/fto4b

We welcome your help and feedback. For more information on how to report 
problems, and to get involved, visit the project website at

http://syncope.apache.org/

The Apache Syncope Team



[RESULT] [VOTE] Apache Syncope 3.0.3

2023-05-08 Thread Francesco Chicchiriccò

Hi all,
after 72 hours, the vote for Syncope 3.0.3 [1] *passes* with 3 PMC + 2 non-PMC 
votes.

+1 (PMC / binding)
* Andrea Patricelli
* Marco Di Sabatino
* Francesco Chicchiriccò

+1 (non binding)
* Lorenzo Di Cola
* Samuel Garofalo

0


-1


Thanks to everyone participating.

I will now copy this release to Syncope' dist directory, promote the artifacts 
to the central Maven repository and publish to DockerHub.

Best regards.

[1] https://lists.apache.org/thread/3r6786ndn4rr6ktznk6bt6xftys71p46

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/



[GitHub] [syncope] fmartelli opened a new pull request, #460: [SYNCOPE-1757] provides type info during SyncToken value serialization

2023-05-08 Thread via GitHub


fmartelli opened a new pull request, #460:
URL: https://github.com/apache/syncope/pull/460

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org