Re: some CDI-4.0 work

2023-01-23 Thread Romain Manni-Bucau
s/trunk/master/ ;)

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le lun. 23 janv. 2023 à 10:43, Mark Struberg  a
écrit :

> There is no trunk branch in owb anymore afaict. This one got renamed to
> master in 2019 after migrating to git.
>
> LieGrue,
> strub
>
>
> > Am 23.01.2023 um 08:59 schrieb Romain Manni-Bucau  >:
> >
> > Hi,
> >
> > We released everything so maybe move to our trunk branch to not redo
> tooling setup.
> > Then we need to drop @New support and impl a runtime extension for light
> support and release a 4.0.0?
> >
> > Le dim. 22 janv. 2023 à 23:23, Mark Struberg 
> a écrit :
> >> Hi!
> >>
> >> I've started with some work on implementing CDI-4.0.
> >>
> >> Not sure how we do with out build-tools, so did not yet commit anything
> to our repo.
> >> But a preview work can be seen here
> >>
> >> struberg/openwebbeans at fb_jakarta
> >> github.com
> >>  
> >> struberg/openwebbeans
> at fb_jakarta 
> >> github.com 
> >> Trying to improve things in the next few days and then push it to our
> repo.
> >>
> >> Question is also whether we use this moment and move from master to
> trunk or main? What do you folks prefer?
> >>
> >> LieGrue,
> >> strub
>
>


Build failed in Jenkins: OpenWebBeans » OpenWebBeans-trunk-deploy #64

2023-01-23 Thread Apache Jenkins Server
See 


Changes:


--
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-shared-arm6 (ubuntu arm) in workspace 

Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
jenkins-shared-arm6
at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.FilePath.mkdirs(FilePath.java:1374)
at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1209)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
at hudson.model.Run.execute(Run.java:1896)
at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at 
hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
java.nio.file.FileSystemException: 
/home/jenkins/jenkins-home/712657a4/workspace/OpenWebBeans: No space left on 
device
at 
java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:100)
at 
java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at 
java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
at 
java.base/sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:389)
at java.base/java.nio.file.Files.createDirectory(Files.java:690)
at 
java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:797)
at java.base/java.nio.file.Files.createDirectories(Files.java:783)
at hudson.FilePath.mkdirs(FilePath.java:3609)
at hudson.FilePath.access$1100(FilePath.java:212)
at hudson.FilePath$Mkdirs.invoke(FilePath.java:1384)
at hudson.FilePath$Mkdirs.invoke(FilePath.java:1379)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3487)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at 
hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)


Re: some CDI-4.0 work

2023-01-23 Thread Mark Struberg
There is no trunk branch in owb anymore afaict. This one got renamed to master 
in 2019 after migrating to git.

LieGrue,
strub


> Am 23.01.2023 um 08:59 schrieb Romain Manni-Bucau :
> 
> Hi,
> 
> We released everything so maybe move to our trunk branch to not redo tooling 
> setup.
> Then we need to drop @New support and impl a runtime extension for light 
> support and release a 4.0.0?
> 
> Le dim. 22 janv. 2023 à 23:23, Mark Struberg  a 
> écrit :
>> Hi!
>> 
>> I've started with some work on implementing CDI-4.0.
>> 
>> Not sure how we do with out build-tools, so did not yet commit anything to 
>> our repo.
>> But a preview work can be seen here
>> 
>> struberg/openwebbeans at fb_jakarta
>> github.com
>>  
>> struberg/openwebbeans
>>  at fb_jakarta 
>> github.com 
>> Trying to improve things in the next few days and then push it to our repo.
>> 
>> Question is also whether we use this moment and move from master to trunk or 
>> main? What do you folks prefer?
>> 
>> LieGrue,
>> strub



Re: some CDI-4.0 work

2023-01-23 Thread Romain Manni-Bucau
Hi,

We released everything so maybe move to our trunk branch to not redo
tooling setup.
Then we need to drop @New support and impl a runtime extension for light
support and release a 4.0.0?

Le dim. 22 janv. 2023 à 23:23, Mark Struberg  a
écrit :

> Hi!
>
> I've started with some work on implementing CDI-4.0.
>
> Not sure how we do with out build-tools, so did not yet commit anything to
> our repo.
> But a preview work can be seen here
> [image: openwebbeans.png]
>
> struberg/openwebbeans at fb_jakarta
> 
> github.com 
> 
>
> Trying to improve things in the next few days and then push it to our repo.
>
> Question is also whether we use this moment and move from master to trunk
> or main? What do you folks prefer?
>
> LieGrue,
> strub
>