[GitHub] [qpid-broker-j] dakirily opened a new pull request, #223: QPID-8655: [Broker-J] Dependency updates for version 9.1.x

2023-09-05 Thread via GitHub


dakirily opened a new pull request, #223:
URL: https://github.com/apache/qpid-broker-j/pull/223

   This PR addresses 
[QPID-8655](https://issues.apache.org/jira/browse/QPID-8655), updating broker 
dependencies.
   
   Following dependencies are updated:
   
   **runtime dependencies**
   org.eclipse.jetty:jetty-server 11.0.15 => 11.0.16
   org.eclipse.jetty:jetty-servlet 11.0.15 => 11.0.16
   org.eclipse.jetty:jetty-servlets 11.0.15 => 11.0.16
   org.eclipse.jetty:jetty-rewrite 11.0.15 => 11.0.16
   org.eclipse.jetty.websocket:websocket-jetty-server 11.0.15 => 11.0.16
   org.slf4:slf4j-api 2.0.7 => 2.0.9
   
   **test dependencies**
   com.h2database:h2 1.4.220 => 2.1.222
   io.netty:netty-buffer 4.1.96.Final => 4.1.97.Final
   io.netty:netty-common 4.1.96.Final => 4.1.97.Final
   io.netty:netty-handler 4.1.96.Final => 4.1.97.Final
   io.netty:netty-transport 4.1.96.Final => 4.1.97.Final
   io.netty:netty-codec-http 4.1.96.Final => 4.1.97.Final
   org.mockito:mockito-core 5.4.0 => 5.5.0
   
   **maven plugins**
   org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 => 3.4.0
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (QPID-8655) [Broker-J] Dependency updates for version 9.1.x

2023-09-05 Thread Daniil Kirilyuk (Jira)
Daniil Kirilyuk created QPID-8655:
-

 Summary: [Broker-J] Dependency updates for version 9.1.x
 Key: QPID-8655
 URL: https://issues.apache.org/jira/browse/QPID-8655
 Project: Qpid
  Issue Type: Improvement
  Components: Broker-J
Affects Versions: qpid-java-broker-9.1.0
Reporter: Daniil Kirilyuk


This Jira should serve for broker-j dependency updates for release 9.1.1



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: Qpid broker Logback dependency

2023-09-05 Thread Serhii Zhura
Hello.

Maybe I should clarify for you where the issue is. When I'm using Logback
with version 1.4.x+ inside my project, I got an error from
"org.apache.qpid.server.logging.logback.NoopConfigurator".
Error is connected with the overridden method "configure". It looks like
that:

@Override
public void configure(LoggerContext loggerContext)
{
// no-op
}

But should look like this:



On Mon, Sep 4, 2023 at 6:53 PM Serhii Zhura 
wrote:

> Hello.
>
> I'm using Qpid Broker (9.0.0) together with Spring Boot 3.
> From your side it is important to have Logback dependency with version
> 1.2.11 and from Spring Boot side it must be higher than 1.4.x. How can I
> deal with that? Can you upgrade the Logback version or can I do it myself
> to be comparable with your API? If I will you 1.4.x+ right now, I will get
> runtime error from your side which is connected with
> "org.apache.qpid.server.logging.logback.NoopConfigurator".
>
> Regards,
> Serhii Zhura
>

-- 
Disclaimer: This message (including any attachments) contains confidential 
information intended for a specific individual and purpose and is protected 
by law. If you are not the intended recipient, please let us know on 
operati...@panenco.com . You should delete 
this message and are hereby notified that any disclosure, copying, or 
distribution of this message, or the taking of any action based on it, is 
strictly prohibited.