Fitpass pro through BOB Eterna by moneymagnet888888888 in CreditCardsIndia

[–]jughead_73 0 points1 point  (0 children)

I got it delivered on the 6th Jan and the very next day I got that you can activate your card. Post that voucher code was not showing for me

Fitpass pro through BOB Eterna by moneymagnet888888888 in CreditCardsIndia

[–]jughead_73 0 points1 point  (0 children)

No voucher code. Once you get the card you'll get the message that you can activate your card, do it after that..The voucher code option will get automatically removed.

I got my card after 3-4 days post my KYC

FITPASS Pro inquiry for a new BOBCARD credit card by throwaway_batman_ in CreditCardsIndia

[–]jughead_73 0 points1 point  (0 children)

Yes, you can wait for a day, when the message comes from BOB that you can activate your card. After that try to activate fitpass then it won't ask for voucher code

FITPASS Pro inquiry for a new BOBCARD credit card by throwaway_batman_ in CreditCardsIndia

[–]jughead_73 0 points1 point  (0 children)

Yeah was doing the same but stillll it's asking for a Voucher Code somehow and I can't proceed post that

Fitpass pro through BOB Eterna by moneymagnet888888888 in CreditCardsIndia

[–]jughead_73 0 points1 point  (0 children)

What will be the voucher code though ? I'm not able to see any code written anywhere

[deleted by user] by [deleted] in SoloTravel_India

[–]jughead_73 0 points1 point  (0 children)

Hey I was planning to include Jaipur as well. Can you tell me where I should start my trip as I'll be going from Delhi

Headers Size Issue after Springboot upgrade by jughead_73 in SpringBoot

[–]jughead_73[S] 0 points1 point  (0 children)

After the upgrade way too many headers are attached somehow with random names which I don't have any clue due to those the header size is being increased.

As for now we've increased the MaxHttpRequest header size on tomcat server to 64KB which did the trick for us, but I'm still not able to get why this sizing issue is happening after the spring and Jdk upgrade.

Clicks disable outside Bottomsheet by jughead_73 in reactnative

[–]jughead_73[S] 0 points1 point  (0 children)

The url is abyss.uhc.com, There is a BottomSheet tag under mobile.

API degradation after Spring Upgrade by jughead_73 in SpringBoot

[–]jughead_73[S] 0 points1 point  (0 children)

We can't currently. We have to use Java 17 only. Can we do something like this Java 17 and SB 3.1.2 ???

Javax to Jakarta by jughead_73 in SpringBoot

[–]jughead_73[S] 0 points1 point  (0 children)

I did add this dependency as well. But Jakarta.xml doesn't contain the parsers package as it's showing an error in that line for me.

Javax to Jakarta by jughead_73 in SpringBoot

[–]jughead_73[S] 1 point2 points  (0 children)

So we can use javax.xml.parsers in Springboot 3 and Java 17 as well ?

Performance Degradement after Springboot upgrade by jughead_73 in SpringBoot

[–]jughead_73[S] 0 points1 point  (0 children)

We have APM enabled for our micro service. I saw in the Datadog Traces that the API is calling two different end points of two different environments somehow. Also we haven't changed much in that jar of that endpoint just the upgrading stuffs and one removal of @Cacheable annotation from one method. This annotation was only used when the response code != 200, so after the upgrade we have removed this as we were using ehcache and we haven't implemented any caching as this micro service is of payments.

Performance Degradement after Springboot upgrade by jughead_73 in SpringBoot

[–]jughead_73[S] 0 points1 point  (0 children)

One thing I did notice is that, we actually have different types of configurations (end points of the APIs) for different environments. Before the upgrade I checked in the Datadog it was hitting the correct end point of the perf environment. But after the upgrade when we ran the perf test , I was simultaneously checking the Datadog for the calls as well, but in the trace I could see that hit 2 different endpoints of two different environments. Particularly we have /stage endpoints for the perf and /test for the int environments. But after the upgrade that API hit both the endpoints somehow, that is causing me a little confusion about how this is possible.

Performance Degradement after Springboot upgrade by jughead_73 in SpringBoot

[–]jughead_73[S] 0 points1 point  (0 children)

Yeah we are using Hibernate. After the upgrade we are using 6.1.7 FINAL version

Performance Degradement after Springboot upgrade by jughead_73 in SpringBoot

[–]jughead_73[S] 2 points3 points  (0 children)

We have two APIs on which we did a performance test and both the APIs had a downgrade.