Re: Build failed in Jenkins: Brooklyn » Brooklyn - Server module » master #594

2024-07-30 Thread Juan Cabrerizo
Hi Ayaskant, this is already fixed now: https://ci-builds.apache.org/job/Brooklyn/job/brooklyn-server/job/master/595/ This commit seems the be the problem: https://github.com/apache/brooklyn-server/commit/f07615de619ecbde54dd2f6100418fd2bf1f850b On Tue, 30 Jul 2024 at 10:20, Ayaskant Nayak wro

Re: Introduction

2024-07-30 Thread Juan Cabrerizo
Hi Ayaskant, Welcome to the community! My name is Juan Cabrerizo, and I currently serve as the project chair. It’s always a pleasure to see new members join us. We are a small but dedicated community. To get started with contributing to the project, I recommend beginning with our documentation

Time to do a new release?

2024-01-15 Thread Juan Cabrerizo
Hello, Brooklyn developers and users, I completely missed a comment on a closed PR [1] last December asking for cutting a new Brooklyn release that includes it. The fact is, Brooklyn 1.0.0 was released almost four years ago, and since then, new features have been added and vulnerable dependencies

Travel asistence support for Berlin Buzzwords

2023-03-24 Thread Juan Cabrerizo
fyi: Hi All, The ASF Travel Assistance Committee is supporting taking up to six (6) people to attend Berlin Buzzwords In June this year. This includes Conference passes, and travel & accommodation as needed. Please see our website at https://tac.apache.org for more information and how to apply.

Re: move jclouds to the attic?

2022-12-07 Thread Juan Cabrerizo
t; Jclouds is a core component of Apache Brooklyn, which is a project > that is > > > very dear to my heart. > > > > > > This being said, I would like to volunteer as well to keep jclouds > secure > > > and evolving. > > > > > > Iuliana > > > > >

Re: move jclouds to the attic?

2022-11-15 Thread Juan Cabrerizo
5:53:18AM +0100, Jean-Baptiste Onofré wrote: > > > Hi guys, > > > > > > thanks for your update ! > > > > > > I propose to prepare a quick plan describing: > > > 1. PMC set proposal > > > 2. Roadmap/ideas for jclouds future (I would lik

Re: move jclouds to the attic?

2022-11-13 Thread Juan Cabrerizo
24 from 6 contributors in 2022. This is despite > growing > > > >> downloads over the last 12 months from 50,000 to 80,000 for > jclouds-core > > > >> alone. Unfortunately the number of active committers has shrunk > and we > > > >&

Re: [VOTE] Release Apache Brooklyn 1.0.0 [rc3]

2020-02-24 Thread Juan Cabrerizo
sitory.apache.org/content/repositories/orgapachebrooklyn-1055 > > > > > > > > All release artifacts are signed with the following key: > > > > > > > > https://people.apache.org/keys/committer/richard.asc > > > > > > > > KEYS file available here: > > > > > > > > https://dist.apache.org/repos/dist/release/brooklyn/KEYS > > > > > > > > > > > > The artifacts were built from git commit IDs: > > > > > > > > brooklyn: d3ef75f26240bee38d288d507364616380e4d853 > > > > brooklyn-client: 52b5546a5434eb6ecae55233d134f6dc11ce617b > > > > brooklyn-dist: d55424d0c5994d9bceb804bcf0ecc7c80560370e > > > > brooklyn-docs: d142ba2e2a65801e5bebea9e48bdc476d0265b7a > > > > brooklyn-library: cb57d7ff725e6b59ac8ec2a533696664c298e917 > > > > brooklyn-server: 029fa6d1723550b500483aac5144749c28b6d6b7 > > > > brooklyn-ui: c209d0b9e9612f39ea462c912bf58b121932e3d0 > > > > All of the above have been tagged as "apache-brooklyn-1.0.0-rc3" > > > > > > > > Please vote on releasing this package as Apache Brooklyn 1.0.0. > > > > > > > > The vote will be open for at least 72 hours. > > > > [ ] +1 Release this package as Apache Brooklyn 1.0.0 > > > > [ ] +0 no opinion > > > > [ ] -1 Do not release this package because ... > > > > > > > > > > > > Thanks! > > > > > > > -- Juan Cabrerizo Software Engineer *Cloudsoft <https://cloudsoft.io/> *| Bringing Business to the Cloud E: j...@cloudsoft.io L: https://www.linkedin.com/in/juancabrerizo/

Re: Trying to get a dropin secrets provider working

2019-08-29 Thread Juan Cabrerizo
actually an Entity or something else? > > This missing type may be the key to other problems, but the documentation > doesn't say what the catalog type should be > > Peter > > Peter > > > > On Wed, Aug 28, 2019 at 9:03 AM Juan Cabrerizo wrote: > > > Hi P

Re: Trying to get a dropin secrets provider working

2019-08-28 Thread Juan Cabrerizo
af bin/client > > bundle:list or the latter in the Brooklyn catalog UI view. > > > > It may be that the reference in OSGi needs to be to > > 'your.bundle:package.Clazz'. > > > > Let us know how that goes. > > > > If someone could improve the do

Re: Trying to get a dropin secrets provider working

2019-08-27 Thread Juan Cabrerizo
blem seems to be elsewhere. > > In your implementation, did you put your security provider jar in a > ./lib/dropins of your Brooklyn install folder? > Did you have to add a whitelist entry for your jar file anywhere else? > > Peter > > > > > On Mon, Aug 26, 2019 at

Re: Trying to get a dropin secrets provider working

2019-08-26 Thread Juan Cabrerizo
at > > org.apache.aries.blueprint.utils.ReflectionUtils.invoke(ReflectionUtils.java:299) > ~[?:?] > at > org.apache.aries.blueprint.container.BeanRecipe.invoke(BeanRecipe.java:980) > ~[?:?] > at > > org.apache.aries.blueprint.container.BeanRecipe.runBeanPr

Re: Allowing OAUTH in Apache Brooklyn Client (BR)

2019-05-24 Thread Juan Cabrerizo
b.com/apache/brooklyn-client/pull/77 Best regards. Juan On Thu, 23 May 2019 at 12:23, Juan Cabrerizo wrote: > Hi Alex, > The current implementation returns `2` as exit code when the login fails > or you try make a query and the authentication failed. > > Juan > > > On Th

Re: Allowing OAUTH in Apache Brooklyn Client (BR)

2019-05-23 Thread Juan Cabrerizo
possible. > > Can we make it so `br` returns a special non-zero exit code on auth > faillure? (Different to exit code on other errors.) > > Best > Alex > > > On 23/05/2019 10:33, Juan Cabrerizo wrote: > > Hi Geoff. Thanks your your thoughts. > > > > As dif

Re: Allowing OAUTH in Apache Brooklyn Client (BR)

2019-05-23 Thread Juan Cabrerizo
the REST request > to be used for that login action? > > Subsequently all requests will be sent with > > Authorization: Bearer x.yy.z > > Where x.y.z is the JWT token. > > Is the above understanding right? > > How will your design support br being able to lo

Allowing OAUTH in Apache Brooklyn Client (BR)

2019-05-21 Thread Juan Cabrerizo
n to any idea. Best regards. Juan -- Juan Cabrerizo Software Engineer *Cloudsoft <https://cloudsoft.io/> *| Bringing Business to the Cloud E: j...@cloudsoft.io L: https://www.linkedin.com/in/juancabrerizo/ Need a hand with AWS? Get a Free Consultation.

[jira] [Resolved] (BROOKLYN-609) Configure security for XStream intances

2019-02-14 Thread Juan Cabrerizo (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juan Cabrerizo resolved BROOKLYN-609. - Resolution: Fixed Default security has been implemented allowing too any class to be

[jira] [Created] (BROOKLYN-610) Editing the Location ID of an existing location it creates a new one

2019-02-14 Thread Juan Cabrerizo (JIRA)
Juan Cabrerizo created BROOKLYN-610: --- Summary: Editing the Location ID of an existing location it creates a new one Key: BROOKLYN-610 URL: https://issues.apache.org/jira/browse/BROOKLYN-610 Project

[jira] [Created] (BROOKLYN-609) Configure security for XStream intances

2019-02-12 Thread Juan Cabrerizo (JIRA)
Juan Cabrerizo created BROOKLYN-609: --- Summary: Configure security for XStream intances Key: BROOKLYN-609 URL: https://issues.apache.org/jira/browse/BROOKLYN-609 Project: Brooklyn Issue

Re: Login changes & OAuth support

2019-01-29 Thread Juan Cabrerizo
> > > > >> Hi All- > > >> > > >> We've had quite a few requests to support OAuth, and I'm pleased to > say > > >> we can now support it via plugins. > > >> > > >> Folks are still working on sample plugins f

Re: [NOTICE] Mandatory relocation of Apache git repositories on git-wip-us.apache.org

2018-12-13 Thread Juan Cabrerizo
sitories are mass migrated. > > >> > > >> This timeline may change to accommodate various scenarios. > > >> > > >> ## Using GitHub with ASF repositories ## > > >> When your project has moved, you are free to use either the ASF > >