Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-java/commons-beanutils: EAPI 8 | dev-java/commons-jxpath: EAPI 8, min java 1.8:* #23582

Closed
wants to merge 3 commits into from

Conversation

vaukai
Copy link
Contributor

@vaukai vaukai commented Dec 30, 2021

No description provided.

@gentoo-bot
Copy link

Pull Request assignment

Submitter: @vaukai
Areas affected: ebuilds
Packages affected: dev-java/commons-beanutils, dev-java/commons-jxpath

dev-java/commons-beanutils: @gentoo/java
dev-java/commons-jxpath: @gentoo/java

Linked bugs

Bugs linked: 823824


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Dec 30, 2021
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2021-12-30 11:36 UTC
Newest commit scanned: d9f4e3b
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/a33eb122d4/output.html

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2021-12-30 20:50 UTC
Newest commit scanned: 4f8760c
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/b54f8c8017/output.html

Also excludes one more test
Closes: https://bugs.gentoo.org/823824
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2021-12-31 09:15 UTC
Newest commit scanned: bb223dd
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/d33e228548/output.html

@vaukai
Copy link
Contributor Author

vaukai commented Dec 31, 2021

Test failures in commons-beanutils' MemoryLeakTestCase won't appear with a recent snapshot, but then there was trouble with test_excludes urging me to put a full listing of the java_test_run_only:

JAVA_TEST_RUN_ONLY=(
# These two classes out of scope and causing test failures cannot be
# test_excluded because excluding them would kill most other tests.
# "org.apache.commons.beanutils2.TestBean"
# "org.apache.commons.beanutils2.TestResultSet"
#
# Manual selection according to test pattern:
# https://github.com/apache/commons-beanutils/blob/df6c074342984749dec1de9ffc45ded556d86cfd/pom.xml#L379-L381
# <include>**/*TestCase.java</include>
# <exclude>**/*MemoryTestCase.java</exclude>
"org.apache.commons.beanutils2.BasicDynaBeanTestCase"
"org.apache.commons.beanutils2.BeanComparatorTestCase"
"org.apache.commons.beanutils2.BeanificationTestCase"
"org.apache.commons.beanutils2.BeanIntrospectionDataTestCase"
"org.apache.commons.beanutils2.BeanMapTestCase"
"org.apache.commons.beanutils2.BeanPredicateTestCase"
"org.apache.commons.beanutils2.BeanPropertyValueChangeConsumerTestCase"
"org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicateTestCase"
"org.apache.commons.beanutils2.BeanToPropertyValueTransformerTestCase"
"org.apache.commons.beanutils2.BeanUtils2TestCase"
"org.apache.commons.beanutils2.BeanUtilsTestCase"
"org.apache.commons.beanutils2.bugs.Jira157TestCase"
"org.apache.commons.beanutils2.bugs.Jira18TestCase"
"org.apache.commons.beanutils2.bugs.Jira273TestCase"
"org.apache.commons.beanutils2.bugs.Jira298TestCase"
"org.apache.commons.beanutils2.bugs.Jira339TestCase"
"org.apache.commons.beanutils2.bugs.Jira345TestCase"
"org.apache.commons.beanutils2.bugs.Jira347TestCase"
"org.apache.commons.beanutils2.bugs.Jira349TestCase"
"org.apache.commons.beanutils2.bugs.Jira357TestCase"
"org.apache.commons.beanutils2.bugs.Jira358TestCase"
"org.apache.commons.beanutils2.bugs.Jira359TestCase"
"org.apache.commons.beanutils2.bugs.Jira368TestCase"
"org.apache.commons.beanutils2.bugs.Jira369TestCase"
"org.apache.commons.beanutils2.bugs.Jira381TestCase"
"org.apache.commons.beanutils2.bugs.Jira411TestCase"
"org.apache.commons.beanutils2.bugs.Jira422bTestCase"
"org.apache.commons.beanutils2.bugs.Jira422TestCase"
"org.apache.commons.beanutils2.bugs.Jira454TestCase"
"org.apache.commons.beanutils2.bugs.Jira456TestCase"
"org.apache.commons.beanutils2.bugs.Jira458TestCase"
"org.apache.commons.beanutils2.bugs.Jira463TestCase"
"org.apache.commons.beanutils2.bugs.Jira465TestCase"
"org.apache.commons.beanutils2.bugs.Jira492TestCase"
"org.apache.commons.beanutils2.bugs.Jira493TestCase"
"org.apache.commons.beanutils2.bugs.Jira509TestCase"
"org.apache.commons.beanutils2.bugs.Jira520TestCase"
"org.apache.commons.beanutils2.bugs.Jira61TestCase"
"org.apache.commons.beanutils2.bugs.Jira87TestCase"
"org.apache.commons.beanutils2.bugs.Jira92TestCase"
"org.apache.commons.beanutils2.ConstructorUtilsTestCase"
"org.apache.commons.beanutils2.converters.ArrayConverterTestCase"
"org.apache.commons.beanutils2.converters.BigDecimalConverterTestCase"
"org.apache.commons.beanutils2.converters.BigIntegerConverterTestCase"
"org.apache.commons.beanutils2.converters.BooleanConverterTestCase"
"org.apache.commons.beanutils2.converters.ByteConverterTestCase"
"org.apache.commons.beanutils2.converters.CalendarConverterTestCase"
"org.apache.commons.beanutils2.converters.CharacterConverterTestCase"
"org.apache.commons.beanutils2.converters.ClassConverterTestCase"
"org.apache.commons.beanutils2.converters.ClassReloaderTestCase"
"org.apache.commons.beanutils2.converters.DateConverterTestCase"
"org.apache.commons.beanutils2.converters.DoubleConverterTestCase"
"org.apache.commons.beanutils2.converters.DurationConverterTestCase"
"org.apache.commons.beanutils2.converters.EnumConverterTestCase"
"org.apache.commons.beanutils2.converters.FileConverterTestCase"
"org.apache.commons.beanutils2.converters.FloatConverterTestCase"
"org.apache.commons.beanutils2.converters.IntegerConverterTestCase"
"org.apache.commons.beanutils2.converters.LocalDateConverterTestCase"
"org.apache.commons.beanutils2.converters.LocalDateTimeConverterTestCase"
"org.apache.commons.beanutils2.converters.LocalTimeConverterTestCase"
"org.apache.commons.beanutils2.converters.LongConverterTestCase"
"org.apache.commons.beanutils2.converters.MemoryTestCase"
"org.apache.commons.beanutils2.converters.MonthDayConverterTestCase"
"org.apache.commons.beanutils2.converters.OffsetDateTimeConverterTestCase"
"org.apache.commons.beanutils2.converters.OffsetTimeConverterTestCase"
"org.apache.commons.beanutils2.converters.PathConverterTestCase"
"org.apache.commons.beanutils2.converters.PeriodConverterTestCase"
"org.apache.commons.beanutils2.converters.ShortConverterTestCase"
"org.apache.commons.beanutils2.converters.SqlDateConverterTestCase"
"org.apache.commons.beanutils2.converters.SqlTimeConverterTestCase"
"org.apache.commons.beanutils2.converters.SqlTimestampConverterTestCase"
"org.apache.commons.beanutils2.converters.StringConverterTestCase"
"org.apache.commons.beanutils2.converters.URIConverterTestCase"
"org.apache.commons.beanutils2.converters.URLConverterTestCase"
"org.apache.commons.beanutils2.converters.UUIDConverterTestCase"
"org.apache.commons.beanutils2.converters.YearConverterTestCase"
"org.apache.commons.beanutils2.converters.YearMonthConverterTestCase"
"org.apache.commons.beanutils2.converters.ZonedDateTimeConverterTestCase"
"org.apache.commons.beanutils2.converters.ZoneIdConverterTestCase"
"org.apache.commons.beanutils2.converters.ZoneOffsetConverterTestCase"
"org.apache.commons.beanutils2.ConvertUtilsTestCase"
"org.apache.commons.beanutils2.DefaultIntrospectionContextTestCase"
"org.apache.commons.beanutils2.DynaBeanMapDecoratorTestCase"
"org.apache.commons.beanutils2.DynaBeanUtilsTestCase"
"org.apache.commons.beanutils2.DynaPropertyTestCase"
"org.apache.commons.beanutils2.DynaPropertyUtilsTestCase"
"org.apache.commons.beanutils2.DynaResultSetTestCase"
"org.apache.commons.beanutils2.DynaRowSetTestCase"
"org.apache.commons.beanutils2.expression.DefaultResolverTestCase"
"org.apache.commons.beanutils2.FluentPropertyBeanIntrospectorTestCase"
"org.apache.commons.beanutils2.IndexedPropertyTestCase"
"org.apache.commons.beanutils2.LazyDynaBeanTestCase"
"org.apache.commons.beanutils2.LazyDynaClassTestCase"
"org.apache.commons.beanutils2.LazyDynaListTestCase"
"org.apache.commons.beanutils2.LazyDynaMapTestCase"
"org.apache.commons.beanutils2.locale.converters.BaseLocaleConverterTestCase"
"org.apache.commons.beanutils2.locale.converters.BigDecimalLocaleConverterTestCase"
"org.apache.commons.beanutils2.locale.converters.BigIntegerLocaleConverterTestCase"
"org.apache.commons.beanutils2.locale.converters.ByteLocaleConverterTestCase"
"org.apache.commons.beanutils2.locale.converters.DateLocaleConverterTestCase"
"org.apache.commons.beanutils2.locale.converters.DoubleLocaleConverterTestCase"
"org.apache.commons.beanutils2.locale.converters.FloatLocaleConverterTestCase"
"org.apache.commons.beanutils2.locale.converters.IntegerLocaleConverterTestCase"
"org.apache.commons.beanutils2.locale.converters.LongLocaleConverterTestCase"
"org.apache.commons.beanutils2.locale.converters.ShortLocaleConverterTestCase"
"org.apache.commons.beanutils2.locale.LocaleBeanificationTestCase"
"org.apache.commons.beanutils2.locale.LocaleBeanUtilsTestCase"
"org.apache.commons.beanutils2.locale.LocaleConvertUtilsTestCase"
"org.apache.commons.beanutils2.MappedPropertyTestCase"
"org.apache.commons.beanutils2.memoryleaktests.MemoryLeakTestCase"
"org.apache.commons.beanutils2.MethodUtilsTestCase"
"org.apache.commons.beanutils2.PropertyUtilsTestCase"
"org.apache.commons.beanutils2.SuppressPropertiesBeanIntrospectorTestCase"
"org.apache.commons.beanutils2.WrapDynaBeanTestCase"
)

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2021-12-31 09:30 UTC
Newest commit scanned: e8c80d2
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/cc4c4a7b7c/output.html

@fordfrog
Copy link
Contributor

@vaukai merged, thanks!

@vaukai vaukai deleted the commons-beanutils branch December 31, 2021 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR.
Projects
None yet
4 participants