Giter Site home page Giter Site logo

Comments (3)

jmesnil avatar jmesnil commented on August 28, 2024

I'm not convinced by this RFE.

A channel is a curated list of components.
A blocklist is another way to curate by saying I want everything except this and that versions. So now, you are no longer curating the channel but the blocklist :)

I can see reasons to excludes some components but I'm not sure that adding a new separate artifact for this is the way to go.

  • First, using fixed version bypasses this whole issue (with more effort to curate the channel).
  • Second, using regexp might allow to remove some version (but the resulting regular expression might be quite complex)

If we see a need to curate the channel by dropping some versions, I'd prefer we incorporate that into the channel itself with something like:

streams:
  - groupId: org.example
     artifactId: foo
     versionPattern: "2\..*\.Final"
     excludes:
       - 2.2.17.Final
       - 2.2.18.Final

wdyt?

from wildfly-channel.

spyrkob avatar spyrkob commented on August 28, 2024

The idea was to allow the channel.yaml of an open channels to be a stateless, static file. The blocklist would become a part of the channel itself like any other artifact.

@wolfc - you had some reservations about the excludes being part of a stream definition

from wildfly-channel.

spyrkob avatar spyrkob commented on August 28, 2024

Fixed by #109

from wildfly-channel.

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.