Giter Club home page Giter Club logo

Comments (2)

tkrullmann avatar tkrullmann commented on August 11, 2024 2

Unfortunately there's nothing I can do about this without breaking compatibility with Gradle 4. This is the only constructor that Gradle 4 and 5 have in common, and the Gradle guys are very quick with deprecations anyway (it just means that this method might be removed in Gradle 6).

This was addressed already in PR #61. The constructor is deprecated but is commented with

This internal constructor is used by the 'nebula.lint' plugin which we test as part of our ci pipeline.

so I expect it to be around for a while.

It would be nice if there was a "public" way of creating a PolymorphicDomainObjectContainer, like Project.container() for non-polymorphic containers, so I wouldn't have to rely on internal classes. Unfortunately there isn't one.

from gradle-testsets-plugin.

dorogush avatar dorogush commented on August 11, 2024

With Gradle 5.3.1 and org.unbroken-dome.test-sets 2.1.1 I can also see:

Internal API constructor DefaultPolymorphicDomainObjectContainer(Class<T>, Instantiator) has been deprecated. This is scheduled to be removed in Gradle 6.0.
	at org.gradle.api.internal.DefaultPolymorphicDomainObjectContainer.<init>(DefaultPolymorphicDomainObjectContainer.java:42)
	at org.unbrokendome.gradle.plugins.testsets.dsl.DefaultTestSetContainer.<init>(TestSetContainer.kt:69)
	at org.unbrokendome.gradle.plugins.testsets.dsl.DefaultTestSetContainer_Decorated.<init>(Unknown Source)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at org.gradle.internal.instantiation.AsmBackedClassGenerator.newInstance(AsmBackedClassGenerator.java:153)
	at org.gradle.internal.instantiation.AbstractClassGenerator$GeneratedClassImpl$GeneratedConstructorImpl.newInstance(AbstractClassGenerator.java:363)
	at org.gradle.internal.instantiation.DependencyInjectingInstantiator.newInstance(DependencyInjectingInstantiator.java:48)
	at org.gradle.api.internal.model.DefaultObjectFactory.newInstance(DefaultObjectFactory.java:76)
	at org.unbrokendome.gradle.plugins.testsets.dsl.TestSetContainerKt.testSetContainer(TestSetContainer.kt:152)
	at org.unbrokendome.gradle.plugins.testsets.TestSetsPlugin.apply(TestSetsPlugin.kt:40)
	at org.unbrokendome.gradle.plugins.testsets.TestSetsPlugin.apply(TestSetsPlugin.kt:31)
...

and

The ProjectLayout.configurableFiles() method has been deprecated. This is scheduled to be removed in Gradle 6.0. Please use the ObjectFactory.fileCollection() method instead.
	at org.gradle.api.internal.file.DefaultProjectLayout.configurableFiles(DefaultProjectLayout.java:114)
	at org.unbrokendome.gradle.plugins.testsets.dsl.DefaultTestSetContainer.createSourceSetForTestSet(TestSetContainer.kt:124)
	at org.unbrokendome.gradle.plugins.testsets.dsl.DefaultTestSetContainer.access$createSourceSetForTestSet(TestSetContainer.kt:66)
	at org.unbrokendome.gradle.plugins.testsets.dsl.DefaultTestSetContainer$entityInstantiator$1.create(TestSetContainer.kt:97)
	at org.unbrokendome.gradle.plugins.testsets.dsl.DefaultTestSetContainer.doCreate(TestSetContainer.kt:139)
	at org.unbrokendome.gradle.plugins.testsets.dsl.DefaultTestSetContainer.doCreate(TestSetContainer.kt:66)
	at org.gradle.api.internal.AbstractPolymorphicDomainObjectContainer.create(AbstractPolymorphicDomainObjectContainer.java:63)
	at org.gradle.api.internal.AbstractPolymorphicDomainObjectContainer.create(AbstractPolymorphicDomainObjectContainer.java:49)
	at org.unbrokendome.gradle.plugins.testsets.dsl.DefaultTestSetContainer.create(TestSetContainer.kt:87)
	at org.unbrokendome.gradle.plugins.testsets.dsl.DefaultTestSetContainer.create(TestSetContainer.kt:66)
	at org.gradle.api.internal.PolymorphicDomainObjectContainerConfigureDelegate._configure(PolymorphicDomainObjectContainerConfigureDelegate.java:34)
	at groovy.lang.Closure.getProperty(Closure.java:298)
...

from gradle-testsets-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.