Re: [PR] Bump bytebuddy.version from 1.14.13 to 1.14.14 [dubbo]

2024-05-07 Thread via GitHub


AlbumenJ merged PR #14140:
URL: https://github.com/apache/dubbo/pull/14140


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump bytebuddy.version from 1.14.13 to 1.14.14 [dubbo]

2024-04-29 Thread via GitHub


sonarcloud[bot] commented on PR #14140:
URL: https://github.com/apache/dubbo/pull/14140#issuecomment-2082086924

   ## [![Quality Gate 
Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png
 'Quality Gate 
Passed')](https://sonarcloud.io/dashboard?id=apache_dubbo=14140) 
**Quality Gate passed**  
   Issues  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0 New 
issues](https://sonarcloud.io/project/issues?id=apache_dubbo=14140=false=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png
 '') [0 Accepted 
issues](https://sonarcloud.io/component_measures?id=apache_dubbo=14140=new_accepted_issues=list)
   
   Measures  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo=14140=false=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png
 '') No data about Coverage  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png
 '') No data about Duplication  
 
   [See analysis details on 
SonarCloud](https://sonarcloud.io/dashboard?id=apache_dubbo=14140)
   
   


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[PR] Bump bytebuddy.version from 1.14.13 to 1.14.14 [dubbo]

2024-04-29 Thread via GitHub


dependabot[bot] opened a new pull request, #14140:
URL: https://github.com/apache/dubbo/pull/14140

   Bumps `bytebuddy.version` from 1.14.13 to 1.14.14.
   Updates `net.bytebuddy:byte-buddy` from 1.14.13 to 1.14.14
   
   Release notes
   Sourced from https://github.com/raphw/byte-buddy/releases;>net.bytebuddy:byte-buddy's 
releases.
   
   Byte Buddy 1.14.14
   
   Adjust type validation to accept additional names that are legal in the 
class file format.
   Fix dynamic attach on Windows when a service user is active.
   Avoid failure when using Android's strict mode.
   
   
   
   
   Changelog
   Sourced from https://github.com/raphw/byte-buddy/blob/master/release-notes.md;>net.bytebuddy:byte-buddy's
 changelog.
   
   23. April 2024: version 1.14.14
   
   Adjust type validation to accept additional names that are legal in the 
class file format.
   Fix dynamic attach on Windows when a service user is active.
   Avoid failure when using Android's strict mode.
   
   
   
   
   Commits
   
   https://github.com/raphw/byte-buddy/commit/ae503b6fc42e59a7e4a70abb55fb95aaa47c861d;>ae503b6
 [maven-release-plugin] prepare release byte-buddy-1.14.14
   https://github.com/raphw/byte-buddy/commit/736a4c9dbf927088597a387d63b414b9600fec5b;>736a4c9
 [release] Release new version
   https://github.com/raphw/byte-buddy/commit/f9469fcad53d5c5c933d2a551fac921c73f4c9c0;>f9469fc
 Mask return type in safe string.
   https://github.com/raphw/byte-buddy/commit/85baec7a2bdbfb4901e2ccb3f7b63980fdac6fe6;>85baec7
 Fix android strict mode warning (https://redirect.github.com/raphw/byte-buddy/issues/1623;>#1623)
   https://github.com/raphw/byte-buddy/commit/d6ca347bb88c5b265ae9d2dd208cd4c1d3e69463;>d6ca347
 Add JavaDoc for NamedPipe handling on Windows (https://redirect.github.com/raphw/byte-buddy/issues/1621;>#1621)
   https://github.com/raphw/byte-buddy/commit/0a91a85d741c1e0b5d8eeef98f7842e5cbc1496e;>0a91a85
 Windows Attachment: Allow access to named pipe for medium Integrity clients 
(...
   https://github.com/raphw/byte-buddy/commit/5efc70cd55ca162d8ed99a88c4e1bce98ea2ac64;>5efc70c
 Soften up rule for identifier control.
   https://github.com/raphw/byte-buddy/commit/95b083f42e5ebfd2bb69ee4904fbb90e083489f3;>95b083f
 Update InstrumentedType.java to check instrumented classfile is in valid 
Unic...
   https://github.com/raphw/byte-buddy/commit/126eafcfd150652fb80bd6082a76b57a5b7eaa30;>126eafc
 Update harden-runner.
   https://github.com/raphw/byte-buddy/commit/147037b6faafbca2c2f1e7a33454225a5d611694;>147037b
 Add Java 23 to build matrix.
   Additional commits viewable in https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.13...byte-buddy-1.14.14;>compare
 view
   
   
   
   
   Updates `net.bytebuddy:byte-buddy-agent` from 1.14.13 to 1.14.14
   
   Release notes
   Sourced from https://github.com/raphw/byte-buddy/releases;>net.bytebuddy:byte-buddy-agent's
 releases.
   
   Byte Buddy 1.14.14
   
   Adjust type validation to accept additional names that are legal in the 
class file format.
   Fix dynamic attach on Windows when a service user is active.
   Avoid failure when using Android's strict mode.
   
   
   
   
   Changelog
   Sourced from https://github.com/raphw/byte-buddy/blob/master/release-notes.md;>net.bytebuddy:byte-buddy-agent's
 changelog.
   
   23. April 2024: version 1.14.14
   
   Adjust type validation to accept additional names that are legal in the 
class file format.
   Fix dynamic attach on Windows when a service user is active.
   Avoid failure when using Android's strict mode.
   
   
   
   
   Commits
   
   https://github.com/raphw/byte-buddy/commit/ae503b6fc42e59a7e4a70abb55fb95aaa47c861d;>ae503b6
 [maven-release-plugin] prepare release byte-buddy-1.14.14
   https://github.com/raphw/byte-buddy/commit/736a4c9dbf927088597a387d63b414b9600fec5b;>736a4c9
 [release] Release new version
   https://github.com/raphw/byte-buddy/commit/f9469fcad53d5c5c933d2a551fac921c73f4c9c0;>f9469fc
 Mask return type in safe string.
   https://github.com/raphw/byte-buddy/commit/85baec7a2bdbfb4901e2ccb3f7b63980fdac6fe6;>85baec7
 Fix android strict mode warning (https://redirect.github.com/raphw/byte-buddy/issues/1623;>#1623)
   https://github.com/raphw/byte-buddy/commit/d6ca347bb88c5b265ae9d2dd208cd4c1d3e69463;>d6ca347
 Add JavaDoc for NamedPipe handling on Windows (https://redirect.github.com/raphw/byte-buddy/issues/1621;>#1621)
   https://github.com/raphw/byte-buddy/commit/0a91a85d741c1e0b5d8eeef98f7842e5cbc1496e;>0a91a85
 Windows Attachment: Allow access to named pipe for medium Integrity clients 
(...
   https://github.com/raphw/byte-buddy/commit/5efc70cd55ca162d8ed99a88c4e1bce98ea2ac64;>5efc70c
 Soften up rule for identifier control.
   https://github.com/raphw/byte-buddy/commit/95b083f42e5ebfd2bb69ee4904fbb90e083489f3;>95b083f
 Update InstrumentedType.java to check instrumented classfile is in valid 
Unic...
   https://github.com/raphw/byte-buddy/commit/126eafcfd150652fb80bd6082a76b57a5b7eaa30;>126eafc