dependabot[bot] commented on PR #48:
URL: https://github.com/apache/openwebbeans/pull/48#issuecomment-1424682214
Dependabot tried to update this pull request, but something went wrong.
We're looking into it, but in the meantime you can retry the update by
commenting `@dependabot rebase`.
dblevins commented on code in PR #50:
URL: https://github.com/apache/openwebbeans/pull/50#discussion_r1113584952
##
webbeans-el22/src/main/java/org/apache/webbeans/el22/WrappedMethodExpression.java:
##
@@ -25,7 +25,7 @@
import jakarta.el.MethodExpression;
import jakarta.el.Met
jeanouii merged PR #50:
URL: https://github.com/apache/openwebbeans/pull/50
--
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...@openwebbeans
dependabot[bot] commented on PR #48:
URL: https://github.com/apache/openwebbeans/pull/48#issuecomment-1439808773
Dependabot tried to update this pull request, but something went wrong.
We're looking into it, but in the meantime you can retry the update by
commenting `@dependabot rebase`.
CVEDetect opened a new pull request, #19:
URL: https://github.com/apache/openwebbeans-meecrowave/pull/19
Hi, In **/meecrowave-maven-plugin**,there is a dependency
**org.apache.commons:commons-compress:1.18** that calls the risk method.
[CVE-2019-12402](https://cve.mitre.org/cgi-bin/c
bmarwell closed pull request #16: (DOC) add PR template
URL: https://github.com/apache/openwebbeans-meecrowave/pull/16
--
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 unsubs
bmarwell closed pull request #15: [MEECROWAVE-289] add jakarta artifact for
mw-specs-api.
URL: https://github.com/apache/openwebbeans-meecrowave/pull/15
--
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
dependabot[bot] commented on PR #47:
URL: https://github.com/apache/openwebbeans/pull/47#issuecomment-1540728202
Superseded by #51.
--
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 co
dependabot[bot] opened a new pull request, #51:
URL: https://github.com/apache/openwebbeans/pull/51
Bumps [testng](https://github.com/cbeust/testng) from 7.4.0 to 7.5.1.
Release notes
Sourced from https://github.com/cbeust/testng/releases";>testng's releases.
TestNG v7.5.1
dependabot[bot] closed pull request #47: Bump testng from 6.14.3 to 7.7.0 in
/webbeans-tck
URL: https://github.com/apache/openwebbeans/pull/47
--
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 spe
asha-boyapati opened a new pull request, #52:
URL: https://github.com/apache/openwebbeans/pull/52
(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 unsubscrib
asha-boyapati closed pull request #52: Fix flaky
URL: https://github.com/apache/openwebbeans/pull/52
--
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
asha-boyapati opened a new pull request, #53:
URL: https://github.com/apache/openwebbeans/pull/53
### Description
The test
`com.intuit.karate.core.KarateHttpMockHandlerTest.testMultipleCookies`
fails under environment
[NonDex](https://github.com/TestingResearchIllinois/N
rmannibucau commented on PR #53:
URL: https://github.com/apache/openwebbeans/pull/53#issuecomment-1608837296
Hi,
AFAIK this is not needed nor flaky because it is stable per classloader so
stable in the OWB context so it sounds faster to not sort+toString the methods
rather than doing
rmannibucau commented on PR #53:
URL: https://github.com/apache/openwebbeans/pull/53#issuecomment-1608949065
Ok, found the bug you speak about, it is in your code in
https://github.com/TestingResearchIllinois/NonDex/blob/master/nondex-instrumentation/src/main/java/edu/illinois/nondex/instr/C
rmannibucau closed pull request #53: Remove non-determinism in
BeanCacheKey.java to fix flaky test BeanCacheKeyUnitTest.testEquals2Annotations
URL: https://github.com/apache/openwebbeans/pull/53
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
asha-boyapati commented on PR #53:
URL: https://github.com/apache/openwebbeans/pull/53#issuecomment-1610978094
Thank you for your response.
If you don't mind, I have a question about your comment. The specification
of GetDeclaredMethods says that the returned elements are not in any
rmannibucau commented on PR #53:
URL: https://github.com/apache/openwebbeans/pull/53#issuecomment-1611029535
this is the standard JVM behavior, `Class` cached the loaded bytecode which
has no deterministic order but once loaded it is sorted. Not sure it is well
documented but all JVM behave
asha-boyapati commented on PR #53:
URL: https://github.com/apache/openwebbeans/pull/53#issuecomment-1616179356
For completeness, I want to add that the NonDex tool supports multiple modes.
In the default mode, -DNondexMode=FULL, this test fails as flaky.
In the other mode, -DNon
rzo1 opened a new pull request, #20:
URL: https://github.com/apache/openwebbeans-meecrowave/pull/20
# What does this PR do?
- Adds GH actions for Java 8 / Java 11 matrix builds
- Fixes some typos
- Conducts several dependency updates:
- Tomcat 9.0.76
- Johnzon 1.2.20
dependabot[bot] opened a new pull request, #2:
URL: https://github.com/apache/openwebbeans-peeco/pull/2
Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.13 to
4.13.1.
Release notes
Sourced from https://github.com/junit-team/junit4/releases";>junit:junit's
releases.
rzo1 commented on PR #20:
URL:
https://github.com/apache/openwebbeans-meecrowave/pull/20#issuecomment-1649423197
ping @rmannibucau @jeanouii
--
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
dependabot[bot] opened a new pull request, #21:
URL: https://github.com/apache/openwebbeans-meecrowave/pull/21
Bumps
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
from 4.2.3 to 4.8.0.
Release notes
Sourced from https://github.com/codehau
rzo1 commented on PR #20:
URL:
https://github.com/apache/openwebbeans-meecrowave/pull/20#issuecomment-166151
Can we get this in? (I can also create the Jira tickets, if needed)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
rmannibucau merged PR #20:
URL: https://github.com/apache/openwebbeans-meecrowave/pull/20
--
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..
rmannibucau commented on PR #20:
URL:
https://github.com/apache/openwebbeans-meecrowave/pull/20#issuecomment-1665574924
todo: ensure we have one ticket per transitive dep
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
rzo1 commented on PR #20:
URL:
https://github.com/apache/openwebbeans-meecrowave/pull/20#issuecomment-1665577788
I am going to create the tickets now. Thanks @rmannibucau
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
rzo1 commented on PR #20:
URL:
https://github.com/apache/openwebbeans-meecrowave/pull/20#issuecomment-1665584153
all done and marked as resolved.
--
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
rzo1 opened a new pull request, #22:
URL: https://github.com/apache/openwebbeans-meecrowave/pull/22
Will create Jiras for each upgrade separatly once this is merged.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
FarmersWrap opened a new pull request, #54:
URL: https://github.com/apache/openwebbeans/pull/54
# Background
I found the flaky behavior in
org.apache.webbeans.test.specalization.observer.prot.ProtectedObserverTest#testObserverMethodsInParentOfSpecializedBeans
with an open-source research
FarmersWrap closed pull request #54: Makes the order of Method[] deterministic
to keep the AnnotationComparator correct
URL: https://github.com/apache/openwebbeans/pull/54
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
schipplock opened a new pull request, #55:
URL: https://github.com/apache/openwebbeans/pull/55
Hi,
I compiled OpenWebBeans on my local windows machine and noticed that the
Slf4jLoggerFactoryTest is failing.
The test failed when executed under Windows due to a hardcoded new line
separa
dependabot[bot] opened a new pull request, #59:
URL: https://github.com/apache/openwebbeans/pull/59
Bumps `slf4j.version` from 1.7.36 to 2.0.11.
Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.11
Updates `org.slf4j:slf4j-simple` from 1.7.36 to 2.0.11
Dependabot will reso
dependabot[bot] opened a new pull request, #56:
URL: https://github.com/apache/openwebbeans/pull/56
Bumps
[org.apache.maven.plugins:maven-remote-resources-plugin](https://github.com/apache/maven-remote-resources-plugin)
from 1.5 to 3.1.0.
Release notes
Sourced from https://github.
dependabot[bot] opened a new pull request, #57:
URL: https://github.com/apache/openwebbeans/pull/57
Bumps `tomcat.version` from 10.1.5 to 10.1.18.
Updates `org.apache.tomcat:tomcat-servlet-api` from 10.1.5 to 10.1.18
Updates `org.apache.tomcat:tomcat-jsp-api` from 10.1.5 to 10.1.18
dependabot[bot] opened a new pull request, #58:
URL: https://github.com/apache/openwebbeans/pull/58
Bumps `cdi.tck.version` from 4.0.12 to 4.0.13.
Updates `jakarta.enterprise:cdi-tck-core-impl` from 4.0.12 to 4.0.13
Release notes
Sourced from https://github.com/eclipse-ee4j/cdi-t
dependabot[bot] opened a new pull request, #60:
URL: https://github.com/apache/openwebbeans/pull/60
Bumps `arquillian.version` from 1.7.1.Final to 1.8.0.Final.
Updates `org.jboss.arquillian:arquillian-bom` from 1.7.1.Final to 1.8.0.Final
Release notes
Sourced from https://github.
tandraschko merged PR #55:
URL: https://github.com/apache/openwebbeans/pull/55
--
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...@openwebbe
tandraschko commented on PR #55:
URL: https://github.com/apache/openwebbeans/pull/55#issuecomment-1887127603
Thanks!
--
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 unsu
tandraschko merged PR #49:
URL: https://github.com/apache/openwebbeans/pull/49
--
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...@openwebbe
tandraschko merged PR #51:
URL: https://github.com/apache/openwebbeans/pull/51
--
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...@openwebbe
tandraschko merged PR #56:
URL: https://github.com/apache/openwebbeans/pull/56
--
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...@openwebbe
tandraschko merged PR #57:
URL: https://github.com/apache/openwebbeans/pull/57
--
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...@openwebbe
tandraschko closed pull request #48: Bump testng from 6.14.3 to 7.7.0 in
/webbeans-tck-jakarta
URL: https://github.com/apache/openwebbeans/pull/48
--
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
dependabot[bot] commented on PR #48:
URL: https://github.com/apache/openwebbeans/pull/48#issuecomment-1887188255
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, le
tandraschko merged PR #60:
URL: https://github.com/apache/openwebbeans/pull/60
--
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...@openwebbe
tandraschko merged PR #58:
URL: https://github.com/apache/openwebbeans/pull/58
--
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...@openwebbe
tandraschko closed pull request #44: Support transitive InterceptorBinding on
annotated types
URL: https://github.com/apache/openwebbeans/pull/44
--
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
tandraschko commented on PR #44:
URL: https://github.com/apache/openwebbeans/pull/44#issuecomment-1887211516
no feedback, will close it for now
--
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
tandraschko commented on PR #59:
URL: https://github.com/apache/openwebbeans/pull/59#issuecomment-1887212284
@rmannibucau @struberg should we up to 2.x?
--
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
rmannibucau commented on PR #59:
URL: https://github.com/apache/openwebbeans/pull/59#issuecomment-1887266303
No preference, it has no impact for us since we just use it as a build dep
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
dependabot[bot] opened a new pull request, #61:
URL: https://github.com/apache/openwebbeans/pull/61
Bumps jakarta.jms:jakarta.jms-api from 3.0.0 to 3.1.0.
[
from 1.2.0 to 1.6.0.
Release notes
Sourced from https://github.com/mojohaus/mrm/releases";>org.codehaus.mo
dependabot[bot] opened a new pull request, #63:
URL: https://github.com/apache/openwebbeans/pull/63
Bumps org.apache.logging.log4j:log4j-core from 2.17.2 to 2.22.1.
[
from 3.0.0-M4 to 3.2.5.
Release notes
Sourced from https://github.com/apache/
tandraschko merged PR #64:
URL: https://github.com/apache/openwebbeans/pull/64
--
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...@openwebbe
tandraschko merged PR #63:
URL: https://github.com/apache/openwebbeans/pull/63
--
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...@openwebbe
tandraschko closed pull request #61: Bump jakarta.jms:jakarta.jms-api from
3.0.0 to 3.1.0
URL: https://github.com/apache/openwebbeans/pull/61
--
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 spec
dependabot[bot] commented on PR #61:
URL: https://github.com/apache/openwebbeans/pull/61#issuecomment-1890661595
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, le
tandraschko merged PR #62:
URL: https://github.com/apache/openwebbeans/pull/62
--
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...@openwebbe
tandraschko merged PR #59:
URL: https://github.com/apache/openwebbeans/pull/59
--
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...@openwebbe
dependabot[bot] opened a new pull request, #67:
URL: https://github.com/apache/openwebbeans/pull/67
Bumps
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
from 3.5.0 to 3.6.3.
Release notes
Sourced from https://github.com/apache/maven
dependabot[bot] opened a new pull request, #65:
URL: https://github.com/apache/openwebbeans/pull/65
Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent)
from 30 to 31.
Release notes
Sourced from https://github.com/apache/maven-apache-parent/releases";>org.apache
dependabot[bot] opened a new pull request, #66:
URL: https://github.com/apache/openwebbeans/pull/66
Bumps
[org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr)
from 3.0.0 to 3.3.2.
Release notes
Sourced from https://github.com/apache/maven-jxr/releases";
dependabot[bot] opened a new pull request, #68:
URL: https://github.com/apache/openwebbeans/pull/68
Bumps
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin)
from 3.8.1 to 3.12.1.
Release notes
Sourced from https://github.com/apache/ma
dependabot[bot] opened a new pull request, #69:
URL: https://github.com/apache/openwebbeans/pull/69
Bumps
[org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin)
from 2.3.2 to 3.3.0.
Release notes
Sourced from https://github.com/apache/maven-jar-plu
tandraschko merged PR #65:
URL: https://github.com/apache/openwebbeans/pull/65
--
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...@openwebbe
tandraschko merged PR #67:
URL: https://github.com/apache/openwebbeans/pull/67
--
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...@openwebbe
tandraschko merged PR #68:
URL: https://github.com/apache/openwebbeans/pull/68
--
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...@openwebbe
tandraschko merged PR #66:
URL: https://github.com/apache/openwebbeans/pull/66
--
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...@openwebbe
dependabot[bot] opened a new pull request, #71:
URL: https://github.com/apache/openwebbeans/pull/71
Bumps
[jakarta.interceptor:jakarta.interceptor-api](https://github.com/eclipse-ee4j/interceptor-api)
from 2.0.0 to 2.1.0.
Commits
See full diff in https://github.com/eclipse-ee4
dependabot[bot] opened a new pull request, #70:
URL: https://github.com/apache/openwebbeans/pull/70
Bumps
[org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin)
from 3.2.1 to 3.3.0.
Commits
https://github.com/apache/maven-source-plugin/co
dependabot[bot] opened a new pull request, #72:
URL: https://github.com/apache/openwebbeans/pull/72
Bumps
[org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin)
from 2.4 to 3.6.0.
Commits
https://github.com/apache/maven-assembly-plugi
dependabot[bot] opened a new pull request, #73:
URL: https://github.com/apache/openwebbeans/pull/73
Bumps [jakarta.el:jakarta.el-api](https://github.com/eclipse-ee4j/el-ri)
from 4.0.0 to 5.0.1.
Commits
See full diff in https://github.com/eclipse-ee4j/el-ri/commits";>compare vie
tandraschko merged PR #70:
URL: https://github.com/apache/openwebbeans/pull/70
--
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...@openwebbe
dependabot[bot] opened a new pull request, #74:
URL: https://github.com/apache/openwebbeans/pull/74
Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.5.1
to 7.9.0.
Release notes
Sourced from https://github.com/testng-team/testng/releases";>org.testng:testng's
tandraschko merged PR #74:
URL: https://github.com/apache/openwebbeans/pull/74
--
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...@openwebbe
tandraschko closed pull request #73: Bump jakarta.el:jakarta.el-api from 4.0.0
to 5.0.1
URL: https://github.com/apache/openwebbeans/pull/73
--
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 specif
dependabot[bot] commented on PR #73:
URL: https://github.com/apache/openwebbeans/pull/73#issuecomment-1895293558
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, le
tandraschko merged PR #71:
URL: https://github.com/apache/openwebbeans/pull/71
--
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...@openwebbe
dependabot[bot] opened a new pull request, #75:
URL: https://github.com/apache/openwebbeans/pull/75
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
Release notes
Sourced from https://github.com/actions/cache/releases";>actions/cache's
releases.
v4.0.0
dependabot[bot] opened a new pull request, #76:
URL: https://github.com/apache/openwebbeans/pull/76
Bumps org.apache.rat:apache-rat-plugin from 0.13 to 0.16.
[ from
5.4.2 to 5.10.1.
Release notes
Sourced from https://github.com/junit-team/junit5/releases";>org.ju
dependabot[bot] opened a new pull request, #78:
URL: https://github.com/apache/openwebbeans/pull/78
Bumps com.github.jengelman.gradle.plugins:shadow from 6.0.0 to 6.1.0.
[
from 2.4 to 3.5.0.
Commits
https://github.com/apa
dependabot[bot] opened a new pull request, #80:
URL: https://github.com/apache/openwebbeans/pull/80
Bumps org.gradle:gradle-core from 3.5.1 to 4.2.1.
[
from 3.1.0 to 3.3.1.
Commits
https://github.com/apache/maven-checksty
dependabot[bot] opened a new pull request, #82:
URL: https://github.com/apache/openwebbeans/pull/82
Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 2.4.3 to 3.2.5.
Release notes
Sourced from https://github.com/apache/maven-sure
dependabot[bot] opened a new pull request, #83:
URL: https://github.com/apache/openwebbeans/pull/83
Bumps org.apache.felix:maven-bundle-plugin from 5.1.8 to 5.1.9.
[
from 3.0.10 to 3.0.20.
Commits
See full diff in https://github.com/apache/groovy/commits";>compare view
tandraschko merged PR #84:
URL: https://github.com/apache/openwebbeans/pull/84
--
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...@openwebbe
tandraschko commented on PR #81:
URL: https://github.com/apache/openwebbeans/pull/81#issuecomment-1903456364
also updated checkstyle config
--
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 spe
1 - 100 of 256 matches
Mail list logo